Searched defs:VideoCaptureDeviceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/video/capture/
H A Dvideo_capture_device_factory.h13 // VideoCaptureDeviceFactory is the base class for creation of video capture
17 class MEDIA_EXPORT VideoCaptureDeviceFactory { class in namespace:media
19 static scoped_ptr<VideoCaptureDeviceFactory> CreateFactory(
22 VideoCaptureDeviceFactory();
23 virtual ~VideoCaptureDeviceFactory();
49 DISALLOW_COPY_AND_ASSIGN(VideoCaptureDeviceFactory);
H A Dvideo_capture_device_factory.cc25 scoped_ptr<VideoCaptureDeviceFactory> VideoCaptureDeviceFactory::CreateFactory(
32 return scoped_ptr<VideoCaptureDeviceFactory>(new
35 return scoped_ptr<VideoCaptureDeviceFactory>(new
42 return scoped_ptr<VideoCaptureDeviceFactory>(new
45 return scoped_ptr<VideoCaptureDeviceFactory>(new
48 return scoped_ptr<VideoCaptureDeviceFactory>(new
51 return scoped_ptr<VideoCaptureDeviceFactory>(new
54 return scoped_ptr<VideoCaptureDeviceFactory>(new
55 VideoCaptureDeviceFactory());
60 VideoCaptureDeviceFactory::VideoCaptureDeviceFactory() { function in class:media::VideoCaptureDeviceFactory
[all...]

Completed in 234 milliseconds