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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_vector.cc 138 size_t fade_length) {
140 assert(fade_length <= Size());
141 assert(fade_length <= append_this.Size());
142 fade_length = std::min(fade_length, Size());
143 fade_length = std::min(fade_length, append_this.Size());
144 size_t position = Size() - fade_length;
149 int alpha_step = 16384 / (static_cast<int>(fade_length) + 1);
151 for (size_t i = 0; i < fade_length; ++i)
    [all...]
audio_multi_vector.h 103 // vectors overlap by |fade_length| samples (per channel), and cross-fade
106 size_t fade_length);
audio_vector.h 84 // vectors overlap by |fade_length| samples, and cross-fade linearly in this
86 virtual void CrossFade(const AudioVector& append_this, size_t fade_length);
audio_multi_vector.cc 177 size_t fade_length) {
181 channels_[i]->CrossFade(append_this[i], fade_length);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
477 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticConstant
563 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticPeriodic
649 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticRamp
714 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticCustom
725 * value. Neither delay, interval, attack_length nor fade_length support
751 * Uint16 fade_length; // Duration of the fade out (ms).
771 attack_length fade_length
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
477 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticConstant
563 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticPeriodic
649 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticRamp
714 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticCustom
725 * value. Neither delay, interval, attack_length nor fade_length support
751 * Uint16 fade_length; // Duration of the fade out (ms).
771 attack_length fade_length
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
477 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticConstant
563 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticPeriodic
649 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticRamp
714 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticCustom
725 * value. Neither delay, interval, attack_length nor fade_length support
751 * Uint16 fade_length; // Duration of the fade out (ms).
771 attack_length fade_length
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
477 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticConstant
563 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticPeriodic
649 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticRamp
714 Uint16 fade_length; /**< Duration of the fade. */ member in struct:SDL_HapticCustom
725 * value. Neither delay, interval, attack_length nor fade_length support
751 * Uint16 fade_length; // Duration of the fade out (ms).
771 attack_length fade_length
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testhaptic.c 139 efx[nefx].periodic.fade_length = 1000;
155 efx[nefx].periodic.fade_length = 1000;
172 efx[nefx].constant.fade_length = 1000;
  /bionic/libc/kernel/uapi/linux/
input.h 132 __u16 fade_length; member in struct:ff_envelope
  /external/kernel-headers/original/uapi/linux/
input.h 308 * @fade_length: duration of fade (ms)
319 __u16 fade_length; member in struct:ff_envelope
  /external/strace/tests/
ioctl_evdev.c 50 ", fade_length=%hu, fade_level=%#hx}",
52 e->fade_length, e->fade_level);
  /external/strace/tests-m32/
ioctl_evdev.c 50 ", fade_length=%hu, fade_level=%#hx}",
52 e->fade_length, e->fade_level);
  /external/strace/tests-mx32/
ioctl_evdev.c 50 ", fade_length=%hu, fade_level=%#hx}",
52 e->fade_length, e->fade_level);
  /external/strace/
evdev.c 71 ", fade_length=%" PRIu16
75 envelope->fade_length,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 939 * @fade_length: duration of fade (ms)
950 __u16 fade_length; member in struct:ff_envelope

Completed in 334 milliseconds