HomeSort by relevance Sort by last modified time
    Searched full:rightvol (Results 1 - 17 of 17) sorted by null

  /external/quake/quake/src/QW/client/
snd_mix.c 285 if (!ch->leftvol && !ch->rightvol)
355 if (ch->rightvol > 255)
356 ch->rightvol = 255;
359 rscale = snd_scaletable[ch->rightvol >> 3];
379 int leftvol, rightvol; local
384 rightvol = ch->rightvol;
391 right = (data * rightvol) >> 8;
snd_dma.c 413 ch->rightvol = ch->master_vol;
439 ch->rightvol = (int) (ch->master_vol * scale);
440 if (ch->rightvol < 0)
441 ch->rightvol = 0;
487 if (!target_chan->leftvol && !target_chan->rightvol)
712 chan->leftvol = chan->rightvol = chan->master_vol;
751 if (!ch->leftvol && !ch->rightvol)
763 combine->rightvol += ch->rightvol;
764 ch->leftvol = ch->rightvol = 0
    [all...]
snd_mixa.s 57 // if (ch->rightvol > 255)
58 // ch->rightvol = 255;
71 // rscale = snd_scaletable[ch->rightvol >> 3];
sound.h 68 int rightvol; // 0-255 volume member in struct:__anon11628
  /external/quake/quake/src/WinQuake/
snd_mix.cpp 293 if (!ch->leftvol && !ch->rightvol)
363 if (ch->rightvol > 255)
364 ch->rightvol = 255;
367 rscale = snd_scaletable[ch->rightvol >> 3];
387 int leftvol, rightvol; local
392 rightvol = ch->rightvol;
399 right = (data * rightvol) >> 8;
snd_dma.cpp 417 ch->rightvol = ch->master_vol;
443 ch->rightvol = (int) (ch->master_vol * scale);
444 if (ch->rightvol < 0)
445 ch->rightvol = 0;
491 if (!target_chan->leftvol && !target_chan->rightvol)
716 chan->leftvol = chan->rightvol = chan->master_vol;
755 if (!ch->leftvol && !ch->rightvol)
767 combine->rightvol += ch->rightvol;
768 ch->leftvol = ch->rightvol = 0
    [all...]
snd_mixa.s 57 // if (ch->rightvol > 255)
58 // ch->rightvol = 255;
71 // rscale = snd_scaletable[ch->rightvol >> 3];
sound.h 77 int rightvol; // 0-255 volume member in struct:__anon12073
  /gdk/samples/quake/jni/
snd_mix.cpp 293 if (!ch->leftvol && !ch->rightvol)
363 if (ch->rightvol > 255)
364 ch->rightvol = 255;
367 rscale = snd_scaletable[ch->rightvol >> 3];
387 int leftvol, rightvol; local
392 rightvol = ch->rightvol;
399 right = (data * rightvol) >> 8;
snd_dma.cpp 417 ch->rightvol = ch->master_vol;
443 ch->rightvol = (int) (ch->master_vol * scale);
444 if (ch->rightvol < 0)
445 ch->rightvol = 0;
491 if (!target_chan->leftvol && !target_chan->rightvol)
716 chan->leftvol = chan->rightvol = chan->master_vol;
755 if (!ch->leftvol && !ch->rightvol)
767 combine->rightvol += ch->rightvol;
768 ch->leftvol = ch->rightvol = 0
    [all...]
sound.h 77 int rightvol; // 0-255 volume member in struct:__anon17637
  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 83 void setVolume(float leftVol, float rightVol);
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;
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...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 454 android_media_AudioTrack_set_volume(JNIEnv *env, jobject thiz, jfloat leftVol, jfloat rightVol )
463 lpTrack->setVolume(leftVol, rightVol);
    [all...]
  /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 */

Completed in 1710 milliseconds