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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
merge.cc 50 int16_t* input_channel = &input_vector[channel][0]; local
54 input_channel, static_cast<int>(input_length_per_channel),
73 Downsample(input_channel, static_cast<int>(input_length_per_channel),
97 *external_mute_factor = DspHelper::RampSignal(input_channel,
101 DspHelper::UnmuteSignal(&input_channel[interpolation_length],
109 &input_channel[interpolation_length],
119 input_channel, interpolation_length,
  /external/chromium_org/media/filters/
wsola_internals.cc 68 const float* input_channel = input->channel(k); local
74 energy[k] += input_channel[m] * input_channel[m];
77 const float* slide_out = input_channel;
78 const float* slide_in = input_channel + frames_per_block;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
unpack.cc 113 WriteData(msg.input_channel(0).data(), msg.input_channel(0).size(),
audio_processing_unittest.cc     [all...]
process_test.cc 689 primary_cb->CopyFrom(msg.input_channel(i).data(), i);
    [all...]
  /external/qemu/android/camera/
camera-capture-windows.c 52 int input_channel; member in struct:WndCameraDevice
266 wcd->input_channel = inp_channel;
313 if (!capDriverConnect(wcd->cap_window, wcd->input_channel)) {
camera-capture-linux.c 90 int input_channel; member in struct:LinuxCameraDevice
776 cis->inp_channel = cd->input_channel;
806 cd->input_channel = inp_channel;
    [all...]

Completed in 101 milliseconds