Searched refs:play_dtmf (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_coding/neteq/ |
D | decision_logic.cc | 141 return NoPacket(status.play_dtmf); in GetDecision() 174 return ExpectedPacketAvailable(status.last_mode, status.play_dtmf); in GetDecision() 180 status.next_packet->timestamp, status.play_dtmf, in GetDecision() 279 NetEq::Operation DecisionLogic::NoPacket(bool play_dtmf) { in NoPacket() argument 286 } else if (play_dtmf) { in NoPacket() 295 bool play_dtmf) { in ExpectedPacketAvailable() argument 297 !play_dtmf) { in ExpectedPacketAvailable() 325 bool play_dtmf, in FuturePacketAvailable() argument 337 if (play_dtmf) { in FuturePacketAvailable() 400 } else if (play_dtmf) { in FuturePacketAvailable()
|
D | neteq_impl.h | 230 bool* play_dtmf, 264 bool play_dtmf) RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_); 270 bool play_dtmf) RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_); 275 int DoExpand(bool play_dtmf) RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_); 282 bool play_dtmf, 290 bool play_dtmf) RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_); 296 int DoRfc3389Cng(PacketList* packet_list, bool play_dtmf) 305 int DoDtmf(const DtmfEvent& dtmf_event, bool* play_dtmf)
|
D | neteq_impl.cc | 814 bool play_dtmf; in GetAudioInternal() local 847 &play_dtmf, action_override); in GetAudioInternal() 879 DoNormal(decoded_buffer_.get(), length, speech_type, play_dtmf); in GetAudioInternal() 886 DoMerge(decoded_buffer_.get(), length, speech_type, play_dtmf); in GetAudioInternal() 892 return_value = DoExpand(play_dtmf); in GetAudioInternal() 903 play_dtmf, fast_accelerate); in GetAudioInternal() 908 speech_type, play_dtmf); in GetAudioInternal() 913 return_value = DoRfc3389Cng(&packet_list, play_dtmf); in GetAudioInternal() 925 return_value = DoDtmf(dtmf_event, &play_dtmf); in GetAudioInternal() 1001 if (play_dtmf) { in GetAudioInternal() [all …]
|
D | decision_logic.h | 135 virtual NetEq::Operation NoPacket(bool play_dtmf); 139 bool play_dtmf); 148 bool play_dtmf,
|
/external/webrtc/api/neteq/ |
D | neteq_controller.h | 94 bool play_dtmf; member
|