Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Doutput_mixer.cc581 uint16_t toneSamples(0); in InsertInbandDtmfTone() local
582 if (_dtmfGenerator.Get10msTone(toneBuffer, toneSamples) == -1) in InsertInbandDtmfTone()
595 * toneSamples); in InsertInbandDtmfTone()
605 assert(_audioFrame.samples_per_channel_ == toneSamples); in InsertInbandDtmfTone()
Dchannel.cc3830 uint16_t toneSamples(0); in InsertInbandDtmfTone() local
3832 if (_inbandDtmfGenerator.Get10msTone(toneBuffer, toneSamples) == -1) in InsertInbandDtmfTone()
3855 assert(_audioFrame.samples_per_channel_ == toneSamples); in InsertInbandDtmfTone()