Searched refs:attenuationDb (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_dtmf_impl.cc | 53 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 …]
|
D | dtmf_inband.cc | 131 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()
|
D | voe_dtmf_impl.h | 25 int attenuationDb = 10) override; 39 int attenuationDb = 10) override;
|
D | dtmf_inband.h | 35 int32_t attenuationDb); 38 int StartTone(uint8_t eventCode, int32_t attenuationDb);
|
D | output_mixer.h | 54 int PlayDtmfTone(uint8_t eventCode, int lengthMs, int attenuationDb);
|
D | output_mixer.cc | 201 int attenuationDb) in PlayDtmfTone() argument 205 if (_dtmfGenerator.AddTone(eventCode, lengthMs, attenuationDb) != 0) in PlayDtmfTone()
|
D | channel.h | 301 int attenuationDb, bool playDtmfEvent); 303 int attenuationDb, bool playDtmfEvent);
|
D | channel.cc | 2499 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/ |
D | voe_dtmf.h | 61 int attenuationDb = 10) = 0; 83 int attenuationDb = 10) = 0;
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 150 int attenuationDb)); 158 int(int eventCode, int lengthMs, int attenuationDb));
|