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

  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.h 29 class MEDIA_EXPORT VideoCaptureDeviceMFWin
35 explicit VideoCaptureDeviceMFWin(const Name& device_name);
36 virtual ~VideoCaptureDeviceMFWin();
66 DISALLOW_IMPLICIT_CONSTRUCTORS(VideoCaptureDeviceMFWin);
video_capture_device_mf_win.cc 59 !VideoCaptureDeviceMFWin::FormatFromGuid(type_guid,
93 MFReaderCallback(VideoCaptureDeviceMFWin* observer)
161 VideoCaptureDeviceMFWin* observer_;
166 bool VideoCaptureDeviceMFWin::FormatFromGuid(const GUID& guid,
211 VideoCaptureDeviceMFWin::VideoCaptureDeviceMFWin(const Name& device_name)
216 VideoCaptureDeviceMFWin::~VideoCaptureDeviceMFWin() {
220 bool VideoCaptureDeviceMFWin::Init(
236 void VideoCaptureDeviceMFWin::AllocateAndStart
    [all...]
video_capture_device_factory_win.cc 347 VideoCaptureDeviceMFWin::FormatFromGuid(type_guid,
396 device.reset(new VideoCaptureDeviceMFWin(device_name));
403 if (!static_cast<VideoCaptureDeviceMFWin*>(device.get())->Init(source))

Completed in 173 milliseconds