Home
last modified time | relevance | path

Searched refs:ImageProcessorList (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/
Dx3a_image_process_center.h32 typedef std::list<SmartPtr<ImageProcessor> > ImageProcessorList; typedef
59 ImageProcessorList _image_processors;
Dx3a_image_process_center.cpp68 for (ImageProcessorList::iterator i_pro = _image_processors.begin (); in start()
93 for (ImageProcessorList::iterator i_pro = _image_processors.begin (); in stop()
114 ImageProcessorList::iterator i_pro = _image_processors.begin (); in put_buffer()