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

  /external/libxcam/modules/ocl/
cl_fisheye_handler.h 158 create_fisheye_handler (const SmartPtr<CLContext> &context, SurroundMode surround_mode = SphereView, bool use_map = false, bool need_lsc = false);
cl_fisheye_handler.cpp 588 create_fisheye_handler (const SmartPtr<CLContext> &context, SurroundMode surround_mode, bool use_map, bool need_lsc) function in namespace:XCam
cl_image_360_stitch.cpp 875 fisheye = create_fisheye_handler (context, surround_mode, fisheye_map, need_lsc).dynamic_cast_ptr<CLFisheyeHandler> ();
  /external/libxcam/capi/
context_priv.cpp 188 return create_fisheye_handler (context);
  /external/libxcam/tests/
test-cl-image.cpp 473 image_handler = create_fisheye_handler (context);

Completed in 646 milliseconds