Home
last modified time | relevance | path

Searched refs:Get10msTone (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Ddtmf_inband.h44 int Get10msTone(int16_t output[320], uint16_t& outputSizeInSamples);
Ddtmf_inband.cc230 DtmfInband::Get10msTone(int16_t output[320], in Get10msTone() function in webrtc::DtmfInband
Doutput_mixer.cc582 if (_dtmfGenerator.Get10msTone(toneBuffer, toneSamples) == -1) in InsertInbandDtmfTone()
Dchannel.cc3832 if (_inbandDtmfGenerator.Get10msTone(toneBuffer, toneSamples) == -1) in InsertInbandDtmfTone()