Lines Matching refs:UpdateMaskMatches
39 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()
248 UpdateMaskMatches(mask, nullopt, nullopt, 1000); in TEST_F()
261 UpdateMaskMatches(mask, 0, 1000, -1); in TEST_F()
273 UpdateMaskMatches(mask, 0, 1000, -1); in TEST_F()
294 UpdateMaskMatches(mask, 1000, -1, 1000); in TEST_F()