Home
last modified time | relevance | path

Searched defs:audio_channel (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/audio/voip/
Dvoip_core.cc130 rtc::scoped_refptr<AudioChannel> audio_channel = in CreateChannel() local
154 rtc::scoped_refptr<AudioChannel> audio_channel; in ReleaseChannel() local
170 rtc::scoped_refptr<AudioChannel> audio_channel; in GetChannel() local
240 auto audio_channel = GetChannel(channel); in StartSend() local
251 auto audio_channel = GetChannel(channel); in StopSend() local
262 auto audio_channel = GetChannel(channel); in StartPlayout() local
283 auto audio_channel = GetChannel(channel); in StopPlayout() local
314 if (auto audio_channel = GetChannel(channel)) { in ReceivedRTPPacket() local
322 if (auto audio_channel = GetChannel(channel)) { in ReceivedRTCPPacket() local
331 if (auto audio_channel = GetChannel(channel)) { in SetSendCodec() local
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dmfcc_op.cc79 for (int audio_channel = 0; audio_channel < audio_channels; in Compute() local
/external/libxaac/decoder/drc_src/
Dimpd_drc_gain_decoder.c308 FLOAT32* audio_channel; in impd_drc_process_time_domain() local
/external/tensorflow/tensorflow/lite/kernels/
Dmfcc.cc137 for (int audio_channel = 0; audio_channel < audio_channels; ++audio_channel) { in Eval() local
/external/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc102 size_t audio_channel; member