Lines Matching refs:UBuf0offset
1444 dst2 = dst_base + pPriv->UBuf0offset;
1509 dst3 = dst_base + pPriv->UBuf0offset;
2052 offsetu = pPriv->UBuf0offset;
2101 overlay->OBUF_0U = pPriv->UBuf0offset;
2418 pPriv->UBuf0offset = pPriv->VBuf0offset + (dstPitch * height / 2);
2428 pPriv->UBuf0offset = pPriv->YBuf0offset + (dstPitch * 2 * width);
2429 pPriv->VBuf0offset = pPriv->UBuf0offset + (dstPitch * width / 2);
2436 pPriv->UBuf0offset = pPriv->YBuf0offset + (dstPitch * 2 * height);
2437 pPriv->VBuf0offset = pPriv->UBuf0offset + (dstPitch * height / 2);
2543 pPriv->UBuf0offset = pPriv->YBuf0offset + height*width;
2544 pPriv->VBuf0offset = pPriv->UBuf0offset + height*width/4;