Searched refs:play_dtmf (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
D | decision_logic_normal.cc | 33 bool play_dtmf, in GetDecisionSpecialized() argument 60 return NoPacket(play_dtmf); in GetDecisionSpecialized() 72 return ExpectedPacketAvailable(prev_mode, play_dtmf); in GetDecisionSpecialized() 76 available_timestamp, play_dtmf); in GetDecisionSpecialized() 112 Operations DecisionLogicNormal::NoPacket(bool play_dtmf) { in NoPacket() argument 119 } else if (play_dtmf) { in NoPacket() 128 bool play_dtmf) { in ExpectedPacketAvailable() argument 129 if (prev_mode != kModeExpand && !play_dtmf) { in ExpectedPacketAvailable() 154 bool play_dtmf) { in FuturePacketAvailable() argument 164 if (play_dtmf) { in FuturePacketAvailable() [all …]
|
D | decision_logic_normal.h | 58 Modes prev_mode, bool play_dtmf, 69 bool play_dtmf); 72 virtual Operations ExpectedPacketAvailable(Modes prev_mode, bool play_dtmf); 76 virtual Operations NoPacket(bool play_dtmf);
|
D | neteq_impl.h | 238 bool* play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_); 264 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_); 270 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_); 273 int DoExpand(bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_); 280 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_); 287 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_); 293 int DoRfc3389Cng(PacketList* packet_list, bool play_dtmf) 301 int DoDtmf(const DtmfEvent& dtmf_event, bool* play_dtmf)
|
D | neteq_impl.cc | 688 bool play_dtmf; in GetAudioInternal() local 690 &play_dtmf); in GetAudioInternal() 714 DoNormal(decoded_buffer_.get(), length, speech_type, play_dtmf); in GetAudioInternal() 718 DoMerge(decoded_buffer_.get(), length, speech_type, play_dtmf); in GetAudioInternal() 722 return_value = DoExpand(play_dtmf); in GetAudioInternal() 727 play_dtmf); in GetAudioInternal() 732 speech_type, play_dtmf); in GetAudioInternal() 737 return_value = DoRfc3389Cng(&packet_list, play_dtmf); in GetAudioInternal() 749 return_value = DoDtmf(dtmf_event, &play_dtmf); in GetAudioInternal() 824 if (play_dtmf) { in GetAudioInternal() [all …]
|
D | decision_logic.h | 81 bool play_dtmf, 140 bool play_dtmf,
|
D | decision_logic.cc | 110 bool play_dtmf, bool* reset_decoder) { in GetDecision() argument 144 packet_header, prev_mode, play_dtmf, in GetDecision()
|
D | decision_logic_fax.h | 55 bool play_dtmf,
|
D | decision_logic_fax.cc | 28 bool play_dtmf, in GetDecisionSpecialized() argument
|