Home
last modified time | relevance | path

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

/external/webrtc/call/
Drtp_bitrate_configurator_unittest.cc22 : configurator_(new RtpBitrateConfigurator(BitrateConstraints())) {} in RtpBitrateConfiguratorTest()
23 std::unique_ptr<RtpBitrateConfigurator> configurator_; member in webrtc::RtpBitrateConfiguratorTest
29 configurator_->UpdateWithSdpParameters(bitrate_config); in UpdateConfigMatches()
44 configurator_->UpdateWithClientPreferences(bitrate_mask); in UpdateMaskMatches()
69 configurator_.reset(new RtpBitrateConfigurator(bitrate_config)); in TEST_F()
81 configurator_.reset(new RtpBitrateConfigurator(bitrate_config)); in TEST_F()
92 configurator_.reset(new RtpBitrateConfigurator(bitrate_config)); in TEST_F()
106 configurator_->UpdateWithSdpParameters(bitrate_config).has_value()); in TEST_F()
120 configurator_->UpdateWithSdpParameters(bitrate_config).has_value()); in TEST_F()
155 configurator_.reset(new RtpBitrateConfigurator(bitrate_config)); in TEST_F()
[all …]