Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_ae.cpp747 static void initCustomAeRes(rk_aiq_customeAe_results_t* customAe, rk_aiq_rkAe_config_t* pConfig) in initCustomAeRes() argument
752 customAe->hdr_exp[0].exp_real_params.integration_time = 0.003f; in initCustomAeRes()
753 customAe->hdr_exp[0].exp_real_params.analog_gain = 1.0f; in initCustomAeRes()
754 customAe->hdr_exp[0].exp_real_params.digital_gain = 1.0f; in initCustomAeRes()
755 customAe->hdr_exp[0].exp_real_params.isp_dgain = 1.0f; in initCustomAeRes()
756customAe->hdr_exp[0].exp_real_params.iso = customAe->hdr_exp[0].exp_real_params.analog_gain * 50; … in initCustomAeRes()
758 customAe->hdr_exp[1].exp_real_params.integration_time = 0.01f; in initCustomAeRes()
759 customAe->hdr_exp[1].exp_real_params.analog_gain = 1.0f; in initCustomAeRes()
760 customAe->hdr_exp[1].exp_real_params.digital_gain = 1.0f; in initCustomAeRes()
761 customAe->hdr_exp[1].exp_real_params.isp_dgain = 1.0f; in initCustomAeRes()
[all …]