Home
last modified time | relevance | path

Searched refs:reflectionsLevel (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
DEnvironmentalReverb.java262 public void setReflectionsLevel(short reflectionsLevel) in setReflectionsLevel() argument
264 byte[] param = shortToByteArray(reflectionsLevel); in setReflectionsLevel()
506 public short reflectionsLevel; field in EnvironmentalReverb.Settings
558 reflectionsLevel = Short.parseShort(st.nextToken()); in Settings()
597 ";reflectionsLevel="+Short.toString(reflectionsLevel)+ in toString()
628 settings.reflectionsLevel = byteArrayToShort(param, 10); in getProperties()
652 shortToByteArray(settings.reflectionsLevel), in setProperties()
/frameworks/wilhelm/src/itf/
DIEnvironmentalReverb.c281 SLEnvironmentalReverbItf self, SLmillibel reflectionsLevel) in IEnvironmentalReverb_SetReflectionsLevel() argument
287 if (!(reflectionsLevel <= 1000)) { in IEnvironmentalReverb_SetReflectionsLevel()
292 thiz->mProperties.reflectionsLevel = reflectionsLevel; in IEnvironmentalReverb_SetReflectionsLevel()
300 REVERB_PARAM_REFLECTIONS_LEVEL, &reflectionsLevel); in IEnvironmentalReverb_SetReflectionsLevel()
328 REVERB_PARAM_REFLECTIONS_LEVEL, &thiz->mProperties.reflectionsLevel); in IEnvironmentalReverb_GetReflectionsLevel()
332 *pReflectionsLevel = thiz->mProperties.reflectionsLevel; in IEnvironmentalReverb_GetReflectionsLevel()
659 if (!(properties.reflectionsLevel <= 1000)) in IEnvironmentalReverb_SetEnvironmentalReverbProperties()
/frameworks/wilhelm/tests/sandbox/
Dreverb.c103 (settings1->reflectionsLevel == settings2->reflectionsLevel) && in slesutCompareEnvironmentalReverbSettings()
119 printf("reflectionsLevel: %d\n", settings->reflectionsLevel); in slesutPrintEnvironmentalReverbSettings()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp1651 pProperties->reflectionsLevel = 0; in Reverb_getParameter()
1667 pProperties->reflectionsLevel); in Reverb_getParameter()
/frameworks/av/media/libeffects/testlibs/
DEffectReverb.c920 pValue16 = &pProperties->reflectionsLevel; in Reverb_getParameter()
1281 value16 = pProperties->reflectionsLevel; in Reverb_setParameter()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1508 SLmillibel reflectionsLevel; member
1560 SLmillibel reflectionsLevel
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15976 field public short reflectionsLevel;
/frameworks/base/api/
Dtest-current.txt22175 field public short reflectionsLevel;
Dcurrent.txt22105 field public short reflectionsLevel;
Dsystem-current.txt23636 field public short reflectionsLevel;