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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c3641 GAL_VBIPITCH sGetVbiPitch; local in function:Gal_get_vbi_pitch
3643 INIT_GAL(&sGetVbiPitch);
3644 sGetVbiPitch.dwSubfunction = GALFN_GETVBIPITCH;
3646 if (ioctl(ifbdev_handle, FBIOGAL_API, &sGetVbiPitch)) {
3649 *pitch = sGetVbiPitch.pitch;

Completed in 7 milliseconds