Home
last modified time | relevance | path

Searched refs:X3aExposureResult (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/modules/isp/
Disp_image_processor.cpp164 SmartPtr<X3aExposureResult> res = (*iter).dynamic_cast_ptr<X3aExposureResult> (); in apply_exposure_result()
/external/libxcam/xcore/
Dx3a_analyzer_simple.cpp227 SmartPtr<X3aExposureResult> result = new X3aExposureResult (XCAM_3A_RESULT_EXPOSURE); in analyze_ae()
Dx3a_result_factory.cpp174 SmartPtr<X3aExposureResult>
177 XCAM_3A_RESULT_FACTORY (X3aExposureResult, XCAM_3A_RESULT_EXPOSURE, from); in create_exposure()
Dx3a_result_factory.h42 SmartPtr<X3aExposureResult> create_exposure (XCam3aResultExposure *from = NULL);
Dx3a_result.h151 typedef X3aStandardResultT<XCam3aResultExposure> X3aExposureResult; typedef