Home
last modified time | relevance | path

Searched refs:ImageHandlerList (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_image_processor.h40 typedef std::list<SmartPtr<CLImageHandler>> ImageHandlerList; typedef
52 ImageHandlerList::iterator handlers_begin ();
53 ImageHandlerList::iterator handlers_end ();
85 ImageHandlerList _handlers;
Dcl_image_processor.cpp115 CLImageProcessor::ImageHandlerList::iterator
121 CLImageProcessor::ImageHandlerList::iterator
276 ImageHandlerList::iterator i_handler = _handlers.begin (); in process_cl_buffer_queue()
344 for (ImageHandlerList::iterator i_handler = _handlers.begin (); in emit_stop()
Dcl_3a_image_processor.cpp387 CLImageProcessor::ImageHandlerList::iterator i_handler = handlers_begin (); in post_config()
388 CLImageProcessor::ImageHandlerList::iterator end = handlers_end (); in post_config()