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

/external/chromium_org/media/video/capture/
H A Dvideo_capture_device.cc12 const std::string VideoCaptureDevice::Name::GetNameAndModel() const {
22 VideoCaptureDevice::Name::Name() {}
24 VideoCaptureDevice::Name::Name(const std::string& name, const std::string& id)
28 VideoCaptureDevice::Name::Name(const std::string& name,
38 VideoCaptureDevice::Name::Name(const std::string& name,
47 VideoCaptureDevice::Name::Name(const std::string& name,
58 VideoCaptureDevice::Name::~Name() {}
60 VideoCaptureDevice::~VideoCaptureDevice() {}
62 int VideoCaptureDevice
[all...]
H A Dvideo_capture_device.h5 // VideoCaptureDevice is the abstract base class for realizing video capture
29 class MEDIA_EXPORT VideoCaptureDevice { class in namespace:media
34 // VideoCaptureDevice::GetDeviceNames to do this for you and if you need to
38 // VideoCaptureDevice::Create.
228 // An error has occurred that cannot be handled and VideoCaptureDevice must
232 // VideoCaptureDevice requests the |message| to be logged.
236 virtual ~VideoCaptureDevice();

Completed in 95 milliseconds