HomeSort by relevance Sort by last modified time
    Searched defs:start_process (Results 1 - 4 of 4) sorted by null

  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 94 static pid_t start_process(const char *command,const char *startDir) function in namespace:osUtils
136 child->m_pid = start_process(p_cmdLine, p_startdir);
  /external/opencv/cv/src/
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...]
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...]

Completed in 505 milliseconds