Searched defs:room (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIEnvironmentalReverb.c41 static SLresult IEnvironmentalReverb_SetRoomLevel(SLEnvironmentalReverbItf self, SLmillibel room) argument
45 //if (!(SL_MILLIBEL_MIN <= room && room <= 0)) {
46 // comparison (SL_MILLIBEL_MIN <= room) is always true due to range of SLmillibel
47 if (!(room <= 0)) {
52 thiz->mProperties.roomLevel = room;
60 REVERB_PARAM_ROOM_LEVEL, &room);
/frameworks/base/media/java/android/media/audiofx/
H A DEnvironmentalReverb.java31 * A sound generated within a room travels in many directions. The listener first hears the direct
151 * @param room room level in millibels. The valid range is [-9000, 0].
156 public void setRoomLevel(short room) argument
158 byte[] param = shortToByteArray(room);
164 * @return the room level in millibels.
192 * Gets the room HF level.
193 * @return the room HF level in millibels.
263 * <p>This level is combined with the overall room level
321 * <p>This level is combined with the overall room leve
[all...]

Completed in 53 milliseconds