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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c1610 GAL_COMPRESSIONSTATE sCompState; local in function:Gal_set_compression_enable
1612 INIT_GAL(&sCompState);
1613 sCompState.dwSubfunction = GALFN_SETCOMPRESSIONSTATE;
1614 sCompState.bCompressionState = bCompressionState;
1616 if (ioctl(ifbdev_handle, FBIOGAL_API, &sCompState))
1635 GAL_COMPRESSIONSTATE sCompState; local in function:Gal_get_compression_enable
1637 INIT_GAL(&sCompState);
1638 sCompState.dwSubfunction = GALFN_GETCOMPRESSIONSTATE;
1640 if (ioctl(ifbdev_handle, FBIOGAL_API, &sCompState))
1643 *bCompressionState = sCompState
[all...]

Completed in 6 milliseconds