Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_xc_calibration.c220 MS_AUTOADC_TYPE MDrv_XC_GetAverageData(void *pInstance, MS_PIXEL_32BIT *sMemBuf, MS_AUTO_CAL_WINDOW… in MDrv_XC_GetAverageData() argument
301 …MApi_XC_Get_BufferData_WithoutMutex(pInstance, E_XC_OUTPUTDATA_RGB10BITS, &stTmpWin, sMemBuf, eWin… in MDrv_XC_GetAverageData()
311 u16MaxR = sMemBuf[i].Cr; in MDrv_XC_GetAverageData()
312 u16MinR = sMemBuf[i].Cr; in MDrv_XC_GetAverageData()
313 u16MaxG = sMemBuf[i].Y; in MDrv_XC_GetAverageData()
314 u16MinG = sMemBuf[i].Y; in MDrv_XC_GetAverageData()
315 u16MaxB = sMemBuf[i].Cb; in MDrv_XC_GetAverageData()
316 u16MinB = sMemBuf[i].Cb; in MDrv_XC_GetAverageData()
326 if (sMemBuf[i].Cr > u16MaxR) in MDrv_XC_GetAverageData()
328 u16MaxR = sMemBuf[i].Cr; in MDrv_XC_GetAverageData()
[all …]
H A Dmdrv_sc_ip.c3010 SC_MEM_YUV444_FMT_t sMemBuf[mem_win->height * mem_win->width]; in MApi_XC_GetAverageDataFromMemory()
3183 memcpy(&(sMemBuf[i]), pu8VirPixelAdr, RGB_CAL_BYTES_PER_PIXEL); in MApi_XC_GetAverageDataFromMemory()
3191 u16MaxR = sMemBuf[i].Cr; in MApi_XC_GetAverageDataFromMemory()
3192 u16MinR = sMemBuf[i].Cr; in MApi_XC_GetAverageDataFromMemory()
3193 u16MaxG = sMemBuf[i].Y; in MApi_XC_GetAverageDataFromMemory()
3194 u16MinG = sMemBuf[i].Y; in MApi_XC_GetAverageDataFromMemory()
3195 u16MaxB = sMemBuf[i].Cb; in MApi_XC_GetAverageDataFromMemory()
3196 u16MinB = sMemBuf[i].Cb; in MApi_XC_GetAverageDataFromMemory()
3207 if (sMemBuf[i].Cr > u16MaxR) in MApi_XC_GetAverageDataFromMemory()
3209 u16MaxR = sMemBuf[i].Cr; in MApi_XC_GetAverageDataFromMemory()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_Auto.c397 MS_PIXEL_32BIT sMemBuf[(pMemInfo.eCal_Win_Size.u16Xsize)*(pMemInfo.eCal_Win_Size.u16Ysize)]; in _GetAverageDataFromMemory() local
398 memset(&sMemBuf, 0 , sizeof(sMemBuf) ); in _GetAverageDataFromMemory()
403 …pMemInfo.pixelAverage = MDrv_XC_GetAverageData(pInstance, sMemBuf, pMemInfo.eCal_Win_Size, eWindow… in _GetAverageDataFromMemory()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Ddrv_xc_calibration.h190 MS_AUTOADC_TYPE MDrv_XC_GetAverageData(void *pInstance, MS_PIXEL_32BIT *sMemBuf, MS_AUTO_CAL_WINDOW…