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

  /external/libxcam/modules/ocl/
cl_fisheye_handler.cpp 70 const SmartPtr<CLContext> &context, SmartPtr<CLFisheyeHandler> &handler)
131 CLFisheyeHandler::CLFisheyeHandler (const SmartPtr<CLContext> &context, SurroundMode surround_mode, bool use_map, bool need_lsc)
132 : CLImageHandler (context, "CLFisheyeHandler")
147 CLFisheyeHandler::~CLFisheyeHandler()
154 CLFisheyeHandler::set_output_size (uint32_t width, uint32_t height)
161 CLFisheyeHandler::get_output_size (uint32_t &width, uint32_t &height) const
168 CLFisheyeHandler::set_dst_range (float longitude, float latitude)
175 CLFisheyeHandler::get_dst_range (float &longitude, float &latitude) cons
    [all...]
cl_fisheye_handler.h 32 class CLFisheyeHandler;
37 explicit CLFisheye2GPSKernel (const SmartPtr<CLContext> &context, SmartPtr<CLFisheyeHandler> &handler);
43 SmartPtr<CLFisheyeHandler> _handler;
46 class CLFisheyeHandler
52 explicit CLFisheyeHandler (const SmartPtr<CLContext> &context, SurroundMode surround_mode, bool use_map, bool need_lsc);
53 virtual ~CLFisheyeHandler();
129 XCAM_DEAD_COPY (CLFisheyeHandler);
cl_image_360_stitch.h 34 SmartPtr<CLFisheyeHandler> handler;
76 bool set_fisheye_handler (SmartPtr<CLFisheyeHandler> fisheye, int index);
cl_image_360_stitch.cpp 327 CLImage360Stitch::set_fisheye_handler (SmartPtr<CLFisheyeHandler> fisheye, int index)
868 SmartPtr<CLFisheyeHandler> fisheye;
875 fisheye = create_fisheye_handler (context, surround_mode, fisheye_map, need_lsc).dynamic_cast_ptr<CLFisheyeHandler> ();
  /external/libxcam/tests/
test-cl-image.cpp 474 SmartPtr<CLFisheyeHandler> fisheye = image_handler.dynamic_cast_ptr<CLFisheyeHandler> ();

Completed in 62 milliseconds