HomeSort by relevance Sort by last modified time
    Searched full:input_channel (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/test/
audio_file_processor.cc 140 msg.input_channel(i).size());
141 std::memcpy(in_buf_->channels()[i], msg.input_channel(i).data(),
142 msg.input_channel(i).size());
debug_dump_test.cc 333 msg.input_channel(0).size());
336 memcpy(input_->channels()[i], msg.input_channel(i).data(),
337 msg.input_channel(i).size());
unpack.cc 153 data[i] = reinterpret_cast<const float*>(msg.input_channel(i).data());
process_test.cc 717 msg.input_channel(i).data(),
720 near_read_bytes += msg.input_channel(i).size();
    [all...]
audio_processing_unittest.cc     [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc 64 int16_t* input_channel = &input_vector[channel][0]; local
68 input_channel, input_length_per_channel, expanded_channel,
87 Downsample(input_channel, input_length_per_channel, expanded_channel,
112 static_cast<int16_t>(DspHelper::RampSignal(input_channel,
116 DspHelper::UnmuteSignal(&input_channel[interpolation_length],
124 &input_channel[interpolation_length],
135 input_channel, interpolation_length,
  /external/webrtc/webrtc/modules/audio_processing/
debug.proto 40 repeated bytes input_channel = 7;

Completed in 424 milliseconds