Lines Matching refs:UBufOffset
251 frame->UBufOffset = (int)frame->pitch[1] * width;
253 frame->UBufOffset + (int)frame->pitch[0] * width / 2;
255 frame->UBufOffset = (int)frame->pitch[1] * height;
257 frame->UBufOffset + (int)frame->pitch[0] * height / 2;
269 frame->UBufOffset = frame->VBufOffset = 0;
279 frame->UBufOffset = frame->VBufOffset = 0;
293 frame->UBufOffset = 0;
376 d = dst + frame->UBufOffset;
385 d = dst + frame->UBufOffset;
531 frame->VBufOffset = frame->UBufOffset;
532 frame->UBufOffset = tmp;