Searched refs:linear_exp (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ae_algo_demo/ |
| H A D | third_party_ae_algo.cpp | 59 …ae test: %s lin gain=%f,time=%f,meanluma = %f\n", __func__, pstAeInfo->linear_exp.exp_real_params.… in custom_ae_run() 60 pstAeInfo->linear_exp.exp_real_params.integration_time, MeanLuma[0]); in custom_ae_run() 71 pstAeResult->linear_exp.exp_real_params.analog_gain = 2.0f; in custom_ae_run() 72 pstAeResult->linear_exp.exp_real_params.integration_time = 0.02f; in custom_ae_run() 73 pstAeResult->linear_exp.exp_real_params.digital_gain = 1.0f; in custom_ae_run() 74 pstAeResult->linear_exp.exp_real_params.isp_dgain = 1.0f; in custom_ae_run() 75 pstAeResult->linear_exp.exp_real_params.dcg_mode = 0; in custom_ae_run() 77 pstAeResult->linear_exp.exp_sensor_params.coarse_integration_time = 0x7bc; in custom_ae_run() 78 pstAeResult->linear_exp.exp_sensor_params.analog_gain_code_global = 0x14; in custom_ae_run() 99 pstAeResult->linear_exp.exp_real_params.analog_gain = 40.0f; in custom_ae_run() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_custom_ae.cpp | 784 customAe->linear_exp.exp_real_params.integration_time = 0.003f; in initCustomAeRes() 785 customAe->linear_exp.exp_real_params.analog_gain = 1.0f; in initCustomAeRes() 786 customAe->linear_exp.exp_real_params.digital_gain = 1.0f; in initCustomAeRes() 787 customAe->linear_exp.exp_real_params.isp_dgain = 1.0f; in initCustomAeRes() 788 …customAe->linear_exp.exp_real_params.iso = customAe->linear_exp.exp_real_params.analog_gain * 50; … in initCustomAeRes() 790 …AeDcgConv(pConfig, customAe->linear_exp.exp_real_params.analog_gain, &customAe->linear_exp.exp_rea… in initCustomAeRes() 792 AeReal2RegConv(pConfig, customAe->linear_exp.exp_real_params.integration_time, in initCustomAeRes() 793 customAe->linear_exp.exp_real_params.analog_gain, in initCustomAeRes() 794 &customAe->linear_exp.exp_sensor_params.coarse_integration_time, in initCustomAeRes() 795 &customAe->linear_exp.exp_sensor_params.analog_gain_code_global, in initCustomAeRes() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/ |
| H A D | rk_aiq_user_api2_custom_ae.h | 39 RkAiqExpParamComb_t linear_exp; member 59 RkAiqExpParamComb_t linear_exp; member 74 RkAiqExpParamComb_t linear_exp; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp2-config.h | 1794 struct sensor_exposure_s linear_exp; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp2-config.h | 1806 struct sensor_exposure_s linear_exp; member
|