Home
last modified time | relevance | path

Searched refs:toneSamples (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
Doutput_mixer.cc606 uint16_t toneSamples(0); in InsertInbandDtmfTone() local
607 if (_dtmfGenerator.Get10msTone(toneBuffer, toneSamples) == -1) in InsertInbandDtmfTone()
620 * toneSamples); in InsertInbandDtmfTone()
630 assert(_audioFrame.samples_per_channel_ == toneSamples); in InsertInbandDtmfTone()
Dchannel.cc4221 uint16_t toneSamples(0); in InsertInbandDtmfTone() local
4223 if (_inbandDtmfGenerator.Get10msTone(toneBuffer, toneSamples) == -1) in InsertInbandDtmfTone()
4245 assert(_audioFrame.samples_per_channel_ == toneSamples); in InsertInbandDtmfTone()