HomeSort by relevance Sort by last modified time
    Searched defs:DecisionLogic (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic.cc 26 DecisionLogic* DecisionLogic::Create(int fs_hz,
58 DecisionLogic::DecisionLogic(int fs_hz,
81 void DecisionLogic::Reset() {
91 void DecisionLogic::SoftReset() {
98 void DecisionLogic::SetSampleRate(int fs_hz, size_t output_size_samples) {
105 Operations DecisionLogic::GetDecision(const SyncBuffer& sync_buffer,
145 void DecisionLogic::ExpandDecision(Operations operation) {
153 void DecisionLogic::FilterBufferLevel(size_t buffer_size_samples
    [all...]
decision_logic.h 32 class DecisionLogic {
36 static DecisionLogic* Create(int fs_hz,
45 DecisionLogic(int fs_hz,
54 virtual ~DecisionLogic() {}
91 // Reports back to DecisionLogic whether the decision to do expand remains or
164 RTC_DISALLOW_COPY_AND_ASSIGN(DecisionLogic);

Completed in 480 milliseconds