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

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c1667 GAL_COMPRESSIONPARAMS sCompParams; local in function:Gal_set_compression_parameters
1669 INIT_GAL(&sCompParams);
1670 sCompParams.dwSubfunction = GALFN_SETCOMPRESSIONPARAMS;
1671 sCompParams.dwFlags = flags;
1672 sCompParams.dwCompOffset = offset;
1673 sCompParams.dwCompPitch = pitch;
1674 sCompParams.dwCompSize = size;
1676 if (ioctl(ifbdev_handle, FBIOGAL_API, &sCompParams))
1701 GAL_COMPRESSIONPARAMS sCompParams; local in function:Gal_get_compression_parameters
1703 INIT_GAL(&sCompParams);
[all...]

Completed in 6 milliseconds