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 258 float leftVol = volumes[0], rightVol = volumes[1];
262 ap->mAPlayer->setVolume(leftVol, rightVol);
264 ap->mAudioTrack->setVolume(leftVol, rightVol);
320 float rightVol = leftVol;
344 rightVol *= amplFromStereoPos[1];
352 rightVol = 0.0;
357 pVolumes[1] = rightVol;
    [all...]

Completed in 51 milliseconds