HomeSort by relevance Sort by last modified time
    Searched refs:leftVol (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);
295 float leftVol = amplFromVolLevel * amplFromDirectLevel;
296 float rightVol = leftVol;
319 leftVol *= amplFromStereoPos[0];
325 leftVol = 0.0;
332 pVolumes[0] = leftVol;
    [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)
206 mAndroidAudioLevels.mFinalVolume[0] = leftVol;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 81 leftVol
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 81 leftVol
  /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 408 milliseconds