Home
last modified time | relevance | path

Searched refs:dominateIlluList (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_types_accm_algo_prvt.h41 struct list_head dominateIlluList;//to record domain illuminant member
H A Drk_aiq_accm_algo_v1.cpp362 INIT_LIST_HEAD(&accm_context->accmRest.dominateIlluList); in AccmInit()
387 clear_list(&hAccm->accmRest.dominateIlluList); in AccmRelease()
H A Drk_aiq_accm_algo_com.cpp771 …UpdateDominateIlluList(&hAccm->accmRest.dominateIlluList, dominateIlluProfileIdx, dominateIlluList… in selectCCM()
772 StableIlluEstimation(&hAccm->accmRest.dominateIlluList, dominateIlluListSize, pCcm->aCcmCof_len, in selectCCM()
883 clear_list(&hAccm->accmRest.dominateIlluList); in ReloadCCMCalibV2()
H A Drk_aiq_accm_algo_v2.cpp407 INIT_LIST_HEAD(&accm_context->accmRest.dominateIlluList); in AccmInit()
432 clear_list(&hAccm->accmRest.dominateIlluList); in AccmRelease()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp413 …UpdateDominateIlluList(&hAlsc->alscRest.dominateIlluList, dominateIlluProfileIdx, dominateIlluList… in AlscAutoConfig()
414 …StableIlluEstimation(hAlsc->alscRest.dominateIlluList, dominateIlluListSize, hAlsc->calibLsc->aLsc… in AlscAutoConfig()
501 clear_list(&hAlsc->alscRest.dominateIlluList); in AlscConfig()
767 clear_list(&hAlsc->alscRest.dominateIlluList); in UpdateLscCalibPara()
799 INIT_LIST_HEAD(&alsc_context->alscRest.dominateIlluList); in AlscInit()
845 clear_list(&hAlsc->alscRest.dominateIlluList); in AlscRelease()
H A Drk_aiq_types_alsc_algo_prvt.h52 struct list_head dominateIlluList;//to record domain illuminant member
H A Drk_aiq_alsc_algo.cpp586 clear_list(&hAlsc->alscRest.dominateIlluList); in ClearContext()
897 …UpdateDominateIlluList(&hAlsc->alscRest.dominateIlluList, estimateIlluCaseIdx, dominateIlluListSiz… in AlscAutoConfig()
899 StableIlluEstimation(&hAlsc->alscRest.dominateIlluList, dominateIlluListSize, in AlscAutoConfig()
1114 clear_list(&hAlsc->alscRest.dominateIlluList); in AlscConfig()
1234 INIT_LIST_HEAD(&alsc_context->alscRest.dominateIlluList); in AlscInit()