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

  /external/chromium_org/media/video/capture/
file_video_capture_device_factory.cc 66 VideoCaptureFormat capture_format; local
68 &capture_format);
69 supported_formats->push_back(capture_format);
  /external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.cc 310 VideoCaptureFormat capture_format; local
311 capture_format.frame_size.SetSize(width, height);
320 capture_format.frame_rate = denominator
331 &capture_format.pixel_format);
333 formats->push_back(capture_format);
336 DVLOG(1) << device.name() << " " << capture_format.ToString();
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.cc 244 VideoFormat capture_format; local
246 &capture_format)) {
247 if (!video_capturer->Restart(capture_format)) {
356 VideoFormat capture_format; local
358 &capture_format)) {
375 return video_capturer->StartCapturing(capture_format);
videoengine_unittest.h 569 cricket::VideoFormat capture_format(codec.width, codec.height,
574 EXPECT_EQ(cricket::CS_RUNNING, video_capturer_->Start(capture_format));
577 EXPECT_EQ(cricket::CS_RUNNING, video_capturer_2_->Start(capture_format));
1407 cricket::VideoFormat capture_format; \/\/ default format local
1492 cricket::VideoFormat capture_format = (*formats)[0]; local
    [all...]

Completed in 108 milliseconds