Searched refs:sles_to_android_amplification (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_sles_conversions.h83 static inline float sles_to_android_amplification(SLmillibel level) { function
H A Dandroid_Effect.cpp482 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
507 ap->mAudioTrack->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
561 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
569 return ap->mAudioTrack->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
H A DAudioPlayer_to_android.cpp298 float amplFromVolLevel = sles_to_android_amplification(volumeItf->mLevel);
/frameworks/wilhelm/src/itf/
H A DIAndroidEffectSend.c98 ap->mAmplFromDirectLevel = sles_to_android_amplification(directLevel);
H A DIEffectSend.c206 ap->mAmplFromDirectLevel = sles_to_android_amplification(directLevel);

Completed in 72 milliseconds