Home | History | Annotate | Download | only in ocl

Lines Matching refs:CLImageWarpHandler

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);