HomeSort by relevance Sort by last modified time
    Searched defs:rightVol (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 590 float leftVol = volumes[0], rightVol = volumes[1];
591 avp->setVolume(leftVol, 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...]

Completed in 760 milliseconds