Home
last modified time | relevance | path

Searched refs:awb_smooth_factor (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/simulator/
H A Disp20_hw_simulator.h71 float awb_smooth_factor; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/
H A Drk_aiq_user_api2_custom_awb_type_v32.h82 float awb_smooth_factor; member
H A Drk_aiq_user_api2_custom_awb_type_v3x.h98 float awb_smooth_factor; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_accm_itf.cpp115 hAccm->accmSwInfo.awbIIRDampCoef = awb_res->awb_smooth_factor; in processing()
H A Drk_aiq_algo_camgroup_alsc_itf.cpp110 hAlsc->alscSwInfo.awbIIRDampCoef = awb_res->awb_smooth_factor; in processing()
H A Drk_aiq_algo_camgroup_a3dlut_itf.cpp104 hAlut3d->swinfo.awbIIRDampCoef = awb_res->awb_smooth_factor; in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqA3dlutHandle.cpp212 a3dlut_proc_int->awbIIRDampCoef = awb_res->awb_smooth_factor; in processing()
H A DRkAiqAccmHandle.cpp313 accm_proc_int->accm_sw_info.awbIIRDampCoef = awb_res->awb_smooth_factor; in processing()
H A DRkAiqAlscHandle.cpp267 alsc_proc_int->alsc_sw_info.awbIIRDampCoef = awb_res->awb_smooth_factor; in processing()
H A DRkAiqAwbHandle.cpp961 mProcResShared->result.awb_smooth_factor = awb_proc_res_int->awb_smooth_factor; in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/
H A Drk_aiq_algo_types.h197 float awb_smooth_factor; member
218 float awb_smooth_factor; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_awb_v32.cpp113 customAwb->awb_smooth_factor = 0.5; in initCustomAwbRes()
237 rkAwbProcRes->awb_smooth_factor = customAwbProcRes->awb_smooth_factor; in _customAwbRes2rkAwbRes()
H A Drk_aiq_user_api2_custom_awb_v3x.cpp1320 customAwb->awb_smooth_factor = 0.5; in initCustomAwbRes()
1472 rkAwbProcRes->awb_smooth_factor = customAwbProcRes->awb_smooth_factor; in _customAwbRes2rkAwbRes()
1583 procResPara->awb_smooth_factor = customAwbProcRes->awb_smooth_factor; in _customGruopAwbRes2rkAwbRes()