Searched refs:isp_exposure (Results 1 – 2 of 2) sorted by relevance
165 struct atomisp_exposure isp_exposure; in apply_exposure_result() local166 xcam_mem_clear (isp_exposure); in apply_exposure_result()168 ret = _translator->translate_exposure (res->get_standard_result (), isp_exposure); in apply_exposure_result()172 if ((ret = _controller->set_3a_exposure (isp_exposure)) != XCAM_RETURN_NO_ERROR) { in apply_exposure_result()
223 SmartPtr<X3aIspExposureResult> isp_exposure = in translate_3a_results_to_xcam() local225 XCAM_ASSERT (isp_exposure.ptr ()); in translate_3a_results_to_xcam()226 const XCam3aResultExposure &exposure = isp_exposure->get_standard_result (); in translate_3a_results_to_xcam()