Lines Matching refs:UBufOffset
263 frame->UBufOffset = (int)frame->pitch[1] * width;
264 frame->VBufOffset = frame->UBufOffset;
266 frame->UBufOffset = (int)frame->pitch[1] * height;
267 frame->VBufOffset = frame->UBufOffset;
284 frame->UBufOffset = (int)frame->pitch[1] * width;
286 frame->UBufOffset + (int)frame->pitch[0] * width / 2;
288 frame->UBufOffset = (int)frame->pitch[1] * height;
290 frame->UBufOffset + (int)frame->pitch[0] * height / 2;
303 frame->UBufOffset = frame->VBufOffset = 0;
313 frame->UBufOffset = frame->VBufOffset = 0;
327 frame->UBufOffset = 0;
474 dst += frame->UBufOffset;
489 d = dst + frame->UBufOffset;
498 d = dst + frame->UBufOffset;
731 frame->VBufOffset = frame->UBufOffset;
732 frame->UBufOffset = tmp;