Searched refs:input_channel (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | merge.cc | 64 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/ |
D | audio_file_processor.cc | 140 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()
|
D | debug_dump_test.cc | 333 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()
|
D | unpack.cc | 153 data[i] = reinterpret_cast<const float*>(msg.input_channel(i).data()); in do_main()
|
D | process_test.cc | 717 msg.input_channel(i).data(), in void_main() 720 near_read_bytes += msg.input_channel(i).size(); in void_main()
|
D | audio_processing_unittest.cc | 1784 msg.input_channel(i).data(), in ProcessDebugDump() 1785 msg.input_channel(i).size()); in ProcessDebugDump()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | debug.proto | 40 repeated bytes input_channel = 7; field
|