Searched refs:room (Results 1 - 4 of 4) 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.java23 * A sound generated within a room travels in many directions. The listener first hears the direct
143 * @param room room level in millibels. The valid range is [-9000, 0].
148 public void setRoomLevel(short room) argument
150 byte[] param = shortToByteArray(room);
156 * @return the room level in millibels.
184 * Gets the room HF level.
185 * @return the room HF level in millibels.
255 * <p>This level is combined with the overall room level
313 * <p>This level is combined with the overall room leve
[all...]
/frameworks/rs/api/
H A Drs_io.spec85 until there is room on the message queue for this message.
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1528 SLmillibel room

Completed in 299 milliseconds