Home
last modified time | relevance | path

Searched refs:srcPitch2 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c974 int srcPitch, srcPitch2; in glamor_xv_put_image() local
985 s2offset = s3offset = srcPitch2 = 0; in glamor_xv_put_image()
1043 srcPitch2 = ALIGN(width >> 1, 4); in glamor_xv_put_image()
1045 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1)); in glamor_xv_put_image()
1046 s2offset += ((top >> 1) * srcPitch2); in glamor_xv_put_image()
1047 s3offset += ((top >> 1) * srcPitch2); in glamor_xv_put_image()
1070 buf + s2offset, srcPitch2); in glamor_xv_put_image()
1074 buf + s3offset, srcPitch2); in glamor_xv_put_image()