HomeSort by relevance Sort by last modified time
    Searched refs:masterVolume (Results 1 - 25 of 27) sorted by null

1 2

  /external/sonivox/arm-fm-22k/lib_src/
eas_data.h 125 EAS_U8 masterVolume;
eas_synth.h 324 EAS_U16 masterVolume;
eas_vm_protos.h 816 void VMSetVolume (S_SYNTH *pSynth, EAS_U16 masterVolume);
    [all...]
eas_fmsynth.c 436 pFMVoice->voiceGain = (EAS_I16) FMUL_15x15(pFMVoice->voiceGain, pSynth->masterVolume);
879 voiceGainTarget = (EAS_U16) FMUL_15x15(voiceGainTarget, pSynth->masterVolume);
eas_voicemgt.c 388 pSynth->masterVolume = DEFAULT_SYNTH_MASTER_VOLUME;
    [all...]
eas_public.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_data.h 125 EAS_U8 masterVolume;
eas_synth.h 324 EAS_U16 masterVolume;
eas_vm_protos.h 816 void VMSetVolume (S_SYNTH *pSynth, EAS_U16 masterVolume);
    [all...]
eas_fmsynth.c 436 pFMVoice->voiceGain = (EAS_I16) FMUL_15x15(pFMVoice->voiceGain, pSynth->masterVolume);
879 voiceGainTarget = (EAS_U16) FMUL_15x15(voiceGainTarget, pSynth->masterVolume);
eas_voicemgt.c 388 pSynth->masterVolume = DEFAULT_SYNTH_MASTER_VOLUME;
    [all...]
eas_wtsynth.c 675 pChannel->staticGain = (EAS_I16) MULT_EG1_EG1(staticGain, pSynth->masterVolume);
    [all...]
eas_public.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_data.h 127 EAS_U8 masterVolume;
eas_synth.h 324 EAS_U16 masterVolume;
eas_vm_protos.h 816 void VMSetVolume (S_SYNTH *pSynth, EAS_U16 masterVolume);
    [all...]
eas_voicemgt.c 388 pSynth->masterVolume = DEFAULT_SYNTH_MASTER_VOLUME;
    [all...]
eas_wtsynth.c 681 pChannel->staticGain = (EAS_I16) MULT_EG1_EG1(staticGain, pSynth->masterVolume);
    [all...]
eas_public.c     [all...]
  /device/asus/fugu/libaudio/
AudioHardwareOutput.cpp 64 masterVolume = 0.60;
170 mSettings.masterVolume = volume;
174 (*I)->setVolume(mSettings.masterVolume);
187 *volume = mSettings.masterVolume;
455 (*newOutput)->setVolume(mSettings.masterVolume);
562 DUMP("\tMaster Volume : %0.3f\n", s.masterVolume);
AudioHardwareOutput.h 87 float masterVolume;
  /frameworks/av/include/media/
IAudioFlinger.h 113 virtual float masterVolume() const = 0;
  /frameworks/av/services/audioflinger/
AudioFlinger.h 137 virtual float masterVolume() const;
    [all...]
Threads.cpp     [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 315 virtual float masterVolume() const
    [all...]

Completed in 5335 milliseconds

1 2