Lines Matching refs:ae_result
302 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()
581 _result.copy (ae_result); in analyze()
592 ia_aiq_exposure_parameters cur_aiq_exp = *ae_result->exposures[0].exposure; in analyze()
596 _result.copy (ae_result); in analyze()
1329 ia_aiq_ae_results* ae_result = _ae_handler->get_result (); in set_3a_stats() local
1331 … if (XCAM_RETURN_NO_ERROR != _ae_handler->set_hist_weight_grid (&(ae_result->weight_grid))) { in set_3a_stats()