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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_unittest.cc 226 gfx::Size capture_resolution(444, 200);
261 device_->ReserveOutputBuffer(media::VideoFrame::I420, capture_resolution);
281 capture_resolution,
294 device_->ReserveOutputBuffer(media::VideoFrame::I420, capture_resolution);
299 capture_resolution,
323 capture_resolution);
328 capture_resolution,
335 capture_resolution));
361 device_->ReserveOutputBuffer(media::VideoFrame::I420, capture_resolution);
366 capture_resolution,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.cc 97 CaptureResolutionInfo capture_resolution = { desired_format, 1 }; local
98 capture_formats_.push_back(capture_resolution);

Completed in 1467 milliseconds