OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageProcessorList
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/xcore/
x3a_image_process_center.h
32
typedef std::list<SmartPtr<ImageProcessor> >
ImageProcessorList
;
59
ImageProcessorList
_image_processors;
x3a_image_process_center.cpp
68
for (
ImageProcessorList
::iterator i_pro = _image_processors.begin ();
93
for (
ImageProcessorList
::iterator i_pro = _image_processors.begin ();
114
ImageProcessorList
::iterator i_pro = _image_processors.begin ();
Completed in 736 milliseconds