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

  /external/libxcam/modules/ocl/
cl_image_warp_handler.h 65 class CLImageWarpHandler;
87 SmartPtr<CLImageWarpHandler> _handler;
90 class CLImageWarpHandler
96 explicit CLImageWarpHandler (const SmartPtr<CLContext> &context, const char *name = "CLImageWarpHandler");
97 virtual ~CLImageWarpHandler () {
112 XCAM_DEAD_COPY (CLImageWarpHandler);
cl_image_warp_handler.cpp 51 _handler = handler.dynamic_cast_ptr<CLImageWarpHandler> ();
171 CLImageWarpHandler::CLImageWarpHandler (const SmartPtr<CLContext> &context, const char *name)
177 CLImageWarpHandler::is_ready ()
184 CLImageWarpHandler::execute_done (SmartPtr<VideoBuffer> &output)
195 CLImageWarpHandler::get_warp_input_buf ()
201 CLImageWarpHandler::set_warp_config (const XCamDVSResult& config)
226 CLImageWarpHandler::get_warp_config ()
277 SmartPtr<CLImageWarpHandler> warp_handler;
280 warp_handler = new CLImageWarpHandler (context)
    [all...]
cl_post_image_processor.h 43 class CLImageWarpHandler;
124 SmartPtr<CLImageWarpHandler> _image_warp;
cl_video_stabilizer.h 36 class CLImageWarpHandler;
55 : public CLImageWarpHandler
cl_video_stabilizer.cpp 50 : CLImageWarpHandler (context, name)
102 CLImageWarpHandler::execute_done (output);
cl_post_image_processor.cpp 379 _image_warp = image_handler.dynamic_cast_ptr<CLImageWarpHandler> ();
  /external/libxcam/tests/
test-cl-image.cpp 439 SmartPtr<CLImageWarpHandler> warp = image_handler.dynamic_cast_ptr<CLImageWarpHandler> ();

Completed in 162 milliseconds