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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc 77 VideoCaptureManager::DeviceEntry::DeviceEntry(
85 VideoCaptureManager::DeviceEntry::~DeviceEntry() {}
87 VideoCaptureManager::DeviceInfo::DeviceInfo() {}
89 VideoCaptureManager::DeviceInfo::DeviceInfo(
95 VideoCaptureManager::DeviceInfo::~DeviceInfo() {}
97 VideoCaptureManager::VideoCaptureManager(
104 VideoCaptureManager::~VideoCaptureManager() {
108 void VideoCaptureManager::Register
    [all...]
video_capture_manager.h 5 // VideoCaptureManager is used to open/close, start/stop, enumerate available
9 // VideoCaptureManager will open OS dependent instances of VideoCaptureDevice.
36 // VideoCaptureManager opens/closes and start/stops video capture devices.
37 class CONTENT_EXPORT VideoCaptureManager : public MediaStreamProvider {
43 explicit VideoCaptureManager(
112 virtual ~VideoCaptureManager();
204 // VideoCaptureController. VideoCaptureManager owns all VideoCaptureDevices
247 DISALLOW_COPY_AND_ASSIGN(VideoCaptureManager);
media_stream_manager.h 57 class VideoCaptureManager;
76 // Used to access VideoCaptureManager.
77 VideoCaptureManager* video_capture_manager();
193 // we can delete VideoCaptureManager and AudioInputDeviceManager. Normally
365 // Task runner shared by VideoCaptureManager and AudioInputDeviceManager and
373 scoped_refptr<VideoCaptureManager> video_capture_manager_;
383 // Keeps track of live enumeration commands sent to VideoCaptureManager or
video_capture_manager_unittest.cc 5 // Unit test for VideoCaptureManager.
31 // Listener class used to track progress of VideoCaptureManager test.
80 vcm_ = new VideoCaptureManager(scoped_ptr<media::VideoCaptureDeviceFactory>(
139 scoped_refptr<VideoCaptureManager> vcm_;
479 // VideoCaptureManager destructor otherwise.
media_stream_manager.cc 403 VideoCaptureManager* MediaStreamManager::video_capture_manager() {
    [all...]

Completed in 221 milliseconds