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 305 max_format_.reset(new VideoFormat(max_format));
684 if (!max_format_) {
696 // The device only captures at resolutions higher than |max_format_| this
697 // indicates that |max_format_| should be ignored as it is better to capture
707 return format.width > max_format_->width ||
708 format.height > max_format_->height;
videocapturer.h 366 talk_base::scoped_ptr<VideoFormat> max_format_; member in class:cricket::VideoCapturer

Completed in 746 milliseconds