Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_ae_module.cpp120 Uapi_ExpQueryInfo_t ExpResInfo; in sample_hall_dciris_calib() local
122 ret = rk_aiq_user_api2_ae_queryExpResInfo(ctx, &ExpResInfo); in sample_hall_dciris_calib()
123 mean_luma_max = ExpResInfo.LinAeInfo.MeanLuma; in sample_hall_dciris_calib()
130 rk_aiq_user_api2_ae_queryExpResInfo(ctx, &ExpResInfo); in sample_hall_dciris_calib()
131 cur_mean_luma = ExpResInfo.LinAeInfo.MeanLuma; in sample_hall_dciris_calib()
413 Uapi_ExpQueryInfo_t ExpResInfo; in sample_get_fps() local
414 ret = rk_aiq_user_api2_ae_queryExpResInfo(ctx, &ExpResInfo); in sample_get_fps()
415 *fps = ExpResInfo.Fps; in sample_get_fps()