Searched refs:kDefaultVideoMinBitRate (Results 1 – 6 of 6) sorted by relevance
91 constexpr int kDefaultVideoMinBitRate = 300 * 1000; variable103 kDefaultVideoMinBitRate, kDefaultMaxResolution.effective_bit_rate()};
68 constexpr int kDefaultVideoMinBitRate = 300 * 1000; variable
33 static constexpr int kDefaultVideoMinBitRate = 300 * 1000; variable249 out->min_bit_rate = kDefaultVideoMinBitRate; in TryParse()
207 int min_bit_rate = kDefaultVideoMinBitRate;
72 (config.max_bit_rate >= kDefaultVideoMinBitRate) in CreateStream()147 (config.max_bit_rate >= kDefaultVideoMinBitRate)) && in IsValidVideoCaptureConfig()
1182 second.video_limits.front().min_bit_rate = kDefaultVideoMinBitRate; in TEST_F()1183 first.video_limits.front().min_bit_rate = kDefaultVideoMinBitRate; in TEST_F()