Searched refs:OutputParaROI (Results 1 – 1 of 1) sorted by relevance
1926 GPD_OUTPUTDECODEROI_PARAM OutputParaROI; in MApi_GPD_OutputDecodeROI() local1927 memset(&OutputParaROI , 0 ,sizeof(GPD_OUTPUTDECODEROI_PARAM)); in MApi_GPD_OutputDecodeROI()1928 OutputParaROI.DecodeBuf = DecodeBuf; in MApi_GPD_OutputDecodeROI()1929 OutputParaROI.ocolor = ocolor; in MApi_GPD_OutputDecodeROI()1930 OutputParaROI.Size = Size; in MApi_GPD_OutputDecodeROI()1931 OutputParaROI.roi = roi; in MApi_GPD_OutputDecodeROI()1933 …if(UtopiaIoctl(pInstantGPD,MApi_CMD_GPD_OutputDecodeROI, (void*)(&OutputParaROI)) != UTOPIA_STATUS… in MApi_GPD_OutputDecodeROI()1943 return OutputParaROI.retVal; in MApi_GPD_OutputDecodeROI()1947 return OutputParaROI.retVal; in MApi_GPD_OutputDecodeROI()