Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Daiq_handler.cpp302 xcam_mem_clear (ae_result); in AiqAeResult()
315 this->ae_result = *result; in copy()
327 this->ae_result.exposures = &this->ae_exp_ret; in copy()
328 this->ae_result.weight_grid = &this->weight_grid; in copy()
330 this->ae_result.flashes[0] = this->flash_param; in copy()
332 this->ae_result.flash = &this->flash_param; in copy()
334 this->ae_result.num_exposures = 1; in copy()
560 ia_aiq_ae_results *ae_result = NULL; in analyze() local
575 ia_error = ia_aiq_ae_run (ia_handle, &_input, &ae_result); in analyze()
578 cur_sensor_result = ae_result->exposures[0].sensor_exposure; in analyze()
[all …]
Daiq_handler.h75 ia_aiq_ae_results ae_result; member
99 return &_result.ae_result; in get_result()
/external/libxcam/
Dconfigure.ac226 [[ia_aiq_ae_results ae_result;
227 ae_result.flashes = NULL;