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

  /external/sonivox/arm-fm-22k/lib_src/
eas_reverbdata.h 109 #define REVERB_XFADE_PERIOD_IN_SECONDS (100.0 / 1000.0) // xfade once every this many seconds
111 #define REVERB_XFADE_PERIOD_IN_SAMPLES (REVERB_XFADE_PERIOD_IN_SECONDS * _OUTPUT_SAMPLE_RATE)
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverbdata.h 109 #define REVERB_XFADE_PERIOD_IN_SECONDS (100.0 / 1000.0) // xfade once every this many seconds
111 #define REVERB_XFADE_PERIOD_IN_SAMPLES (REVERB_XFADE_PERIOD_IN_SECONDS * _OUTPUT_SAMPLE_RATE)
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverbdata.h 109 #define REVERB_XFADE_PERIOD_IN_SECONDS (100.0 / 1000.0) // xfade once every this many seconds
111 #define REVERB_XFADE_PERIOD_IN_SAMPLES (REVERB_XFADE_PERIOD_IN_SECONDS * _OUTPUT_SAMPLE_RATE)
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 52 #define REVERB_XFADE_PERIOD_IN_SECONDS (double) (100.0 / 1000.0) // xfade once every this many seconds
EffectReverb.c 584 xfadePeriodInSamples = (int32_t) (REVERB_XFADE_PERIOD_IN_SECONDS
    [all...]

Completed in 180 milliseconds