/external/opencv/cv/include/ |
cv.hpp | 124 virtual void start_process( CvSlice x_range, int width ); 271 virtual void start_process( CvSlice x_range, int width ); 356 void start_process( CvSlice x_range, int width );
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 441 def start_process(self, start_running=False): member in class:StartAndroidApp 559 self.start_process()
|
/external/opencv/cv/src/ |
cvmorph.cpp | 302 void CvMorphology::start_process( CvSlice x_range, int width ) function in class:CvMorphology 304 CvBaseImageFilter::start_process( x_range, width ); [all...] |
cvsmooth.cpp | 173 void CvBoxFilter::start_process( CvSlice x_range, int width ) function in class:CvBoxFilter 175 CvBaseImageFilter::start_process( x_range, width ); [all...] |
cvfilter.cpp | 199 void CvBaseImageFilter::start_process( CvSlice x_range, int width ) function in class:CvBaseImageFilter 498 start_process( cvSlice(src_roi.x, src_roi.x + src_roi.width), width ); [all...] |