Home
last modified time | relevance | path

Searched refs:attenuationDb (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_dtmf_impl.cc53 int attenuationDb) { in SendTelephoneEvent() argument
57 channel, eventCode, (int)outOfBand, lengthMs, attenuationDb); in SendTelephoneEvent()
81 (attenuationDb < kMinTelephoneEventAttenuation) || in SendTelephoneEvent()
82 (attenuationDb > kMaxTelephoneEventAttenuation)); in SendTelephoneEvent()
104 attenuationDb); in SendTelephoneEvent()
116 attenuationDb, playDTFMEvent); in SendTelephoneEvent()
127 attenuationDb, playDTFMEvent); in SendTelephoneEvent()
168 int VoEDtmfImpl::PlayDtmfTone(int eventCode, int lengthMs, int attenuationDb) { in PlayDtmfTone() argument
171 eventCode, lengthMs, attenuationDb); in PlayDtmfTone()
185 (attenuationDb < kMinTelephoneEventAttenuation) || in PlayDtmfTone()
[all …]
Ddtmf_inband.cc131 int32_t attenuationDb) in AddTone() argument
135 if (attenuationDb > 36 || eventCode > 15) in AddTone()
151 _attenuationDb = static_cast<int16_t> (attenuationDb); in AddTone()
175 int32_t attenuationDb) in StartTone() argument
179 if (attenuationDb > 36 || eventCode > 15) in StartTone()
194 _attenuationDb = static_cast<int16_t> (attenuationDb); in StartTone()
Dvoe_dtmf_impl.h25 int attenuationDb = 10) override;
39 int attenuationDb = 10) override;
Ddtmf_inband.h35 int32_t attenuationDb);
38 int StartTone(uint8_t eventCode, int32_t attenuationDb);
Doutput_mixer.h54 int PlayDtmfTone(uint8_t eventCode, int lengthMs, int attenuationDb);
Doutput_mixer.cc201 int attenuationDb) in PlayDtmfTone() argument
205 if (_dtmfGenerator.AddTone(eventCode, lengthMs, attenuationDb) != 0) in PlayDtmfTone()
Dchannel.h301 int attenuationDb, bool playDtmfEvent);
303 int attenuationDb, bool playDtmfEvent);
Dchannel.cc2499 int lengthMs, int attenuationDb, in SendTelephoneEventOutband() argument
2512 attenuationDb) != 0) in SendTelephoneEventOutband()
2525 int attenuationDb, in SendTelephoneEventInband() argument
2533 _inbandDtmfQueue.AddDtmf(eventCode, lengthMs, attenuationDb); in SendTelephoneEventInband()
3800 uint8_t attenuationDb(0); in InsertInbandDtmfTone() local
3802 eventCode = _inbandDtmfQueue.NextDtmf(&lengthMs, &attenuationDb); in InsertInbandDtmfTone()
3803 _inbandDtmfGenerator.AddTone(eventCode, lengthMs, attenuationDb); in InsertInbandDtmfTone()
3809 attenuationDb); in InsertInbandDtmfTone()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_dtmf.h61 int attenuationDb = 10) = 0;
83 int attenuationDb = 10) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h150 int attenuationDb));
158 int(int eventCode, int lengthMs, int attenuationDb));