Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Disp_image_processor.cpp165 struct atomisp_exposure isp_exposure; in apply_exposure_result() local
166 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()
Daiq3a_utils.cpp223 SmartPtr<X3aIspExposureResult> isp_exposure = in translate_3a_results_to_xcam() local
225 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()