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

  /external/webrtc/talk/media/base/
videocapturer.h 233 void ConstrainSupportedFormats(const VideoFormat& max_format);
videocapturer_unittest.cc 780 capturer_.ConstrainSupportedFormats(vga_format);
787 capturer_.ConstrainSupportedFormats(vga_format);
    [all...]
videocapturer.cc 301 void VideoCapturer::ConstrainSupportedFormats(const VideoFormat& max_format) {
303 LOG(LS_VERBOSE) << " ConstrainSupportedFormats " << max_format.ToString();
  /external/webrtc/talk/media/devices/
devicemanager.cc 211 capturer->ConstrainSupportedFormats(video_format);

Completed in 81 milliseconds