HomeSort by relevance Sort by last modified time
    Searched defs:VideoCaptureDevice (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/video/capture/
video_capture_device.cc 12 const std::string VideoCaptureDevice::Name::GetNameAndModel() const {
22 VideoCaptureDevice::~VideoCaptureDevice() {}
24 int VideoCaptureDevice::GetPowerLineFrequencyForLocation() const {
video_capture_device.h 5 // VideoCaptureDevice is the abstract base class for realizing video capture
29 class MEDIA_EXPORT VideoCaptureDevice {
34 // VideoCaptureDevice::GetDeviceNames to do this for you and if you need to
38 // VideoCaptureDevice::Create.
187 // An error has occurred that cannot be handled and VideoCaptureDevice must
191 // VideoCaptureDevice requests the |message| to be logged.
195 // Creates a VideoCaptureDevice object.
197 static VideoCaptureDevice* Create(
200 virtual ~VideoCaptureDevice();

Completed in 4536 milliseconds