Home
last modified time | relevance | path

Searched refs:max_format_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/base/
Dvideocapturer.cc302 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()
Dvideocapturer.h352 rtc::scoped_ptr<VideoFormat> max_format_; variable