Searched refs:FrameLengthController (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_coding/audio_network_adaptor/ |
D | frame_length_controller_unittest.cc | 49 std::unique_ptr<FrameLengthController> CreateController( in CreateController() 50 const std::map<FrameLengthController::Config::FrameLengthChange, int>& in CreateController() 54 std::unique_ptr<FrameLengthController> controller( in CreateController() 55 new FrameLengthController(FrameLengthController::Config( in CreateController() 64 std::map<FrameLengthController::Config::FrameLengthChange, int> 66 return std::map<FrameLengthController::Config::FrameLengthChange, int>{ in CreateChangeCriteriaFor20msAnd60ms() 67 {FrameLengthController::Config::FrameLengthChange(20, 60), in CreateChangeCriteriaFor20msAnd60ms() 69 {FrameLengthController::Config::FrameLengthChange(60, 20), in CreateChangeCriteriaFor20msAnd60ms() 73 std::map<FrameLengthController::Config::FrameLengthChange, int> 75 return std::map<FrameLengthController::Config::FrameLengthChange, int>{ in CreateChangeCriteriaFor20msAnd40ms() [all …]
|
D | frame_length_controller.cc | 30 FrameLengthController::Config::Config( in Config() 48 FrameLengthController::Config::Config(const Config& other) = default; 50 FrameLengthController::Config::~Config() = default; 52 FrameLengthController::FrameLengthController(const Config& config) in FrameLengthController() function in webrtc::FrameLengthController 61 FrameLengthController::~FrameLengthController() = default; 63 void FrameLengthController::UpdateNetworkMetrics( in UpdateNetworkMetrics() 73 void FrameLengthController::MakeDecision(AudioEncoderRuntimeConfig* config) { in MakeDecision() 86 FrameLengthController::Config::FrameLengthChange::FrameLengthChange( in FrameLengthChange() 92 bool FrameLengthController::Config::FrameLengthChange::operator<( in operator <() 99 bool FrameLengthController::FrameLengthIncreasingDecision( in FrameLengthIncreasingDecision() [all …]
|
D | controller_manager.cc | 79 std::unique_ptr<FrameLengthController> CreateFrameLengthController( in CreateFrameLengthController() 80 const audio_network_adaptor::config::FrameLengthController& config, in CreateFrameLengthController() 87 std::map<FrameLengthController::Config::FrameLengthChange, int> in CreateFrameLengthController() 92 std::make_pair(FrameLengthController::Config::FrameLengthChange(20, 60), in CreateFrameLengthController() 98 std::make_pair(FrameLengthController::Config::FrameLengthChange(60, 20), in CreateFrameLengthController() 104 std::make_pair(FrameLengthController::Config::FrameLengthChange(20, 40), in CreateFrameLengthController() 110 std::make_pair(FrameLengthController::Config::FrameLengthChange(40, 20), in CreateFrameLengthController() 116 std::make_pair(FrameLengthController::Config::FrameLengthChange(40, 60), in CreateFrameLengthController() 122 std::make_pair(FrameLengthController::Config::FrameLengthChange(60, 40), in CreateFrameLengthController() 128 FrameLengthController::Config::FrameLengthChange(60, 120), in CreateFrameLengthController() [all …]
|
D | frame_length_controller.h | 28 class FrameLengthController final : public Controller { 61 explicit FrameLengthController(const Config& config); 63 ~FrameLengthController() override; 88 RTC_DISALLOW_COPY_AND_ASSIGN(FrameLengthController);
|
D | config.proto | 79 message FrameLengthController { message 177 FrameLengthController frame_length_controller = 22;
|