Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_xc_calibration.c493 void MApi_XC_ReadRgbData(void *pInstance, MS_IMAGE_MEM_INFO * pMemInfo) in MApi_XC_ReadRgbData() argument
495 MS_PIXEL_32BIT sMemBuf[(pMemInfo->eCal_Win_Size.u16Xsize)*(pMemInfo->eCal_Win_Size.u16Ysize)]; in MApi_XC_ReadRgbData()
497 …FB_DBG(printf("x=%u, y=%u, xsize=%u, ysize=%u\n",pMemInfo->eCal_Win_Size.u16X,pMemInfo->eCal_Win_S… in MApi_XC_ReadRgbData()
498 pMemInfo->eCal_Win_Size.u16Xsize,pMemInfo->eCal_Win_Size.u16Ysize)); in MApi_XC_ReadRgbData()
501pMemInfo->pixelAverage = MDrv_XC_GetAverageData(pInstance, sMemBuf, pMemInfo->eCal_Win_Size, MAIN_… in MApi_XC_ReadRgbData()
505 void MApi_XC_ReadVOPData(void *pInstance, MS_IMAGE_MEM_INFO * pMemInfo) in MApi_XC_ReadVOPData() argument
507 MS_PIXEL_32BIT sMemBuf[(pMemInfo->eCal_Win_Size.u16Xsize)*(pMemInfo->eCal_Win_Size.u16Ysize)]; in MApi_XC_ReadVOPData()
509 …FB_DBG(printf("x=%u, y=%u, xsize=%u, ysize=%u\n",pMemInfo->eCal_Win_Size.u16X,pMemInfo->eCal_Win_S… in MApi_XC_ReadVOPData()
510 pMemInfo->eCal_Win_Size.u16Xsize,pMemInfo->eCal_Win_Size.u16Ysize)); in MApi_XC_ReadVOPData()
513pMemInfo->pixelAverage = MDrv_XC_GetAverageData(pInstance, sMemBuf, pMemInfo->eCal_Win_Size, MAIN_… in MApi_XC_ReadVOPData()
H A Dmdrv_sc_ip.c2971 MS_IMAGE_MEM_INFO pMemInfo; in MApi_XC_GetAverageDataFromMemory() local
2973 pMemInfo.eCal_Win_Size.u16X = mem_win->x ; in MApi_XC_GetAverageDataFromMemory()
2974 pMemInfo.eCal_Win_Size.u16Y = mem_win->y ; in MApi_XC_GetAverageDataFromMemory()
2975 pMemInfo.eCal_Win_Size.u16Xsize = mem_win->width; in MApi_XC_GetAverageDataFromMemory()
2976 pMemInfo.eCal_Win_Size.u16Ysize = mem_win->height ; in MApi_XC_GetAverageDataFromMemory()
2977 MApi_XC_ReadRgbData(pInstance, &pMemInfo); in MApi_XC_GetAverageDataFromMemory()
2979 return pMemInfo.pixelAverage; in MApi_XC_GetAverageDataFromMemory()
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_Auto.c390 MS_IMAGE_MEM_INFO pMemInfo; in _GetAverageDataFromMemory() local
392 pMemInfo.eCal_Win_Size.u16X = mem_win->x ; in _GetAverageDataFromMemory()
393 pMemInfo.eCal_Win_Size.u16Y = mem_win->y ; in _GetAverageDataFromMemory()
394 pMemInfo.eCal_Win_Size.u16Xsize = mem_win->width; in _GetAverageDataFromMemory()
395 pMemInfo.eCal_Win_Size.u16Ysize = mem_win->height ; in _GetAverageDataFromMemory()
397 MS_PIXEL_32BIT sMemBuf[(pMemInfo.eCal_Win_Size.u16Xsize)*(pMemInfo.eCal_Win_Size.u16Ysize)]; in _GetAverageDataFromMemory()
399 … printf("x=%u, y=%u, xsize=%u, ysize=%u\n",pMemInfo.eCal_Win_Size.u16X,pMemInfo.eCal_Win_Size.u16Y, in _GetAverageDataFromMemory()
400 pMemInfo.eCal_Win_Size.u16Xsize,pMemInfo.eCal_Win_Size.u16Ysize); in _GetAverageDataFromMemory()
403pMemInfo.pixelAverage = MDrv_XC_GetAverageData(pInstance, sMemBuf, pMemInfo.eCal_Win_Size, eWindow… in _GetAverageDataFromMemory()
406 return pMemInfo.pixelAverage; in _GetAverageDataFromMemory()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Ddrv_xc_calibration.h191 void MApi_XC_ReadRgbData(void *pInstance, MS_IMAGE_MEM_INFO * pMemInfo);
192 void MApi_XC_ReadVOPData(void *pInstance, MS_IMAGE_MEM_INFO * pMemInfo);