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 286 max_format_.reset(new VideoFormat(max_format));
643 if (!max_format_) {
655 // The device only captures at resolutions higher than |max_format_| this
656 // indicates that |max_format_| should be ignored as it is better to capture
666 return format.width > max_format_->width ||
667 format.height > max_format_->height;
videocapturer.h 331 talk_base::scoped_ptr<VideoFormat> max_format_; member in class:cricket::VideoCapturer

Completed in 26 milliseconds