Home
last modified time | relevance | path

Searched refs:getCaptureDomain (Results 1 – 19 of 19) sorted by relevance

/external/opencv3/modules/videoio/
Dprecomp.hpp92 …virtual int getCaptureDomain() { return CV_CAP_ANY; } // Return the type of the capture object: CV… in getCaptureDomain() function
173 …virtual int getCaptureDomain() { return CAP_ANY; } // Return the type of the capture object: CAP_V… in getCaptureDomain() function in cv::IVideoCapture
/external/opencv3/modules/videoio/src/
Dprecomp.hpp92 …virtual int getCaptureDomain() { return CV_CAP_ANY; } // Return the type of the capture object: CV… in getCaptureDomain() function
173 …virtual int getCaptureDomain() { return CAP_ANY; } // Return the type of the capture object: CAP_V… in getCaptureDomain() function in cv::IVideoCapture
Dcap_winrt_capture.hpp59 virtual int getCaptureDomain() { return CAP_WINRT; } in getCaptureDomain() function in cv::VideoCapture_WinRT
Dcap_dshow.hpp34 virtual int getCaptureDomain();
Dcap_intelperc.hpp102 virtual int getCaptureDomain();
Dcap_unicap.cpp69 …virtual int getCaptureDomain() { return CV_CAP_UNICAP; } // Return the type of the capture object:… in getCaptureDomain() function
Dcap_vfw.cpp106 …virtual int getCaptureDomain() { return CV_CAP_VFW; } // Return the type of the capture object: CV… in getCaptureDomain() function in CvCaptureAVI_VFW
324 …virtual int getCaptureDomain() { return CV_CAP_VFW; } // Return the type of the capture object: CV… in getCaptureDomain() function in CvCaptureCAM_VFW
Dcap_ximea.cpp23 …virtual int getCaptureDomain() { return CV_CAP_XIAPI; } // Return the type of the capture object: … in getCaptureDomain() function in CvCaptureCAM_XIMEA
Dcap_pvapi.cpp88 virtual int getCaptureDomain() in getCaptureDomain() function in CvCaptureCAM_PvAPI
Dcap_giganetix.cpp301 virtual int getCaptureDomain() in getCaptureDomain() function in CvCaptureCAM_Giganetix
Dcap.cpp117 return capture ? capture->getCaptureDomain() : 0; in cvGetCaptureDomain()
Dcap_intelperc.cpp622 int VideoCapture_IntelPerC::getCaptureDomain() in getCaptureDomain() function in cv::VideoCapture_IntelPerC
Dcap_qt.cpp1448 …virtual int getCaptureDomain() { return CV_CAP_QT; } // Return the type of the capture object: CV_… in getCaptureDomain() function in CvCapture_QT_Movie_CPP
1517 …virtual int getCaptureDomain() { return CV_CAP_QT; } // Return the type of the capture object: CV_… in getCaptureDomain() function in CvCapture_QT_Cam_CPP
Dcap_mjpeg_decoder.cpp697 …virtual int getCaptureDomain() { return CAP_ANY; } // Return the type of the capture object: CAP_V… in getCaptureDomain() function in cv::MotionJpegCapture
Dcap_dc1394_v2.cpp214 …virtual int getCaptureDomain() { return CV_CAP_DC1394; } // Return the type of the capture object:… in getCaptureDomain() function in CvCaptureCAM_DC1394_v2_CPP
Dcap_gphoto2.cpp147 virtual int getCaptureDomain() in getCaptureDomain() function in cv::gphoto2::DigitalCameraCapture
Dcap_dc1394.cpp1056 …virtual int getCaptureDomain() { return CV_CAP_DC1394; } // Return the type of the capture object:… in getCaptureDomain() function in CvCaptureCAM_DC1394_CPP
Dcap_msmf.cpp3592 …virtual int getCaptureDomain() { return CV_CAP_MSMF; } // Return the type of the capture object: C… in getCaptureDomain() function in CvCaptureCAM_MSMF
3785 virtual int getCaptureDomain() { return CV_CAP_MSMF; } in getCaptureDomain() function in CvCaptureFile_MSMF
Dcap_dshow.cpp3313 int VideoCapture_DShow::getCaptureDomain()