Searched refs:OutputPara (Results 1 – 1 of 1) sorted by relevance
1806 GPD_OUTPUTDECODE_PARAM OutputPara; in MApi_GPD_OutputDecode() local1807 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() local1842 memset(&OutputPara , 0 ,sizeof(GPD_OUTPUTDECODE_PARAM)); in MApi_GPD_OutputDecodeMGIF()[all …]