OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rightVol
(Results
1 - 7
of
7
) sorted by null
/frameworks/wilhelm/src/android/
android_GenericPlayer.h
83
void setVolume(float leftVol, float
rightVol
);
AudioPlayer_to_android.cpp
234
float leftVol = volumes[0],
rightVol
= volumes[1];
238
ap->mAPlayer->setVolume(leftVol,
rightVol
);
240
ap->mAudioTrack->setVolume(leftVol,
rightVol
);
296
float
rightVol
= leftVol;
320
rightVol
*= amplFromStereoPos[1];
328
rightVol
= 0.0;
333
pVolumes[1] =
rightVol
;
[
all
...]
MediaPlayer_to_android.cpp
590
float leftVol = volumes[0],
rightVol
= volumes[1];
591
avp->setVolume(leftVol,
rightVol
);
android_GenericPlayer.cpp
202
void GenericPlayer::setVolume(float leftVol, float
rightVol
)
207
mAndroidAudioLevels.mFinalVolume[1] =
rightVol
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h
80
rightVol
, /* Current left & right channel volumes */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h
80
rightVol
, /* Current left & right channel volumes */
/frameworks/base/core/jni/
android_media_AudioTrack.cpp
453
android_media_AudioTrack_set_volume(JNIEnv *env, jobject thiz, jfloat leftVol, jfloat
rightVol
)
462
lpTrack->setVolume(leftVol,
rightVol
);
[
all
...]
Completed in 78 milliseconds