HomeSort by relevance Sort by last modified time
    Searched refs:getCaptureDomain (Results 1 - 19 of 19) sorted by null

  /external/opencv3/modules/videoio/src/
cap_dshow.hpp 34 virtual int getCaptureDomain();
cap_winrt_capture.hpp 59 virtual int getCaptureDomain() { return CAP_WINRT; }
cap_intelperc.hpp 102 virtual int getCaptureDomain();
precomp.hpp 92 virtual int getCaptureDomain() { return CV_CAP_ANY; } // Return the type of the capture object: CV_CAP_VFW, etc...
173 virtual int getCaptureDomain() { return CAP_ANY; } // Return the type of the capture object: CAP_VFW, etc...
cap_unicap.cpp 69 virtual int getCaptureDomain() { return CV_CAP_UNICAP; } // Return the type of the capture object: CV_CAP_VFW, etc...
cap_vfw.cpp 106 virtual int getCaptureDomain() { return CV_CAP_VFW; } // Return the type of the capture object: CV_CAP_VFW, etc...
324 virtual int getCaptureDomain() { return CV_CAP_VFW; } // Return the type of the capture object: CV_CAP_VFW, etc...
cap.cpp 117 return capture ? capture->getCaptureDomain() : 0;
cap_giganetix.cpp 301 virtual int getCaptureDomain()
cap_intelperc.cpp 622 int VideoCapture_IntelPerC::getCaptureDomain()
cap_pvapi.cpp 88 virtual int getCaptureDomain()
cap_ximea.cpp 23 virtual int getCaptureDomain() { return CV_CAP_XIAPI; } // Return the type of the capture object: CV_CAP_VFW, etc...
cap_mjpeg_decoder.cpp 697 virtual int getCaptureDomain() { return CAP_ANY; } // Return the type of the capture object: CAP_VFW, etc...
cap_qt.cpp     [all...]
cap_dc1394.cpp     [all...]
cap_dc1394_v2.cpp 214 virtual int getCaptureDomain() { return CV_CAP_DC1394; } // Return the type of the capture object: CV_CAP_VFW, etc...
    [all...]
cap_gphoto2.cpp 147 virtual int getCaptureDomain()
    [all...]
cap_msmf.cpp     [all...]
cap_dshow.cpp     [all...]
  /external/opencv3/modules/videoio/
precomp.hpp 92 virtual int getCaptureDomain() { return CV_CAP_ANY; } // Return the type of the capture object: CV_CAP_VFW, etc...
173 virtual int getCaptureDomain() { return CAP_ANY; } // Return the type of the capture object: CAP_VFW, etc...

Completed in 111 milliseconds