Home
last modified time | relevance | path

Searched refs:CAP_ANY (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/videoio/src/
Dprecomp.hpp173 …virtual int getCaptureDomain() { return CAP_ANY; } // Return the type of the capture object: CAP_V… in getCaptureDomain()
Dcap_mjpeg_decoder.cpp697 …virtual int getCaptureDomain() { return CAP_ANY; } // Return the type of the capture object: CAP_V… in getCaptureDomain()
/external/opencv3/modules/videoio/
Dprecomp.hpp173 …virtual int getCaptureDomain() { return CAP_ANY; } // Return the type of the capture object: CAP_V… in getCaptureDomain()
/external/opencv3/modules/videoio/include/opencv2/
Dvideoio.hpp69 enum { CAP_ANY = 0, // autodetect enumerator
/external/opencv3/modules/java/src/
Dvideoio+Videoio.java136 CAP_ANY = 0, field in Videoio