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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 314 max_format_.reset(new VideoFormat(max_format));
695 if (!max_format_) {
707 // The device only captures at resolutions higher than |max_format_| this
708 // indicates that |max_format_| should be ignored as it is better to capture
718 return format.width > max_format_->width ||
719 format.height > max_format_->height;
videocapturer.h 374 rtc::scoped_ptr<VideoFormat> max_format_; member in class:cricket::VideoCapturer

Completed in 375 milliseconds