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

1 2 3

  /system/media/audio_effects/include/audio_effects/
effect_environmentalreverb.h 56 int16_t reflectionsLevel;
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 257 * @param reflectionsLevel reflection level in millibels. The valid range is [-9000, 1000].
262 public void setReflectionsLevel(short reflectionsLevel)
264 byte[] param = shortToByteArray(reflectionsLevel);
506 public short reflectionsLevel;
555 if (!key.equals("reflectionsLevel")) {
558 reflectionsLevel = Short.parseShort(st.nextToken());
597 ";reflectionsLevel="+Short.toString(reflectionsLevel)+
628 settings.reflectionsLevel = byteArrayToShort(param, 10);
652 shortToByteArray(settings.reflectionsLevel),
    [all...]
  /hardware/qcom/audio/post_proc/
reverb.h 34 int16_t reflectionsLevel;
reverb.c 392 reverb_settings->reflectionsLevel = 0;
  /frameworks/wilhelm/src/itf/
IEnvironmentalReverb.c 281 SLEnvironmentalReverbItf self, SLmillibel reflectionsLevel)
285 //if (!(SL_MILLIBEL_MIN <= reflectionsLevel && reflectionsLevel <= 1000)) {
286 // comparison (SL_MILLIBEL_MIN <= reflectionsLevel) is always true due to range of SLmillibel
287 if (!(reflectionsLevel <= 1000)) {
292 thiz->mProperties.reflectionsLevel = reflectionsLevel;
300 REVERB_PARAM_REFLECTIONS_LEVEL, &reflectionsLevel);
328 REVERB_PARAM_REFLECTIONS_LEVEL, &thiz->mProperties.reflectionsLevel);
332 *pReflectionsLevel = thiz->mProperties.reflectionsLevel;
    [all...]
  /frameworks/wilhelm/tests/sandbox/
reverb.c 103 (settings1->reflectionsLevel == settings2->reflectionsLevel) &&
119 printf("reflectionsLevel: %d\n", settings->reflectionsLevel);
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp     [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 920 pValue16 = &pProperties->reflectionsLevel;
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 761 milliseconds

1 2 3