Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ae_algo_demo/
H A Dthird_party_ae_algo.cpp48 float MeanLuma[3] = {0.0f}; in custom_ae_run()
51MeanLuma[0] += (float)(pstAeInfo->rawae_stat[0].rawae_big.channelg_xy[i] >> 4); //channelg is 12bi… in custom_ae_run()
52MeanLuma[1] += (float)(pstAeInfo->rawae_stat[1].rawae_big.channelg_xy[i] >> 4); //channelg is 12bi… in custom_ae_run()
55 MeanLuma[0] /= 225.0f; //range:0~255 (equal to 8bit) in custom_ae_run()
56 MeanLuma[1] /= 225.0f; //range:0~255 (equal to 8bit) in custom_ae_run()
60 pstAeInfo->linear_exp.exp_real_params.integration_time, MeanLuma[0]); in custom_ae_run()
64 MeanLuma[0], MeanLuma[1]); in custom_ae_run()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/
H A Drk_aiq_uapi_ae_int_types_v2.h188 float MeanLuma; member
H A Drk_aiq_types_ae_algo_int.h487 float MeanLuma[MAX_HDR_FRAMENUM]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_types_atmo_algo_prvt.h121 float MeanLuma[3]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Daec_uapi_head.h154 float MeanLuma; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aynr2/
H A Drk_aiq_aynr_algo_itf_v2.cpp193 pAEPreRes->ae_pre_res_rk.MeanLuma[0], in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aynr3/
H A Drk_aiq_aynr_algo_itf_v3.cpp186 pAEPreRes->ae_pre_res_rk.MeanLuma[0], in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aynrV22/
H A Drk_aiq_aynr_algo_itf_v22.cpp211 pAEPreRes->ae_pre_res_rk.MeanLuma[0], in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharpV33/
H A Drk_aiq_asharp_algo_itf_v33.cpp207 pAEPreRes->ae_pre_res_rk.MeanLuma[0], in processing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_ae_module.cpp123 mean_luma_max = ExpResInfo.LinAeInfo.MeanLuma; in sample_hall_dciris_calib()
131 cur_mean_luma = ExpResInfo.LinAeInfo.MeanLuma; in sample_hall_dciris_calib()