Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc1964 AudioMultiVector dtmf_output(num_channels); in DtmfOverdub() local
1972 dtmf_tone_generator_->Generate(overdub_length, &dtmf_output); in DtmfOverdub()
1973 assert(overdub_length == dtmf_output.Size()); in DtmfOverdub()
1975 dtmf_output.ReadInterleaved(overdub_length, &output[out_index]); in DtmfOverdub()