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

  /system/media/audio_effects/include/audio_effects/
effect_environmentalreverb.h 57 uint32_t reflectionsDelay;
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 294 * @param reflectionsDelay reflections delay in milliseconds. The valid range is [0, 300].
299 public void setReflectionsDelay(int reflectionsDelay)
301 byte[] param = intToByteArray(reflectionsDelay);
515 public int reflectionsDelay;
568 if (!key.equals("reflectionsDelay")) {
571 reflectionsDelay = Integer.parseInt(st.nextToken());
606 ";reflectionsDelay="+Integer.toString(reflectionsDelay)+
637 settings.reflectionsDelay = byteArrayToInt(param, 12);
661 intToByteArray(settings.reflectionsDelay),
    [all...]
  /frameworks/wilhelm/src/itf/
IEnvironmentalReverb.c 342 SLEnvironmentalReverbItf self, SLmillisecond reflectionsDelay)
346 if (!(/* 0 <= reflectionsDelay && */ reflectionsDelay <= 300)) {
351 thiz->mProperties.reflectionsDelay = reflectionsDelay;
359 REVERB_PARAM_REFLECTIONS_DELAY, &reflectionsDelay);
387 REVERB_PARAM_REFLECTIONS_DELAY, &thiz->mProperties.reflectionsDelay);
391 *pReflectionsDelay = thiz->mProperties.reflectionsDelay;
661 if (!(/* 0 <= properties.reflectionsDelay && */ properties.reflectionsDelay <= 300)
    [all...]
  /frameworks/wilhelm/tests/sandbox/
reverb.c 104 (settings1->reflectionsDelay == settings2->reflectionsDelay) &&
120 printf("reflectionsDelay: %d\n", settings->reflectionsDelay);
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp     [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 930 pValue32 = (int32_t *)&pProperties->reflectionsDelay;
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 827 milliseconds