Lines Matching defs:srcPitch2
484 unsigned char *buf, int srcPitch, int srcPitch2,
494 srcPitch, srcPitch2, dstPitch, h, w, top, left);
517 ((top >> 1) * srcPitch2) + /* move down from by top lines */
530 dstPitch, srcPitch2, adaptor_priv->rotation);
535 ((srcH >> 1) * srcPitch2) + /* move over Chroma plane */
536 ((top >> 1) * srcPitch2) + /* move down from by top lines */
548 dstPitch, srcPitch2, adaptor_priv->rotation);
659 int srcPitch = 0, srcPitch2 = 0;
664 srcPitch2 = ALIGN((width >> 1), 0x4);
677 return intel_video_copy_planar_data(adaptor_priv, buf, srcPitch, srcPitch2,