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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer_m68k.c 31 void SDL_MixAudio_m68k_U8(char* dst, char* src, long len, long volume, char* mix8)
46 " muls %3,%%d0\n" /* d0 *= volume (0<=volume<=128) */
63 "a"(dst), "a"(src), "d"(len), "d"(volume), "a"(mix8)
69 void SDL_MixAudio_m68k_S8(char* dst, char* src, long len, long volume)
85 " muls %3,%%d0\n" /* d0 *= volume (0<=volume<=128) */
110 "a"(dst), "a"(src), "d"(len), "d"(volume)
116 void SDL_MixAudio_m68k_S16MSB(short* dst, short* src, long len, long volume)
130 " muls %3,%%d0\n" /* d0 *= volume (0<=volume<=128) *
    [all...]
SDL_mixer_m68k.h 31 void SDL_MixAudio_m68k_U8(char* dst,char* src, long len, long volume, char* mix8);
32 void SDL_MixAudio_m68k_S8(char* dst,char* src, long len, long volume);
34 void SDL_MixAudio_m68k_S16MSB(short* dst,short* src, long len, long volume);
35 void SDL_MixAudio_m68k_S16LSB(short* dst,short* src, long len, long volume);
SDL_mixer_MMX.c 40 void SDL_MixAudio_MMX_S16(char* dst,char* src,unsigned int size,int volume)
44 " movl %3,%%eax\n" /* eax = volume */
75 /* multiplier par le volume */
106 /* mm1 = le sample avec le volume modifi? */
112 /* mm4 = le sample avec le volume modifi? */
131 "m"(volume)
142 void SDL_MixAudio_MMX_S8(char* dst,char* src,unsigned int size,int volume)
146 " movl %3,%%eax\n" /* eax = volume */
202 "m"(volume)
  /bootable/recovery/mtdutils/
mounts.h 33 int unmount_mounted_volume(const MountedVolume *volume);
35 int remount_read_only(const MountedVolume* volume);
mounts.c 46 free_volume_internals(const MountedVolume *volume, int zero)
48 free((char *)volume->device);
49 free((char *)volume->mount_point);
50 free((char *)volume->filesystem);
51 free((char *)volume->flags);
53 memset((void *)volume, 0, sizeof(*volume));
78 /* Free the old volume strings.
202 unmount_mounted_volume(const MountedVolume *volume)
205 * to unmount a volume they already unmounted using thi
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
LowPassFilter.java 44 protected float volume, highFreqVolume; field in class:LowPassFilter
46 public LowPassFilter(float volume, float highFreqVolume) {
48 setVolume(volume);
62 throw new IllegalArgumentException("High freq volume must be between 0 and 1");
69 return volume;
72 public void setVolume(float volume) {
73 if (volume < 0 || volume > 1)
74 throw new IllegalArgumentException("Volume must be between 0 and 1");
76 this.volume = volume
    [all...]
Listener.java 43 private float volume = 1; field in class:Listener
56 volume = source.volume;
64 return volume;
67 public void setVolume(float volume) {
68 this.volume = volume;
70 renderer.updateListenerParam(this, ListenerParam.Volume);
  /frameworks/base/media/java/android/mtp/
MtpStorage.java 38 public MtpStorage(StorageVolume volume, Context context) {
39 mStorageId = volume.getStorageId();
40 mPath = volume.getPath();
41 mDescription = context.getResources().getString(volume.getDescriptionId());
42 mReserveSpace = volume.getMtpReserveSpace() * 1024 * 1024;
43 mRemovable = volume.isRemovable();
44 mMaxFileSize = volume.getMaxFileSize();
  /bootable/recovery/
roots.h 26 // Load and parse volume data from /etc/recovery.fstab.
29 // Return the Volume* record for this path (or NULL).
30 Volume* volume_for_path(const char* path);
32 // Make sure that the volume 'path' is on is mounted. Returns 0 on
33 // success (volume is mounted).
36 // Make sure that the volume 'path' is on is mounted. Returns 0 on
37 // success (volume is unmounted);
40 // Reformat the given volume (must be the mount point only, eg
41 // "/cache"), no paths permitted. Attempts to unmount the volume if
43 int format_volume(const char* volume);
    [all...]
roots.cpp 32 static Volume* device_volumes = NULL;
36 static int parse_options(char* options, Volume* volume) {
42 volume->length = strtoll(option+7, NULL, 10);
53 device_volumes = (Volume*)malloc(alloc * sizeof(Volume));
96 device_volumes = (Volume*)realloc(device_volumes, alloc*sizeof(Volume));
121 Volume* v = &device_volumes[i];
128 Volume* volume_for_path(const char* path)
    [all...]
  /external/srec/audio/AudioIn/UNIX/include/
audioinwrapper.h 36 int AudioSetVolume(int stream_type, int volume);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pt2258.h 2 * ALSA Driver for the PT2258 volume controller.
30 unsigned char volume[6]; member in struct:snd_pt2258
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pt2258.h 2 * ALSA Driver for the PT2258 volume controller.
30 unsigned char volume[6]; member in struct:snd_pt2258
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
TrackMetaData.java 30 private float volume; field in class:TrackMetaData
116 return volume;
119 public void setVolume(float volume) {
120 this.volume = volume;
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
SoundHandleJme.java 46 private float volume = 1; field in class:SoundHandleJme
80 node.setVolume(volume);
98 volume = f;
102 return volume;
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.c 148 * Transform volume control in 1dB increments to gain multiplier
151 * volume - 100 = 0dB, 99 = -1dB, 0 = -inf
157 EAS_I16 EAS_VolumeToGain (EAS_INT volume)
160 if (volume <= 0)
162 if (volume >= 100)
166 return (EAS_I16) EAS_Calculate2toX((((volume - EAS_MAX_VOLUME) * 204099) >> 10) - 1);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.c 148 * Transform volume control in 1dB increments to gain multiplier
151 * volume - 100 = 0dB, 99 = -1dB, 0 = -inf
157 EAS_I16 EAS_VolumeToGain (EAS_INT volume)
160 if (volume <= 0)
162 if (volume >= 100)
166 return (EAS_I16) EAS_Calculate2toX((((volume - EAS_MAX_VOLUME) * 204099) >> 10) - 1);
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 148 * Transform volume control in 1dB increments to gain multiplier
151 * volume - 100 = 0dB, 99 = -1dB, 0 = -inf
157 EAS_I16 EAS_VolumeToGain (EAS_INT volume)
160 if (volume <= 0)
162 if (volume >= 100)
166 return (EAS_I16) EAS_Calculate2toX((((volume - EAS_MAX_VOLUME) * 204099) >> 10) - 1);
eas_tcdata.h 54 EAS_U8 volume; /* volume */ member in struct:__anon13845
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayerClient.h 53 virtual float volume() const = 0;
  /frameworks/wilhelm/src/itf/
IDeviceVolume.c 49 static SLresult IDeviceVolume_SetVolume(SLDeviceVolumeItf self, SLuint32 deviceID, SLint32 volume)
64 thiz->mVolume[~deviceID] = volume;
96 SLint32 volume = thiz->mVolume[~deviceID]; local
98 *pVolume = volume;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 63 for (StorageVolume volume : mVolumeMap.values()) {
64 addStorageLocked(volume);
93 StorageVolume volume = mVolumeMap.remove(path);
94 if (volume != null) {
95 removeStorageLocked(volume);
223 StorageVolume volume = mVolumes[i]; local
224 if (volume.getPath().equals(path)) {
225 mVolumeMap.put(path, volume);
228 if (volume.isPrimary() || !mPtpMode) {
229 addStorageLocked(volume);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tts_api_win.cc 27 double volume);
59 double volume) {
83 if (volume >= 0.0) {
84 // The TTS api allows a range of 0 to 100 for speech volume.
85 speech_synthesizer_->SetVolume(static_cast<uint16>(volume * 100));
  /external/webkit/Source/WebCore/css/
mediaControlsGtk.css 89 audio::-webkit-media-controls-volume-slider-container, video::-webkit-media-controls-volume-slider-container {
90 -webkit-appearance: media-volume-slider-container;
96 audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
97 -webkit-appearance: media-volume-slider;
  /cts/suite/audio_quality/test/
RemoteAudioFakeTcpTest.cpp 165 int volume = 0; local
174 U32_ENDIAN_SWAP(volume),
187 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
198 int volume = 0; local
207 U32_ENDIAN_SWAP(volume),
231 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
241 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
251 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
260 int volume = 0; local
270 U32_ENDIAN_SWAP(volume),
    [all...]

Completed in 1403 milliseconds

1 2 3 4 5 6 7 8 91011>>