Searched refs:pstSource (Results 1 – 1 of 1) sorted by relevance
13061 MS_PIXEL_24BIT* pstSource = NULL; in MApi_XC_DetectNL_U2() local13101 … pstSource = (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()