Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/
H A Drk_aiq_algo_atmo_itf.cpp181 af_preprocess_result_t AfPreResult; in AtmoProcess() local
182 memset(&AfPreResult, 0x0, sizeof(af_preprocess_result_t)); in AtmoProcess()
186 AfPreResult); in AtmoProcess()
190 af_preprocess_result_t AfPreResult; in AtmoProcess() local
191 memset(&AfPreResult, 0x0, sizeof(af_preprocess_result_t)); in AtmoProcess()
196 AfPreResult); in AtmoProcess()
H A Drk_aiq_atmo_algo.h30 …cessing(AtmoHandle_t pAtmoCtx, AecPreResult_t AecHdrPreResult, af_preprocess_result_t AfPreResult);
H A Drk_aiq_atmo_algo.cpp1300 af_preprocess_result_t AfPreResult in AtmoProcessing() argument