Home
last modified time | relevance | path

Searched refs:X3aDVSResult (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/xcore/
Dx3a_result_factory.cpp294 SmartPtr<X3aDVSResult>
297 XCAM_3A_RESULT_FACTORY (X3aDVSResult, XCAM_3A_RESULT_DVS, from); in create_digital_video_stabilizer()
Dx3a_result_factory.h60 SmartPtr<X3aDVSResult> create_digital_video_stabilizer (XCamDVSResult *from = NULL);
Dx3a_result.h165 typedef X3aStandardResultT<XCamDVSResult> X3aDVSResult; typedef
/external/libxcam/modules/ocl/
Dcl_post_image_processor.cpp216 SmartPtr<X3aDVSResult> dvs_res = result.dynamic_cast_ptr<X3aDVSResult> (); in apply_3a_result()