Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dtransmit_mixer.cc1190 size_t fileSamples(0); in MixOrReplaceAudioWithFile() local
1203 fileSamples, in MixOrReplaceAudioWithFile()
1213 assert(_audioFrame.samples_per_channel_ == fileSamples); in MixOrReplaceAudioWithFile()
1223 fileSamples); in MixOrReplaceAudioWithFile()
1232 fileSamples, in MixOrReplaceAudioWithFile()
Dchannel.cc3672 size_t fileSamples(0); in MixOrReplaceAudioWithFile() local
3687 fileSamples, in MixOrReplaceAudioWithFile()
3696 if (fileSamples == 0) in MixOrReplaceAudioWithFile()
3705 assert(_audioFrame.samples_per_channel_ == fileSamples); in MixOrReplaceAudioWithFile()
3715 fileSamples); in MixOrReplaceAudioWithFile()
3725 fileSamples, in MixOrReplaceAudioWithFile()
3742 size_t fileSamples(0); in MixAudioWithFile() local
3757 fileSamples, in MixAudioWithFile()
3767 if (audioFrame.samples_per_channel_ == fileSamples) in MixAudioWithFile()
3775 fileSamples); in MixAudioWithFile()
[all …]