HomeSort by relevance Sort by last modified time
    Searched refs:sles_to_android_amplification (Results 1 - 5 of 5) sorted by null

  /frameworks/wilhelm/src/android/
android_sles_conversions.h 79 static inline float sles_to_android_amplification(SLmillibel level) { function
android_Effect.cpp 471 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
496 ap->mAudioTrack->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
549 ap->mAPlayer->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
557 return ap->mAudioTrack->setAuxEffectSendLevel( sles_to_android_amplification(sendLevel) );
AudioPlayer_to_android.cpp 293 float amplFromVolLevel = sles_to_android_amplification(volumeItf->mLevel);
    [all...]
  /frameworks/wilhelm/src/itf/
IAndroidEffectSend.c 99 ap->mAmplFromDirectLevel = sles_to_android_amplification(directLevel);
IEffectSend.c 206 ap->mAmplFromDirectLevel = sles_to_android_amplification(directLevel);

Completed in 706 milliseconds