Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dx3a_result_factory.cpp285 X3aFaceDetectionResult *fd_res = new X3aFaceDetectionResult ( in create_face_detection() local
289 fd_res->set_standard_result (*from); in create_face_detection()
291 return fd_res; in create_face_detection()
/external/libxcam/modules/ocl/
Dcl_post_image_processor.cpp208 … SmartPtr<X3aFaceDetectionResult> fd_res = result.dynamic_cast_ptr<X3aFaceDetectionResult> (); in apply_3a_result() local
209 XCAM_ASSERT (fd_res.ptr ()); in apply_3a_result()
211 … _wireframe->set_wire_frame_config (fd_res->get_standard_result_ptr (), get_scaler_factor ()); in apply_3a_result()