Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dx3a_result_factory.cpp276 SmartPtr<X3aFaceDetectionResult>
285 X3aFaceDetectionResult *fd_res = new X3aFaceDetectionResult ( in create_face_detection()
Dx3a_result_factory.h59 SmartPtr<X3aFaceDetectionResult> create_face_detection (XCamFDResult *from = NULL);
Dx3a_result.h164 typedef X3aStandardResultT<XCamFDResult> X3aFaceDetectionResult; typedef
/external/libxcam/modules/ocl/
Dcl_post_image_processor.cpp208 … SmartPtr<X3aFaceDetectionResult> fd_res = result.dynamic_cast_ptr<X3aFaceDetectionResult> (); in apply_3a_result()