Home | History | Annotate | Download | only in src

Lines Matching full:srcpitch

414     int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox,
755 overlay->OBUF_0Y = pPriv->YBuf0offset - srcPitch;
756 overlay->OBUF_0U = pPriv->UBuf0offset - srcPitch;
757 overlay->OBUF_0V = pPriv->VBuf0offset - srcPitch;
758 overlay->OBUF_1Y = pPriv->YBuf1offset - srcPitch;
759 overlay->OBUF_1U = pPriv->UBuf1offset - srcPitch;
760 overlay->OBUF_1V = pPriv->VBuf1offset - srcPitch;