Searched refs:pMemInfo (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_xc_calibration.c | 493 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() 501 …pMemInfo->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() 513 …pMemInfo->pixelAverage = MDrv_XC_GetAverageData(pInstance, sMemBuf, pMemInfo->eCal_Win_Size, MAIN_… in MApi_XC_ReadVOPData()
|
| H A D | mdrv_sc_ip.c | 2971 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 D | apiXC_Auto.c | 390 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() 403 …pMemInfo.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 D | drv_xc_calibration.h | 191 void MApi_XC_ReadRgbData(void *pInstance, MS_IMAGE_MEM_INFO * pMemInfo); 192 void MApi_XC_ReadVOPData(void *pInstance, MS_IMAGE_MEM_INFO * pMemInfo);
|