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

  /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/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 89 int input_channel; member in struct:LinuxCameraDevice
779 cis->inp_channel = cd->input_channel;
809 cd->input_channel = inp_channel;
    [all...]

Completed in 2487 milliseconds