HomeSort by relevance Sort by last modified time
    Searched refs:play_dtmf (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
decision_logic_normal.cc 33 bool play_dtmf,
60 return NoPacket(play_dtmf);
72 return ExpectedPacketAvailable(prev_mode, play_dtmf);
76 available_timestamp, play_dtmf);
114 Operations DecisionLogicNormal::NoPacket(bool play_dtmf) {
121 } else if (play_dtmf) {
130 bool play_dtmf) {
131 if (prev_mode != kModeExpand && !play_dtmf) {
156 bool play_dtmf) {
166 if (play_dtmf) {
    [all...]
decision_logic_normal.h 50 // supplied in |prev_mode|. If there is a DTMF event to play, |play_dtmf|
58 Modes prev_mode, bool play_dtmf,
69 bool play_dtmf);
72 virtual Operations ExpectedPacketAvailable(Modes prev_mode, bool play_dtmf);
75 // a DTMF event, flagged by setting |play_dtmf| true).
76 virtual Operations NoPacket(bool play_dtmf);
decision_logic_fax.h 46 // supplied in |prev_mode|. If there is a DTMF event to play, |play_dtmf|
55 bool play_dtmf,
decision_logic.h 70 // supplied in |prev_mode|. If there is a DTMF event to play, |play_dtmf|
81 bool play_dtmf,
130 // supplied in |prev_mode|. If there is a DTMF event to play, |play_dtmf|
140 bool play_dtmf,
neteq_impl.h 228 // DTMF should be played, |play_dtmf| is set to true by the method.
233 bool* play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
259 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
265 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
268 int DoExpand(bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
275 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
282 bool play_dtmf) EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
288 int DoRfc3389Cng(PacketList* packet_list, bool play_dtmf)
296 int DoDtmf(const DtmfEvent& dtmf_event, bool* play_dtmf)
neteq_impl.cc 678 bool play_dtmf; local
680 &play_dtmf);
704 DoNormal(decoded_buffer_.get(), length, speech_type, play_dtmf);
708 DoMerge(decoded_buffer_.get(), length, speech_type, play_dtmf);
712 return_value = DoExpand(play_dtmf);
717 play_dtmf);
722 speech_type, play_dtmf);
727 return_value = DoRfc3389Cng(&packet_list, play_dtmf);
739 return_value = DoDtmf(dtmf_event, &play_dtmf);
814 if (play_dtmf) {
    [all...]
decision_logic_fax.cc 28 bool play_dtmf,
decision_logic.cc 110 bool play_dtmf, bool* reset_decoder) {
144 packet_header, prev_mode, play_dtmf,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module.h 1030 bool play_dtmf; member in struct:webrtc::AudioCoding::Config
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.h 397 acm_old_->SetDtmfPlayoutStatus(config.play_dtmf);

Completed in 508 milliseconds