Searched refs:SL_MILLIBEL_MIN (Results 1 - 7 of 7) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIAndroidEffectSend.c27 //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;
H A DIVolume.c26 if (!((SL_MILLIBEL_MIN <= level) && (level <= PLATFORM_MILLIBEL_MAX_VOLUME))) {
H A DIEnvironmentalReverb.c45 //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...]
H A DI3DSource.c242 (SL_MILLIBEL_MIN <= outerLevel) && (outerLevel <= 0))) {
H A DIEffectSend.c116 //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;
/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c256 SLmillibel volumeLevel = -((rand() & 0x7FFFFFFF) % ((SL_MILLIBEL_MIN + 1) / 10));
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h88 #define SL_MILLIBEL_MIN ((SLmillibel) (-SL_MILLIBEL_MAX-1)) macro
1442 { SL_MILLIBEL_MIN, 0, 1000, 500, SL_MILLIBEL_MIN, 20, SL_MILLIBEL_MIN, 40, 1000,1000 }
1480 { -1000,-1000, 1490, 830, SL_MILLIBEL_MIN, 61, 500, 25, 1000,1000 }

Completed in 733 milliseconds