Home
last modified time | relevance | path

Searched refs:u8BytesPerPixel (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c914 MS_U8 u8BytesPerPixel; in _MApi_GPD_OutputDecode() local
918 u8BytesPerPixel = 4; in _MApi_GPD_OutputDecode()
924 u8BytesPerPixel = 2; in _MApi_GPD_OutputDecode()
928 u8BytesPerPixel = 1; in _MApi_GPD_OutputDecode()
934 …(MS_U32)(pGPDContext->Param.u32Height)*(pGPDContext->Param.u32Width)*u8BytesPerPixel, pGPDContext-… in _MApi_GPD_OutputDecode()
940 …erAddr, (pGPDContext->Param.u32Height)*(pGPDContext->Param.u32Width)*u8BytesPerPixel, pGPDContext-… in _MApi_GPD_OutputDecode()
1008 MS_U8 u8BytesPerPixel; in _MApi_GPD_OutputDecodeMGIF() local
1012 u8BytesPerPixel = 4; in _MApi_GPD_OutputDecodeMGIF()
1018 u8BytesPerPixel = 2; in _MApi_GPD_OutputDecodeMGIF()
1022 u8BytesPerPixel = 1; in _MApi_GPD_OutputDecodeMGIF()
[all …]