Home | History | Annotate | Download | only in capture

Lines Matching refs:capture_format

159   VideoCaptureCapability capture_format(640,
166 device->Allocate(capture_format, frame_observer_.get());
197 VideoCaptureCapability capture_format(1280,
204 device->Allocate(capture_format, frame_observer_.get());
231 VideoCaptureCapability capture_format(637,
238 device->Allocate(capture_format, frame_observer_.get());
321 VideoCaptureCapability capture_format(640,
328 device->Allocate(capture_format, frame_observer_.get());
359 VideoCaptureCapability capture_format(640,
366 device->Allocate(capture_format, frame_observer_.get());
396 VideoCaptureCapability capture_format(1280,
403 device->Allocate(capture_format, frame_observer_.get());
417 media::VideoCaptureCapability capture_format;
418 capture_format.width = 640;
419 capture_format.height = 480;
420 capture_format.frame_rate = 30;
421 capture_format.frame_size_type = media::VariableResolutionVideoCaptureDevice;
436 device->Allocate(capture_format, frame_observer_.get());