Searched refs:VideoCaptureManager (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc89 UMA_HISTOGRAM_ENUMERATION("Media.VideoCaptureManager.Event",
98 VideoCaptureManager::DeviceEntry::DeviceEntry(
106 VideoCaptureManager::DeviceEntry::~DeviceEntry() {}
108 VideoCaptureManager::DeviceInfo::DeviceInfo() {}
110 VideoCaptureManager::DeviceInfo::DeviceInfo(
116 VideoCaptureManager::DeviceInfo::~DeviceInfo() {}
118 VideoCaptureManager::VideoCaptureManager( function in class:content::VideoCaptureManager
125 VideoCaptureManager::~VideoCaptureManager() {
[all...]
H A Dvideo_capture_manager.h5 // 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 { class in namespace:content
43 explicit VideoCaptureManager(
134 virtual ~VideoCaptureManager();
226 // VideoCaptureController. VideoCaptureManager owns all VideoCaptureDevices
269 DISALLOW_COPY_AND_ASSIGN(VideoCaptureManager);
H A Dmedia_stream_manager.h58 class VideoCaptureManager;
77 // Used to access VideoCaptureManager.
78 VideoCaptureManager* video_capture_manager();
192 // we can delete VideoCaptureManager and AudioInputDeviceManager. Normally
380 // Task runner shared by VideoCaptureManager and AudioInputDeviceManager and
388 scoped_refptr<VideoCaptureManager> video_capture_manager_;
406 // Keeps track of live enumeration commands sent to VideoCaptureManager or
H A Dvideo_capture_manager_unittest.cc5 // Unit test for VideoCaptureManager.
31 // Listener class used to track progress of VideoCaptureManager test.
81 vcm_ = new VideoCaptureManager(scoped_ptr<media::VideoCaptureDeviceFactory>(
140 scoped_refptr<VideoCaptureManager> vcm_;
480 // VideoCaptureManager destructor otherwise.
H A Dmedia_stream_manager.cc413 VideoCaptureManager* MediaStreamManager::video_capture_manager() {
1597 new VideoCaptureManager(media::VideoCaptureDeviceFactory::CreateFactory(

Completed in 1102 milliseconds