OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sles_to_android_amplification
(Results
1 - 5
of
5
) sorted by null
/frameworks/wilhelm/src/android/
android_sles_conversions.h
112
static inline float
sles_to_android_amplification
(SLmillibel level) {
function
android_Effect.cpp
475
ap->mAPlayer->setAuxEffectSendLevel(
sles_to_android_amplification
(sendLevel) );
500
ap->mAudioTrack->setAuxEffectSendLevel(
sles_to_android_amplification
(sendLevel) );
553
ap->mAPlayer->setAuxEffectSendLevel(
sles_to_android_amplification
(sendLevel) );
561
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 114 milliseconds