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

  /external/webrtc/talk/media/base/
videocapturer.cc 302 max_format_.reset(new VideoFormat(max_format));
672 if (!max_format_) {
684 // The device only captures at resolutions higher than |max_format_| this
685 // indicates that |max_format_| should be ignored as it is better to capture
695 return format.width > max_format_->width ||
696 format.height > max_format_->height;
videocapturer.h 352 rtc::scoped_ptr<VideoFormat> max_format_; member in class:cricket::VideoCapturer

Completed in 1058 milliseconds