Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c13061 MS_PIXEL_24BIT* pstSource = NULL; in MApi_XC_DetectNL_U2() local
13101pstSource = (MS_PIXEL_24BIT*)malloc(stSrcRect.width * stSrcRect.height * sizeof(MS_PIXEL_24BIT)); in MApi_XC_DetectNL_U2()
13102 if (pstSource == NULL) in MApi_XC_DetectNL_U2()
13110 free(pstSource); in MApi_XC_DetectNL_U2()
13111 pstSource = NULL; in MApi_XC_DetectNL_U2()
13131 …ferData_WithoutMutex(pInstance, E_XC_OUTPUTDATA_RGB8BITS, &stSrcRect, (MS_U8 *)pstSource, eWindow); in MApi_XC_DetectNL_U2()
13147 pstCurrentPoint = pstSource + u16V_PixelIdx * stSrcRect.width + u16H_PixelIdx; in MApi_XC_DetectNL_U2()
13308 free(pstSource); in MApi_XC_DetectNL_U2()
13309 pstSource = NULL; in MApi_XC_DetectNL_U2()