Lines Matching refs:pitch2
1033 int pitch = 0, pitch2 = 0; in I830PutImage() local
1150 pitch2 = psb_surface->stride; in I830PutImage()
1186 pPriv->YBuf0offset = pre_add + gtt_ofs + top * pitch2 + left; in I830PutImage()
1188 pPriv->UBuf0offset = pre_add + gtt_ofs + (pitch2 * height) + top * (pitch2 / 2) + left; in I830PutImage()
1197 pPriv->UBuf0offset = pPriv->YBuf0offset + (pitch2 * width); in I830PutImage()
1198 pPriv->VBuf0offset = pPriv->UBuf0offset + (pitch2 * width / 2); in I830PutImage()
1199 pPriv->UBuf1offset = pPriv->YBuf1offset + (pitch2 * width); in I830PutImage()
1200 pPriv->VBuf1offset = pPriv->UBuf1offset + (pitch2 * width / 2); in I830PutImage()
1202 pPriv->UBuf0offset = pPriv->YBuf0offset + (pitch2 * height); in I830PutImage()
1203 pPriv->VBuf0offset = pPriv->UBuf0offset + (pitch2 * height / 2); in I830PutImage()
1204 pPriv->UBuf1offset = pPriv->YBuf1offset + (pitch2 * height); in I830PutImage()
1205 pPriv->VBuf1offset = pPriv->UBuf1offset + (pitch2 * height / 2); in I830PutImage()
1218 i830_display_video(ctx, pPriv, surface, fourcc, src_w, src_h, pitch2, pitch, in I830PutImage()