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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 231 void ConstrainSupportedFormats(const VideoFormat& max_format);
videocapturer_unittest.cc 708 capturer_.ConstrainSupportedFormats(vga_format);
715 capturer_.ConstrainSupportedFormats(vga_format);
735 capturer_.ConstrainSupportedFormats(vga_format);
videocapturer.cc 285 void VideoCapturer::ConstrainSupportedFormats(const VideoFormat& max_format) {
287 LOG(LS_VERBOSE) << " ConstrainSupportedFormats " << max_format.ToString();
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.cc 229 capturer->ConstrainSupportedFormats(video_format);

Completed in 336 milliseconds