HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 176 - 200 of 477) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
stream.h 32 #include <pulse/volume.h>
336 pa_cvolume *volume /**< Initial volume, or NULL for default */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 146 /** volume and balance */
349 SND_SEQ_SAMPLE_STOP_VENVELOPE = 1, /**< finish volume envelope */
356 /** sample volume control; if any value is set to -1 == do not change */
358 signed short volume; /**< range: 0-16383 */ member in struct:snd_seq_ev_volume
380 snd_seq_ev_volume_t volume; /**< volume */ member in union:snd_seq_ev_sample_control::__anon25420
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
stream.h 32 #include <pulse/volume.h>
336 pa_cvolume *volume /**< Initial volume, or NULL for default */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 146 /** volume and balance */
349 SND_SEQ_SAMPLE_STOP_VENVELOPE = 1, /**< finish volume envelope */
356 /** sample volume control; if any value is set to -1 == do not change */
358 signed short volume; /**< range: 0-16383 */ member in struct:snd_seq_ev_volume
380 snd_seq_ev_volume_t volume; /**< volume */ member in union:snd_seq_ev_sample_control::__anon26932
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
stream.h 32 #include <pulse/volume.h>
336 pa_cvolume *volume /**< Initial volume, or NULL for default */,
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 176 t->volume[0] = UNITY_GAIN;
177 t->volume[1] = UNITY_GAIN;
484 case VOLUME:
488 if (track.volume[param-VOLUME0] != valueInt) {
489 ALOGV("setParameter(VOLUME, VOLUME0/1: %04x)", valueInt);
490 track.prevVolume[param-VOLUME0] = track.volume[param-VOLUME0] << 16;
491 track.volume[param-VOLUME0] = valueInt;
492 if (target == VOLUME) {
509 ALOGV("setParameter(VOLUME, AUXLEVEL: %04x)", valueInt);
512 if (target == VOLUME) {
    [all...]
AudioPolicyService.h 131 float volume,
136 virtual status_t setVoiceVolume(float volume, int delayMs = 0);
176 status_t volumeCommand(audio_stream_type_t stream, float volume,
180 status_t voiceVolumeCommand(float volume, int delayMs = 0);
  /bionic/libc/kernel/common/linux/mfd/
msm-adie-codec.h 104 u32 volume);
  /external/quake/quake/src/QW/client/
sound.h 67 int leftvol; // 0-255 volume
68 int rightvol; // 0-255 volume
76 int master_vol; // 0-255 master volume
157 extern cvar_t volume;
menu.c 407 case 6: // music volume
419 case 7: // sfx volume
420 volume.value += dir * 0.1;
421 if (volume.value < 0)
422 volume.value = 0;
423 if (volume.value > 1)
424 volume.value = 1;
425 Cvar_SetValue ("volume", volume.value);
521 M_Print (16, 80, " CD Music Volume");
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 47 // Implementor UUID for volume controller effect defined in
203 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); local
210 // creating a volume controller on output mix ensures that ro.audio.silent mutes
258 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
276 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); local
281 // creating a volume controller on output mix ensures that ro.audio.silent mutes
343 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 132 status_t AudioHardwareBase::getMasterVolume(float *volume)
  /external/chromium/chrome/browser/speech/
speech_input_bubble_gtk.cc 232 SkBitmap* volume = ResourceBundle::GetSharedInstance().GetBitmapNamed( local
234 int desired_width = std::max(volume->width(), cancel_size.width) +
236 int desired_height = volume->height() + label_size.height +
speech_input_manager.cc 123 virtual void SetInputVolume(int caller_id, float volume, float noise_volume);
349 void SpeechInputManagerImpl::SetInputVolume(int caller_id, float volume,
354 bubble_controller_->SetBubbleInputVolume(caller_id, volume, noise_volume);
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 26 // To get a wider range and finer control over volume levels, first the Master
28 // adjusting that as well. If the PCM element has more volume steps, it allows
29 // for finer granularity in the total volume.
142 LOG(WARNING) << "Got request to set volume to NaN";
157 // To indicate the volume is not valid yet, a very low volume value is stored.
159 static bool PrefVolumeValid(double volume) {
160 return (volume > kPrefVolumeInvalid + 0.1);
168 // Set volume to minimum on mute, since switching the element off does not
171 // TODO(davej): Remove save_volume_ and setting volume to minimum i
517 alsa_long_t volume = vol_lo; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 54 /** Physical volume being measured, or {@code null} for internal. */
115 Context context, StorageVolume volume) {
116 return new StorageVolumePreferenceCategory(context, volume);
119 private StorageVolumePreferenceCategory(Context context, StorageVolume volume) {
122 mVolume = volume;
123 mMeasure = StorageMeasurement.getInstance(context, volume);
129 setTitle(volume != null ? volume.getDescription(context)
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingBox.java 205 * <code>containAABB</code> creates a minimum-volume axis-aligned bounding
363 * @param volume
367 public BoundingVolume merge(BoundingVolume volume) {
368 if (volume == null) {
372 switch (volume.getType()) {
374 BoundingBox vBox = (BoundingBox) volume;
381 BoundingSphere vSphere = (BoundingSphere) volume;
388 // OrientedBoundingBox box = (OrientedBoundingBox) volume;
403 * @param volume
407 public BoundingVolume mergeLocal(BoundingVolume volume) {
    [all...]
  /frameworks/av/media/libmedia/
AudioSystem.cpp 107 status_t AudioSystem::getMasterVolume(float* volume)
111 *volume = af->masterVolume();
142 status_t AudioSystem::getStreamVolume(audio_stream_type_t stream, float* volume,
148 *volume = af->streamVolume(stream, output);
184 // convert volume steps to natural log scale
186 // change this value to change volume scaling
192 float AudioSystem::linearToLog(int volume)
194 // float v = volume ? exp(float(100 - volume) * dBConvert) : 0;
195 // ALOGD("linearToLog(%d)=%f", volume, v)
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_public.c 133 * This routine sets common parameters like transpose, volume, etc.
154 * This routine sets common parameters like transpose, volume, etc.
221 * This routine gets common parameters like transpose, volume, etc.
325 pStream->volume = DEFAULT_STREAM_VOLUME;
816 /* set volume */
818 result = EAS_SetVolume(pEASData, pStream, pStream->volume);
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_public.c 133 * This routine sets common parameters like transpose, volume, etc.
154 * This routine sets common parameters like transpose, volume, etc.
221 * This routine gets common parameters like transpose, volume, etc.
325 pStream->volume = DEFAULT_STREAM_VOLUME;
816 /* set volume */
818 result = EAS_SetVolume(pEASData, pStream, pStream->volume);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c 133 * This routine sets common parameters like transpose, volume, etc.
154 * This routine sets common parameters like transpose, volume, etc.
221 * This routine gets common parameters like transpose, volume, etc.
325 pStream->volume = DEFAULT_STREAM_VOLUME;
828 /* set volume */
830 result = EAS_SetVolume(pEASData, pStream, pStream->volume);
    [all...]
  /external/quake/quake/src/QW/server/
sv_send.c 344 An attenuation of 0 will play full volume everywhere in the level.
349 void SV_StartSound (edict_t *entity, int channel, char *sample, int volume,
360 if (volume < 0 || volume > 255)
361 SV_Error ("SV_StartSound: volume = %i", volume);
399 if (volume != DEFAULT_SOUND_PACKET_VOLUME)
418 MSG_WriteByte (&sv.multicast, volume);
  /hardware/libhardware/modules/audio/
audio_hw.c 280 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)
285 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
290 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume)
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 231 bool RemoteAudio::startPlayback(bool stereo, int samplingF, int mode, int volume,
252 handler->getParam().mVolume = volume;
276 bool RemoteAudio::startRecording(bool stereo, int samplingF, int mode, int volume,
290 handler->getParam().mVolume = volume;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 253 * them, performing addition, volume adjustment, and overflow clipping.
254 * The volume ranges from 0 - 128, and should be set to SDL_MIX_MAXVOLUME
255 * for full audio volume. Note this does not change hardware volume.
258 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);

Completed in 1174 milliseconds

1 2 3 4 5 6 78 91011>>