/external/opencv3/modules/videoio/ |
D | precomp.hpp | 92 …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/ |
D | precomp.hpp | 92 …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
|
D | cap_winrt_capture.hpp | 59 virtual int getCaptureDomain() { return CAP_WINRT; } in getCaptureDomain() function in cv::VideoCapture_WinRT
|
D | cap_dshow.hpp | 34 virtual int getCaptureDomain();
|
D | cap_intelperc.hpp | 102 virtual int getCaptureDomain();
|
D | cap_unicap.cpp | 69 …virtual int getCaptureDomain() { return CV_CAP_UNICAP; } // Return the type of the capture object:… in getCaptureDomain() function
|
D | cap_vfw.cpp | 106 …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
|
D | cap_ximea.cpp | 23 …virtual int getCaptureDomain() { return CV_CAP_XIAPI; } // Return the type of the capture object: … in getCaptureDomain() function in CvCaptureCAM_XIMEA
|
D | cap_pvapi.cpp | 88 virtual int getCaptureDomain() in getCaptureDomain() function in CvCaptureCAM_PvAPI
|
D | cap_giganetix.cpp | 301 virtual int getCaptureDomain() in getCaptureDomain() function in CvCaptureCAM_Giganetix
|
D | cap.cpp | 117 return capture ? capture->getCaptureDomain() : 0; in cvGetCaptureDomain()
|
D | cap_intelperc.cpp | 622 int VideoCapture_IntelPerC::getCaptureDomain() in getCaptureDomain() function in cv::VideoCapture_IntelPerC
|
D | cap_qt.cpp | 1448 …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
|
D | cap_mjpeg_decoder.cpp | 697 …virtual int getCaptureDomain() { return CAP_ANY; } // Return the type of the capture object: CAP_V… in getCaptureDomain() function in cv::MotionJpegCapture
|
D | cap_dc1394_v2.cpp | 214 …virtual int getCaptureDomain() { return CV_CAP_DC1394; } // Return the type of the capture object:… in getCaptureDomain() function in CvCaptureCAM_DC1394_v2_CPP
|
D | cap_gphoto2.cpp | 147 virtual int getCaptureDomain() in getCaptureDomain() function in cv::gphoto2::DigitalCameraCapture
|
D | cap_dc1394.cpp | 1056 …virtual int getCaptureDomain() { return CV_CAP_DC1394; } // Return the type of the capture object:… in getCaptureDomain() function in CvCaptureCAM_DC1394_CPP
|
D | cap_msmf.cpp | 3592 …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
|
D | cap_dshow.cpp | 3313 int VideoCapture_DShow::getCaptureDomain()
|