Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ae_algo_demo/
H A Dthird_party_ae_algo.cpp27 int32_t custom_ae_run(void* ctx, const rk_aiq_customAe_stats_t* pstAeInfo, in custom_ae_run() argument
47 if(pstAeInfo != NULL) { in custom_ae_run()
51 …MeanLuma[0] += (float)(pstAeInfo->rawae_stat[0].rawae_big.channelg_xy[i] >> 4); //channelg is 12bi… in custom_ae_run()
52 …MeanLuma[1] += (float)(pstAeInfo->rawae_stat[1].rawae_big.channelg_xy[i] >> 4); //channelg is 12bi… in custom_ae_run()
59 …printf("custom ae test: %s lin gain=%f,time=%f,meanluma = %f\n", __func__, pstAeInfo->linear_exp.e… in custom_ae_run()
60 pstAeInfo->linear_exp.exp_real_params.integration_time, MeanLuma[0]); in custom_ae_run()
62pstAeInfo->hdr_exp[0].exp_real_params.analog_gain, pstAeInfo->hdr_exp[0].exp_real_params.integrati… in custom_ae_run()
63pstAeInfo->hdr_exp[1].exp_real_params.analog_gain, pstAeInfo->hdr_exp[1].exp_real_params.integrati… in custom_ae_run()
H A Dthird_party_ae_algo.h5 int32_t custom_ae_run(void* ctx, const rk_aiq_customAe_stats_t* pstAeInfo,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/
H A Drk_aiq_user_api2_custom_ae.h96 int32_t (*pfn_ae_run)(void* ctx, const rk_aiq_customAe_stats_t* pstAeInfo,