Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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.cc607 if (_dtmfGenerator.Get10msTone(toneBuffer, toneSamples) == -1) in InsertInbandDtmfTone()
Dchannel.cc4223 if (_inbandDtmfGenerator.Get10msTone(toneBuffer, toneSamples) == -1) in InsertInbandDtmfTone()