Home | History | Annotate | Download | only in itf

Lines Matching refs:SLmillibel

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)
406 // comparison (SL_MILLIBEL_MIN <= reverbLevel) is always true due to range of SLmillibel
432 SLEnvironmentalReverbItf self, SLmillibel *pReverbLevel)
644 // is >= SL_MILLIBEL_MIN before using it, due to range of SLmillibel