Home
last modified time | relevance | path

Searched refs:hdrmge_gain0_1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_awb.cpp228 float hdrmge_gain0_1= 1.0; in AwbDemoProcessing() local
273 hdrmge_gain0_1 = lExpo/sExpo; in AwbDemoProcessing()
278 LOGE_AWB("aec_iso = %f, hdrmge_gain0_1=%f,",aec_iso,hdrmge_gain0_1); in AwbDemoProcessing()
294 ConfigOverexposureValue(ablc_res_v32,hdrmge_gain0_1,working_mode, awbHwConfigFull); in AwbDemoProcessing()
H A Drk_aiq_user_api2_custom_awb_v32.cpp342 float hdrmge_gain0_1, int working_mode, rk_aiq_isp_awb_meas_cfg_v32_t* awb_hw32_para) in ConfigOverexposureValue() argument
357 LOGV_AWB("hdrmge_gain0_1 %f",hdrmge_gain0_1); in ConfigOverexposureValue()
358 awb_hw32_para->overexposure_value = overexposure_value * hdrmge_gain0_1 * dgain; in ConfigOverexposureValue()