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

  /external/libxcam/modules/ocl/
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_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...]

Completed in 293 milliseconds