Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp300 …tic XCamReturn CamCalibDbGetLscResIdxByName(const CalibDb_Lsc_t *calibLsc, char* name, int *resIdx) in CamCalibDbGetLscResIdxByName() argument
308 *resIdx = i; in CamCalibDbGetLscResIdxByName()
406 int resIdx; in AlscAutoConfig() local
420 ret = CamCalibDbGetLscResIdxByName( hAlsc->calibLsc, hAlsc->curResName, &resIdx ); in AlscAutoConfig()
422 hAlsc->alscRest.resIdx = resIdx; in AlscAutoConfig()
435 …Vignetting, pDomIlluProfile->tableUsedNO, hAlsc->pLscTableAll[caseIndex][resIdx][dominateIlluProfi… in AlscAutoConfig()
860 int resIdx; in AlscPrepare() local
861 ret = CamCalibDbGetLscResIdxByName( hAlsc->calibLsc, hAlsc->curResName, &resIdx ); in AlscPrepare()
863 hAlsc->alscRest.resIdx = resIdx; in AlscPrepare()
864 … CalibDb_LscTableProfile_t* pLscProfile1 = hAlsc->pLscTableAll[USED_FOR_CASE_NORMAL][resIdx][0][0]; in AlscPrepare()
H A Drk_aiq_alsc_algo.cpp502 static XCamReturn GetLscResIdxByName(alsc_illu_case_t* illu_case, char* name, uint32_t &resIdx) in GetLscResIdxByName() argument
510 resIdx = i; in GetLscResIdxByName()
905 uint32_t resIdx; in AlscAutoConfig() local
906 ret = GetLscResIdxByName(illu_case, hAlsc->cur_res.name, resIdx); in AlscAutoConfig()
925 hAlsc->alscRest.resIdx != resIdx || in AlscAutoConfig()
929 hAlsc->alscRest.resIdx, resIdx, hAlsc->smartRunRes.forceRunFlag); in AlscAutoConfig()
932 hAlsc->alscRest.resIdx = resIdx; in AlscAutoConfig()
H A Drk_aiq_types_alsc_algo_prvt.h54 uint32_t resIdx; member