Home
last modified time | relevance | path

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

/external/webrtc/call/
Drtp_bitrate_configurator_unittest.cc39 void UpdateMaskMatches(BitrateSettings bitrate_mask, in UpdateMaskMatches() function in webrtc::RtpBitrateConfiguratorTest
126 UpdateMaskMatches(mask, *mask.min_bitrate_bps, nullopt, nullopt); in TEST_F()
132 UpdateMaskMatches(mask, 1000, nullopt, nullopt); in TEST_F()
143 UpdateMaskMatches(mask, nullopt, *mask.start_bitrate_bps, nullopt); in TEST_F()
160 UpdateMaskMatches(mask, nullopt, nullopt, *mask.max_bitrate_bps); in TEST_F()
182 UpdateMaskMatches(mask, 2000, 2000, nullopt); in TEST_F()
193 UpdateMaskMatches(mask, nullopt, -1, 1000); in TEST_F()
204 UpdateMaskMatches(mask, 1000, nullopt, 1000); in TEST_F()
213 UpdateMaskMatches(mask, nullopt, 1000, nullopt); in TEST_F()
214 UpdateMaskMatches(mask, nullopt, 1000, nullopt); in TEST_F()
[all …]