Searched defs:reflectionsLevel (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIEnvironmentalReverb.c281 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;
280 IEnvironmentalReverb_SetReflectionsLevel( SLEnvironmentalReverbItf self, SLmillibel reflectionsLevel) argument
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DEnvironmentalReverb.java265 * @param reflectionsLevel reflection level in millibels. The valid range is [-9000, 1000].
270 public void setReflectionsLevel(short reflectionsLevel) argument
272 byte[] param = shortToByteArray(reflectionsLevel);
514 public short reflectionsLevel; field in class:EnvironmentalReverb.Settings
563 if (!key.equals("reflectionsLevel")) {
566 reflectionsLevel = Short.parseShort(st.nextToken());
605 ";reflectionsLevel="+Short.toString(reflectionsLevel)+
636 settings.reflectionsLevel = byteArrayToShort(param, 10);
660 shortToByteArray(settings.reflectionsLevel),
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1508 SLmillibel reflectionsLevel; member in struct:SLEnvironmentalReverbSettings_
1560 SLmillibel reflectionsLevel

Completed in 369 milliseconds