Home
last modified time | relevance | path

Searched refs:CLFisheyeHandler (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_fisheye_handler.cpp70 const SmartPtr<CLContext> &context, SmartPtr<CLFisheyeHandler> &handler) in CLFisheye2GPSKernel()
131 CLFisheyeHandler::CLFisheyeHandler (const SmartPtr<CLContext> &context, SurroundMode surround_mode,… in CLFisheyeHandler() function in XCam::CLFisheyeHandler
147 CLFisheyeHandler::~CLFisheyeHandler() in ~CLFisheyeHandler()
154 CLFisheyeHandler::set_output_size (uint32_t width, uint32_t height) in set_output_size()
161 CLFisheyeHandler::get_output_size (uint32_t &width, uint32_t &height) const in get_output_size()
168 CLFisheyeHandler::set_dst_range (float longitude, float latitude) in set_dst_range()
175 CLFisheyeHandler::get_dst_range (float &longitude, float &latitude) const in get_dst_range()
182 CLFisheyeHandler::set_fisheye_info (const FisheyeInfo &info) in set_fisheye_info()
188 CLFisheyeHandler::set_lsc_table (float *table, uint32_t table_size) in set_lsc_table()
200 CLFisheyeHandler::set_lsc_gray_threshold (float min_threshold, float max_threshold) in set_lsc_gray_threshold()
[all …]
Dcl_fisheye_handler.h32 class CLFisheyeHandler; variable
37 …explicit CLFisheye2GPSKernel (const SmartPtr<CLContext> &context, SmartPtr<CLFisheyeHandler> &hand…
43 SmartPtr<CLFisheyeHandler> _handler;
46 class CLFisheyeHandler
52 …explicit CLFisheyeHandler (const SmartPtr<CLContext> &context, SurroundMode surround_mode, bool us…
53 virtual ~CLFisheyeHandler();
129 XCAM_DEAD_COPY (CLFisheyeHandler);
Dcl_image_360_stitch.h34 SmartPtr<CLFisheyeHandler> handler;
76 bool set_fisheye_handler (SmartPtr<CLFisheyeHandler> fisheye, int index);
Dcl_image_360_stitch.cpp327 CLImage360Stitch::set_fisheye_handler (SmartPtr<CLFisheyeHandler> fisheye, int index) in set_fisheye_handler()
868 SmartPtr<CLFisheyeHandler> fisheye; in create_image_360_stitch()
875 …heye_handler (context, surround_mode, fisheye_map, need_lsc).dynamic_cast_ptr<CLFisheyeHandler> (); in create_image_360_stitch()
/external/libxcam/tests/
Dtest-cl-image.cpp474 SmartPtr<CLFisheyeHandler> fisheye = image_handler.dynamic_cast_ptr<CLFisheyeHandler> (); in main()