Lines Matching refs:maximum
40 recommendations->video.maximum = in ApplyDisplay()
43 recommendations->video.bit_rate_limits.maximum = in ApplyDisplay()
44 recommendations->video.maximum.effective_bit_rate(); in ApplyDisplay()
45 recommendations->video.minimum.set_minimum(recommendations->video.maximum); in ApplyDisplay()
66 recommendations->video.maximum.width = in ApplyDisplay()
67 recommendations->video.maximum.height * aspect_ratio; in ApplyDisplay()
111 recommendations->video.bit_rate_limits.maximum)}; in ApplyConstraints()
114 recommendations->video.maximum = kDefaultMinResolution; in ApplyConstraints()
115 } else if (max < recommendations->video.maximum) { in ApplyConstraints()
116 recommendations->video.maximum = std::move(max); in ApplyConstraints()
131 return std::tie(minimum, maximum) == std::tie(other.minimum, other.maximum); in operator ==()
160 return std::tie(bit_rate_limits, minimum, maximum, supports_scaling, in operator ==()
162 std::tie(other.bit_rate_limits, other.minimum, other.maximum, in operator ==()