HomeSort by relevance Sort by last modified time
    Searched refs:SLmillibel (Results 1 - 25 of 52) sorted by null

1 2 3

  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 84 SLmillibel initialLevel
93 SLmillibel directLevel
97 SLmillibel *pDirectLevel
102 SLmillibel sendLevel
107 SLmillibel *pSendLevel
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 84 SLmillibel initialLevel
93 SLmillibel directLevel
97 SLmillibel *pDirectLevel
102 SLmillibel sendLevel
107 SLmillibel *pSendLevel
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 84 SLmillibel initialLevel
93 SLmillibel directLevel
97 SLmillibel *pDirectLevel
102 SLmillibel sendLevel
107 SLmillibel *pSendLevel
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 84 SLmillibel initialLevel
93 SLmillibel directLevel
97 SLmillibel *pDirectLevel
102 SLmillibel sendLevel
107 SLmillibel *pSendLevel
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 84 SLmillibel initialLevel
93 SLmillibel directLevel
97 SLmillibel *pDirectLevel
102 SLmillibel sendLevel
107 SLmillibel *pSendLevel
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 84 SLmillibel initialLevel
93 SLmillibel directLevel
97 SLmillibel *pDirectLevel
102 SLmillibel sendLevel
107 SLmillibel *pSendLevel
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_Android.h 84 SLmillibel initialLevel
93 SLmillibel directLevel
97 SLmillibel *pDirectLevel
102 SLmillibel sendLevel
107 SLmillibel *pSendLevel
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_Android.h 84 SLmillibel initialLevel
93 SLmillibel directLevel
97 SLmillibel *pDirectLevel
102 SLmillibel sendLevel
107 SLmillibel *pSendLevel
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_Android.h 84 SLmillibel initialLevel
93 SLmillibel directLevel
97 SLmillibel *pDirectLevel
102 SLmillibel sendLevel
107 SLmillibel *pSendLevel
  /frameworks/wilhelm/src/itf/
IAndroidEffectSend.c 23 SLInterfaceID effectImplementationId, SLboolean enable, SLmillibel initialLevel)
28 // comparison (SL_MILLIBEL_MIN <= initialLevel) is always true due to range of SLmillibel
82 SLmillibel directLevel)
87 // comparison (SL_MILLIBEL_MIN <= directLevel) is always true due to range of SLmillibel
96 SLmillibel oldDirectLevel = ap->mDirectLevel;
117 SLmillibel *pDirectLevel)
143 SLInterfaceID effectImplementationId, SLmillibel sendLevel)
148 // comparison (SL_MILLIBEL_MIN <= sendLevel) is always true due to range of SLmillibel
184 SLInterfaceID effectImplementationId, SLmillibel *pSendLevel)
IVolume.c 22 static SLresult IVolume_SetVolumeLevel(SLVolumeItf self, SLmillibel level)
31 SLmillibel oldLevel = thiz->mLevel;
45 static SLresult IVolume_GetVolumeLevel(SLVolumeItf self, SLmillibel *pLevel)
54 SLmillibel level = thiz->mLevel;
64 static SLresult IVolume_GetMaxVolumeLevel(SLVolumeItf self, SLmillibel *pMaxLevel)
IEffectSend.c 112 const void *pAuxEffect, SLboolean enable, SLmillibel initialLevel)
117 // comparison (SL_MILLIBEL_MIN <= initialLevel) is always true due to range of SLmillibel
188 static SLresult IEffectSend_SetDirectLevel(SLEffectSendItf self, SLmillibel directLevel)
193 // comparison (SL_MILLIBEL_MIN <= directLevel) is always true due to range of SLmillibel
202 SLmillibel oldDirectLevel = ap->mDirectLevel;
225 static SLresult IEffectSend_GetDirectLevel(SLEffectSendItf self, SLmillibel *pDirectLevel)
251 SLmillibel sendLevel)
256 // comparison (SL_MILLIBEL_MIN <= sendLevel) is always true due to range of SLmillibel
288 SLmillibel *pSendLevel)
301 SLmillibel sendLevel = enableLevel->mSendLevel
    [all...]
IEqualizer.c 36 SLmillibel mLevels[MAX_EQ_BANDS];
124 static SLresult IEqualizer_GetBandLevelRange(SLEqualizerItf self, SLmillibel *pMin,
125 SLmillibel *pMax)
145 static SLresult IEqualizer_SetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel level)
175 static SLresult IEqualizer_GetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel *pLevel)
187 SLmillibel level = 0;
IEnvironmentalReverb.c 41 static SLresult IEnvironmentalReverb_SetRoomLevel(SLEnvironmentalReverbItf self, SLmillibel room)
46 // comparison (SL_MILLIBEL_MIN <= room) is always true due to range of SLmillibel
71 static SLresult IEnvironmentalReverb_GetRoomLevel(SLEnvironmentalReverbItf self, SLmillibel *pRoom)
102 SLEnvironmentalReverbItf self, SLmillibel roomHF)
107 // comparison (SL_MILLIBEL_MIN <= roomHF) is always true due to range of SLmillibel
133 SLEnvironmentalReverbItf self, SLmillibel *pRoomHF)
281 SLEnvironmentalReverbItf self, SLmillibel reflectionsLevel)
286 // comparison (SL_MILLIBEL_MIN <= reflectionsLevel) is always true due to range of SLmillibel
312 SLEnvironmentalReverbItf self, SLmillibel *pReflectionsLevel)
401 SLEnvironmentalReverbItf self, SLmillibel reverbLevel
    [all...]
  /frameworks/wilhelm/src/android/
android_sles_conversions.h 79 static inline float sles_to_android_amplification(SLmillibel level) {
android_Effect.h 105 android::sp<android::AudioEffect> pFx, SLmillibel sendLevel);
113 SLboolean attach, SLmillibel sendLevel);
119 extern android::status_t android_fxSend_setSendLevel(CAudioPlayer* ap, SLmillibel sendLevel);
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES_Android.h 88 SLmillibel initialLevel
97 SLmillibel directLevel
101 SLmillibel *pDirectLevel
106 SLmillibel sendLevel
111 SLmillibel *pSendLevel
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 88 SLmillibel initialLevel
97 SLmillibel directLevel
101 SLmillibel *pDirectLevel
106 SLmillibel sendLevel
111 SLmillibel *pSendLevel
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 88 SLmillibel initialLevel
97 SLmillibel directLevel
101 SLmillibel *pDirectLevel
106 SLmillibel sendLevel
111 SLmillibel *pSendLevel
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 88 SLmillibel initialLevel
97 SLmillibel directLevel
101 SLmillibel *pDirectLevel
106 SLmillibel sendLevel
111 SLmillibel *pSendLevel
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 88 SLmillibel initialLevel
97 SLmillibel directLevel
101 SLmillibel *pDirectLevel
106 SLmillibel sendLevel
111 SLmillibel *pSendLevel
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES_Android.h 88 SLmillibel initialLevel
97 SLmillibel directLevel
101 SLmillibel *pDirectLevel
106 SLmillibel sendLevel
111 SLmillibel *pSendLevel
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 88 SLmillibel initialLevel
97 SLmillibel directLevel
101 SLmillibel *pDirectLevel
106 SLmillibel sendLevel
111 SLmillibel *pSendLevel
  /frameworks/wilhelm/src/
itfstruct.h 183 SLmillibel mConeOuterLevel;
271 SLmillibel mSendLevel;
341 SLmillibel mLevels[MAX_EQ_BANDS];
350 SLmillibel mBandLevelRangeMin;
351 SLmillibel mBandLevelRangeMax;
591 SLmillibel mLevel;
656 SLmillibel mSendLevel; //android::KeyedVector<SLuint32, SLmillibel> mSendLevels;
  /frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 73 void TestSendToPresetReverb( SLObjectItf sl, const char* path, int preset, SLmillibel directLevel,
74 SLmillibel sendLevel, bool alwaysOn, bool useFd, bool loop)
380 TestSendToPresetReverb(sl, argv[i], atoi(argv[i+1]), (SLmillibel)atoi(argv[i+2]),
381 (SLmillibel)atoi(argv[i+3]), alwaysOn, useFd, loop);

Completed in 90 milliseconds

1 2 3