Home | History | Annotate | Download | only in android

Lines Matching refs:rightVol

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;