Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c1926 GPD_OUTPUTDECODEROI_PARAM OutputParaROI; in MApi_GPD_OutputDecodeROI() local
1927 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()