Searched defs:DecisionLogic (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic.h32 class DecisionLogic { class in namespace:webrtc
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 DISALLOW_COPY_AND_ASSIGN(DecisionLogic);
H A Ddecision_logic.cc26 DecisionLogic* DecisionLogic::Create(int fs_hz,
58 DecisionLogic::DecisionLogic(int fs_hz, function in class:webrtc::DecisionLogic
81 void DecisionLogic::Reset() {
91 void DecisionLogic::SoftReset() {
98 void DecisionLogic::SetSampleRate(int fs_hz, int output_size_samples) {
105 Operations DecisionLogic::GetDecision(const SyncBuffer& sync_buffer,
148 void DecisionLogic::ExpandDecision(Operations operation) {
156 void DecisionLogic
[all...]

Completed in 86 milliseconds