Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.cc64 int16_t* input_channel = &input_vector[channel][0]; in Process() local
68 input_channel, input_length_per_channel, expanded_channel, in Process()
87 Downsample(input_channel, input_length_per_channel, expanded_channel, in Process()
112 static_cast<int16_t>(DspHelper::RampSignal(input_channel, in Process()
116 DspHelper::UnmuteSignal(&input_channel[interpolation_length], in Process()
124 &input_channel[interpolation_length], in Process()
135 input_channel, interpolation_length, in Process()
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_file_processor.cc140 msg.input_channel(i).size()); in HandleMessage()
141 std::memcpy(in_buf_->channels()[i], msg.input_channel(i).data(), in HandleMessage()
142 msg.input_channel(i).size()); in HandleMessage()
Ddebug_dump_test.cc333 msg.input_channel(0).size()); in OnStreamEvent()
336 memcpy(input_->channels()[i], msg.input_channel(i).data(), in OnStreamEvent()
337 msg.input_channel(i).size()); in OnStreamEvent()
Dunpack.cc153 data[i] = reinterpret_cast<const float*>(msg.input_channel(i).data()); in do_main()
Dprocess_test.cc717 msg.input_channel(i).data(), in void_main()
720 near_read_bytes += msg.input_channel(i).size(); in void_main()
Daudio_processing_unittest.cc1784 msg.input_channel(i).data(), in ProcessDebugDump()
1785 msg.input_channel(i).size()); in ProcessDebugDump()
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.proto40 repeated bytes input_channel = 7; field