Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecision_logic_normal.cc33 bool play_dtmf, in GetDecisionSpecialized() argument
60 return NoPacket(play_dtmf); in GetDecisionSpecialized()
74 return ExpectedPacketAvailable(prev_mode, play_dtmf); in GetDecisionSpecialized()
79 available_timestamp, play_dtmf); in GetDecisionSpecialized()
116 Operations DecisionLogicNormal::NoPacket(bool play_dtmf) { in NoPacket() argument
123 } else if (play_dtmf) { in NoPacket()
132 bool play_dtmf) { in ExpectedPacketAvailable() argument
133 if (prev_mode != kModeExpand && !play_dtmf) { in ExpectedPacketAvailable()
156 bool play_dtmf) { in FuturePacketAvailable() argument
166 if (play_dtmf) { in FuturePacketAvailable()
[all …]
Ddecision_logic_normal.h56 bool play_dtmf,
68 bool play_dtmf);
71 virtual Operations ExpectedPacketAvailable(Modes prev_mode, bool play_dtmf);
75 virtual Operations NoPacket(bool play_dtmf);
Dneteq_impl.h234 bool* play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
265 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
271 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
274 int DoExpand(bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
281 bool play_dtmf,
289 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
295 int DoRfc3389Cng(PacketList* packet_list, bool play_dtmf)
304 int DoDtmf(const DtmfEvent& dtmf_event, bool* play_dtmf)
Dneteq_impl.cc751 bool play_dtmf; in GetAudioInternal() local
753 &play_dtmf); in GetAudioInternal()
773 DoNormal(decoded_buffer_.get(), length, speech_type, play_dtmf); in GetAudioInternal()
777 DoMerge(decoded_buffer_.get(), length, speech_type, play_dtmf); in GetAudioInternal()
781 return_value = DoExpand(play_dtmf); in GetAudioInternal()
789 play_dtmf, fast_accelerate); in GetAudioInternal()
794 speech_type, play_dtmf); in GetAudioInternal()
799 return_value = DoRfc3389Cng(&packet_list, play_dtmf); in GetAudioInternal()
811 return_value = DoDtmf(dtmf_event, &play_dtmf); in GetAudioInternal()
896 if (play_dtmf) { in GetAudioInternal()
[all …]
Ddecision_logic.h81 bool play_dtmf,
140 bool play_dtmf,
Ddecision_logic.cc110 bool play_dtmf, bool* reset_decoder) { in GetDecision() argument
141 packet_header, prev_mode, play_dtmf, in GetDecision()
Ddecision_logic_fax.h52 bool play_dtmf,
Ddecision_logic_fax.cc28 bool play_dtmf, in GetDecisionSpecialized() argument