Searched refs:max_format_ (Results 1 – 2 of 2) sorted by relevance
302 max_format_.reset(new VideoFormat(max_format)); in ConstrainSupportedFormats()672 if (!max_format_) { in UpdateFilteredSupportedFormats()695 return format.width > max_format_->width || in ShouldFilterFormat()696 format.height > max_format_->height; in ShouldFilterFormat()
352 rtc::scoped_ptr<VideoFormat> max_format_; variable