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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c4239 GAL_VIDEOYUVPITCH sGetVideoyuvpitch; local in function:Gal_get_video_yuv_pitch
4241 INIT_GAL(&sGetVideoyuvpitch);
4242 sGetVideoyuvpitch.dwSubfunction = GALFN_GETVIDEOYUVPITCH;
4244 if (ioctl(ifbdev_handle, FBIOGAL_API, &sGetVideoyuvpitch)) {
4247 *y_pitch = sGetVideoyuvpitch.y_pitch;
4248 *uv_pitch = sGetVideoyuvpitch.uv_pitch;

Completed in 7 milliseconds