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
83
static inline float
sles_to_android_amplification
(SLmillibel level) {
function
android_Effect.cpp
514
ap->mAPlayer->setAuxEffectSendLevel(
sles_to_android_amplification
(sendLevel) );
539
ap->mAudioTrack->setAuxEffectSendLevel(
sles_to_android_amplification
(sendLevel) );
593
ap->mAPlayer->setAuxEffectSendLevel(
sles_to_android_amplification
(sendLevel) );
601
return ap->mAudioTrack->setAuxEffectSendLevel(
sles_to_android_amplification
(sendLevel) );
[
all
...]
AudioPlayer_to_android.cpp
299
float amplFromVolLevel =
sles_to_android_amplification
(volumeItf->mLevel);
[
all
...]
/frameworks/wilhelm/src/itf/
IAndroidEffectSend.c
98
ap->mAmplFromDirectLevel =
sles_to_android_amplification
(directLevel);
IEffectSend.c
206
ap->mAmplFromDirectLevel =
sles_to_android_amplification
(directLevel);
Completed in 79 milliseconds