HomeSort by relevance Sort by last modified time
    Searched refs:SL_MILLIBEL_MIN (Results 1 - 13 of 13) sorted by null

  /packages/apps/MusicFX/src/com/android/audiofx/
OpenSLESConstants.java 30 public static final short SL_MILLIBEL_MIN = -9600;
48 public static final short REVERB_MIN_ROOM_LEVEL = SL_MILLIBEL_MIN;
56 public static final short REVERB_MIN_ROOM_HF_LEVEL = SL_MILLIBEL_MIN;
81 public static final short REVERB_MIN_REVERB_LEVEL = SL_MILLIBEL_MIN;
115 public static final short VOLUME_MIN_LEVEL = SL_MILLIBEL_MIN;
  /system/media/wilhelm/src/itf/
IAndroidEffectSend.c 27 //if (!((SL_MILLIBEL_MIN <= initialLevel) && (initialLevel <= 0))) {
28 // comparison (SL_MILLIBEL_MIN <= initialLevel) is always true due to range of SLmillibel
86 //if (!((SL_MILLIBEL_MIN <= directLevel) && (directLevel <= 0))) {
87 // comparison (SL_MILLIBEL_MIN <= directLevel) is always true due to range of SLmillibel
147 //if (!((SL_MILLIBEL_MIN <= sendLevel) && (sendLevel <= 0))) {
148 // comparison (SL_MILLIBEL_MIN <= sendLevel) is always true due to range of SLmillibel
235 thiz->mSendLevel = SL_MILLIBEL_MIN;
IVolume.c 26 if (!((SL_MILLIBEL_MIN <= level) && (level <= PLATFORM_MILLIBEL_MAX_VOLUME))) {
IEnvironmentalReverb.c 45 //if (!(SL_MILLIBEL_MIN <= room && room <= 0)) {
46 // comparison (SL_MILLIBEL_MIN <= room) is always true due to range of SLmillibel
106 //if (!(SL_MILLIBEL_MIN <= roomHF && roomHF <= 0)) {
107 // comparison (SL_MILLIBEL_MIN <= roomHF) is always true due to range of SLmillibel
285 //if (!(SL_MILLIBEL_MIN <= reflectionsLevel && reflectionsLevel <= 1000)) {
286 // comparison (SL_MILLIBEL_MIN <= reflectionsLevel) is always true due to range of SLmillibel
405 //if (!(SL_MILLIBEL_MIN <= reverbLevel && reverbLevel <= 2000)) {
406 // comparison (SL_MILLIBEL_MIN <= reverbLevel) is always true due to range of SLmillibel
644 // is >= SL_MILLIBEL_MIN before using it, due to range of SLmillibel
748 SL_MILLIBEL_MIN, // roomLeve
    [all...]
I3DSource.c 242 (SL_MILLIBEL_MIN <= outerLevel) && (outerLevel <= 0))) {
IEffectSend.c 116 //if (!((SL_MILLIBEL_MIN <= initialLevel) && (initialLevel <= 0))) {
117 // comparison (SL_MILLIBEL_MIN <= initialLevel) is always true due to range of SLmillibel
192 //if (!((SL_MILLIBEL_MIN <= directLevel) && (directLevel <= 0))) {
193 // comparison (SL_MILLIBEL_MIN <= directLevel) is always true due to range of SLmillibel
255 //if (!((SL_MILLIBEL_MIN <= sendLevel) && (sendLevel <= 0))) {
256 // comparison (SL_MILLIBEL_MIN <= sendLevel) is always true due to range of SLmillibel
329 enableLevel->mSendLevel = SL_MILLIBEL_MIN;
  /system/media/wilhelm/tests/sandbox/
multiplay.c 256 SLmillibel volumeLevel = -((rand() & 0x7FFFFFFF) % ((SL_MILLIBEL_MIN + 1) / 10));
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 88 #define SL_MILLIBEL_MIN ((SLmillibel) (-SL_MILLIBEL_MAX-1))
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 88 #define SL_MILLIBEL_MIN ((SLmillibel) (-SL_MILLIBEL_MAX-1))
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 88 #define SL_MILLIBEL_MIN ((SLmillibel) (-SL_MILLIBEL_MAX-1))
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 88 #define SL_MILLIBEL_MIN ((SLmillibel) (-SL_MILLIBEL_MAX-1))
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 88 #define SL_MILLIBEL_MIN ((SLmillibel) (-SL_MILLIBEL_MAX-1))
    [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h 88 #define SL_MILLIBEL_MIN ((SLmillibel) (-SL_MILLIBEL_MAX-1))
    [all...]

Completed in 510 milliseconds