Home | History | Annotate | Download | only in itf

Lines Matching refs:SLmillibel

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;