Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c1806 GPD_OUTPUTDECODE_PARAM OutputPara; in MApi_GPD_OutputDecode() local
1807 memset(&OutputPara , 0 ,sizeof(GPD_OUTPUTDECODE_PARAM)); in MApi_GPD_OutputDecode()
1808 OutputPara.DecodeBuf = DecodeBuf; in MApi_GPD_OutputDecode()
1809 OutputPara.ocolor = ocolor; in MApi_GPD_OutputDecode()
1810 OutputPara.Size = Size; in MApi_GPD_OutputDecode()
1812 …if(UtopiaIoctl(pInstantGPD,MApi_CMD_GPD_OutputDecode, (void*)(&OutputPara)) != UTOPIA_STATUS_SUCCE… in MApi_GPD_OutputDecode()
1822 return OutputPara.retVal; in MApi_GPD_OutputDecode()
1826 return OutputPara.retVal; in MApi_GPD_OutputDecode()
1841 GPD_OUTPUTDECODE_PARAM OutputPara; in MApi_GPD_OutputDecodeMGIF() local
1842 memset(&OutputPara , 0 ,sizeof(GPD_OUTPUTDECODE_PARAM)); in MApi_GPD_OutputDecodeMGIF()
[all …]