Home
last modified time | relevance | path

Searched refs:CLImageProcessor (Results 1 – 8 of 8) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_image_processor.cpp33 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()
[all …]
Dcl_image_processor.h36 class CLImageProcessor
46 explicit CLImageProcessor (const char* name = NULL);
47 virtual ~CLImageProcessor ();
74 XCAM_DEAD_COPY (CLImageProcessor);
Dcl_3a_image_processor.cpp38 : CLImageProcessor ("CL3aImageProcessor") in CL3aImageProcessor()
387 CLImageProcessor::ImageHandlerList::iterator i_handler = handlers_begin (); in post_config()
388 CLImageProcessor::ImageHandlerList::iterator end = handlers_end (); in post_config()
Dcl_csc_image_processor.h33 : public CLImageProcessor
Dcl_csc_image_processor.cpp28 : CLImageProcessor ("CLCscImageProcessor") in CLCscImageProcessor()
Dcl_3a_image_processor.h42 : public CLImageProcessor
Dcl_post_image_processor.h48 : public CLImageProcessor
Dcl_post_image_processor.cpp44 : CLImageProcessor ("CLPostImageProcessor") in CLPostImageProcessor()