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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c4298 GAL_VIDEOYUVOFFSETS sGetVideoyuvoffsets; local in function:Gal_get_video_yuv_offsets
4300 INIT_GAL(&sGetVideoyuvoffsets);
4301 sGetVideoyuvoffsets.dwSubfunction = GALFN_GETVIDEOYUVOFFSETS;
4303 if (ioctl(ifbdev_handle, FBIOGAL_API, &sGetVideoyuvoffsets)) {
4306 *y_offset = sGetVideoyuvoffsets.dwYoffset;
4307 *u_offset = sGetVideoyuvoffsets.dwUoffset;
4308 *v_offset = sGetVideoyuvoffsets.dwVoffset;

Completed in 7 milliseconds