Searched refs:fd_res (Results 1 – 2 of 2) sorted by relevance
285 X3aFaceDetectionResult *fd_res = new X3aFaceDetectionResult ( in create_face_detection() local289 fd_res->set_standard_result (*from); in create_face_detection()291 return fd_res; in create_face_detection()
208 … SmartPtr<X3aFaceDetectionResult> fd_res = result.dynamic_cast_ptr<X3aFaceDetectionResult> (); in apply_3a_result() local209 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()