Searched refs:y_extra (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_video.c844 unsigned long y_extra, uv_extra = 0; local in function:GX2SetVideoPosition
897 y_extra = lines * dstPitch;
902 y_extra = 0;
906 GFX(set_video_yuv_offsets(offset + y_extra,
910 GFX(set_video_offset(offset + y_extra));
H A Dnsc_gx1_video.c893 unsigned long y_extra = 0; local in function:GX1SetVideoPosition
954 y_extra = lines * dstPitch;
958 y_extra = 0;
971 GFX(set_video_offset(offset + y_extra));
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_video.c809 unsigned long y_extra, uv_extra = 0; local in function:GXSetVideoPosition
858 y_extra = lines * dstPitch;
864 y_extra = 0;
870 GFX(set_video_yuv_offsets(offset + y_extra,
875 GFX(set_video_offset(offset + y_extra));

Completed in 9 milliseconds