• Home
  • Raw
  • Download

Lines Matching refs:CLImageProcessor

33     CLHandlerThread (CLImageProcessor *processor)  in CLHandlerThread()
42 CLImageProcessor *_processor;
58 CLBufferNotifyThread (CLImageProcessor *processor) in CLBufferNotifyThread()
67 CLImageProcessor *_processor;
78 CLImageProcessor::CLImageProcessor (const char* name) in CLImageProcessor() function in XCam::CLImageProcessor
96 CLImageProcessor::~CLImageProcessor () in ~CLImageProcessor()
102 CLImageProcessor::keep_attached_buf(bool flag) in keep_attached_buf()
108 CLImageProcessor::add_handler (SmartPtr<CLImageHandler> &handler) in add_handler()
115 CLImageProcessor::ImageHandlerList::iterator
116 CLImageProcessor::handlers_begin () in handlers_begin()
121 CLImageProcessor::ImageHandlerList::iterator
122 CLImageProcessor::handlers_end () in handlers_end()
128 CLImageProcessor::get_cl_context () in get_cl_context()
134 CLImageProcessor::can_process_result (SmartPtr<X3aResult> &result) in can_process_result()
141 CLImageProcessor::apply_3a_results (X3aResultList &results) in apply_3a_results()
148 CLImageProcessor::apply_3a_result (SmartPtr<X3aResult> &result) in apply_3a_result()
155 CLImageProcessor::process_buffer (SmartPtr<VideoBuffer> &input, SmartPtr<VideoBuffer> &output) in process_buffer()
190 CLImageProcessor::process_done_buffer () in process_done_buffer()
202 CLImageProcessor::check_ready_buffers () in check_ready_buffers()
225 CLImageProcessor::process_cl_buffer_queue () in process_cl_buffer_queue()
323 CLImageProcessor::emit_start () in emit_start()
338 CLImageProcessor::emit_stop () in emit_stop()
357 CLImageProcessor::create_handlers () in create_handlers()