HomeSort by relevance Sort by last modified time
    Searched refs:fd_res (Results 1 - 2 of 2) sorted by null

  /external/libxcam/xcore/
x3a_result_factory.cpp 285 X3aFaceDetectionResult *fd_res = new X3aFaceDetectionResult ( local
289 fd_res->set_standard_result (*from);
291 return fd_res;
  /external/libxcam/modules/ocl/
cl_post_image_processor.cpp 208 SmartPtr<X3aFaceDetectionResult> fd_res = result.dynamic_cast_ptr<X3aFaceDetectionResult> (); local
209 XCAM_ASSERT (fd_res.ptr ());
211 _wireframe->set_wire_frame_config (fd_res->get_standard_result_ptr (), get_scaler_factor ());

Completed in 63 milliseconds