HomeSort by relevance Sort by last modified time
    Searched refs:volume (Results 1 - 25 of 1007) 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...]
  /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() * 1024L * 1024L;
43 mRemovable = volume.isRemovable();
44 mMaxFileSize = volume.getMaxFileSize();
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_volume_control_impl.h 23 virtual int SetSpeakerVolume(unsigned int volume);
25 virtual int GetSpeakerVolume(unsigned int& volume);
27 virtual int SetMicVolume(unsigned int volume);
29 virtual int GetMicVolume(unsigned int& volume);
  /external/chromium_org/third_party/webrtc/sound/
soundinputstreaminterface.h 31 // Retrieves the current input volume for this stream. Nominal range is
32 // defined by SoundSystemInterface::k(Max|Min)Volume, but values exceeding the
34 // volume currently in use by the OS, not a cached value from a previous
35 // (Get|Set)Volume() call.
36 virtual bool GetVolume(int *volume) = 0;
38 // Changes the input volume for this stream. Nominal range is defined by
39 // SoundSystemInterface::k(Max|Min)Volume. The effect of exceeding kMaxVolume
41 virtual bool SetVolume(int volume) = 0;
soundoutputstreaminterface.h 36 // Retrieves the current output volume for this stream. Nominal range is
37 // defined by SoundSystemInterface::k(Max|Min)Volume, but values exceeding the
39 // volume currently in use by the OS, not a cached value from a previous
40 // (Get|Set)Volume() call.
41 virtual bool GetVolume(int *volume) = 0;
43 // Changes the output volume for this stream. Nominal range is defined by
44 // SoundSystemInterface::k(Max|Min)Volume. The effect of exceeding kMaxVolume
46 virtual bool SetVolume(int volume) = 0;
nullsoundsystem.cc 48 virtual bool GetVolume(int *volume) {
49 *volume = SoundSystemInterface::kMinVolume;
53 virtual bool SetVolume(int volume) {
82 virtual bool GetVolume(int *volume) {
83 *volume = SoundSystemInterface::kMinVolume;
87 virtual bool SetVolume(int volume) {
  /external/chromium_org/media/audio/
audio_io.h 93 // Sets the relative volume, with range [0.0, 1.0] inclusive.
94 virtual void SetVolume(double volume) = 0;
96 // Gets the relative volume, with range [0.0, 1.0] inclusive.
97 virtual void GetVolume(double* volume) = 0;
116 double volume) {};
123 double volume) {};
154 // Returns the maximum microphone analog volume or 0.0 if device does not
155 // have volume control.
158 // Sets the microphone analog volume, with range [0, max_volume] inclusive.
159 virtual void SetVolume(double volume) = 0
    [all...]
audio_output_proxy.cc 63 void AudioOutputProxy::SetVolume(double volume) {
65 volume_ = volume;
66 dispatcher_->StreamVolumeSet(this, volume);
69 void AudioOutputProxy::GetVolume(double* volume) {
71 *volume = volume_;
  /frameworks/support/v4/api21/android/support/v4/media/
VolumeProviderCompatApi21.java 26 public void onSetVolumeTo(int volume) {
27 delegate.onSetVolumeTo(volume);
42 void onSetVolumeTo(int volume);
  /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...]
  /external/chromium_org/chrome/common/
tts_utterance_request.cc 9 volume(1.0),
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
remoteaudiosource.cc 52 void RemoteAudioSource::SetVolume(double volume) {
53 ASSERT(volume >= 0 && volume <= 10);
56 (*it)->OnSetVolume(volume);
  /external/chromium_org/third_party/webrtc/voice_engine/include/mock/
mock_voe_volume_control.h 24 MOCK_METHOD1(SetSpeakerVolume, int(unsigned int volume));
25 MOCK_METHOD1(GetSpeakerVolume, int(unsigned int& volume));
28 MOCK_METHOD1(SetMicVolume, int(unsigned int volume));
29 MOCK_METHOD1(GetMicVolume, int(unsigned int& volume));
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_volume_control.h 13 // - Speaker volume controls.
14 // - Microphone volume control.
24 // VoEVolumeControl* volume = VoEVolumeControl::GetInterface(voe);
28 // volume->SetInputMute(ch, true);
33 // volume->Release();
59 // Sets the speaker |volume| level. Valid range is [0,255].
60 virtual int SetSpeakerVolume(unsigned int volume) = 0;
62 // Gets the speaker |volume| level.
63 virtual int GetSpeakerVolume(unsigned int& volume) = 0;
65 // Sets the microphone volume level. Valid range is [0,255]
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
volume_test.cc 16 // The hardware volume may be more coarsely quantized than [0, 255], so
29 void SetAndVerifyMicVolume(unsigned int volume) {
30 bool success = voe_volume_control_->SetMicVolume(volume) == 0;
35 TEST_LOG("Failed to set microphone volume to %u.\n", volume);
45 EXPECT_EQ(volume, test_volume);
47 TEST_LOG("Failed to get the microphone volume.");
87 // Valid volume range: [0, 255]
99 unsigned int volume = 1000; local
100 EXPECT_EQ(0, voe_volume_control_->GetSpeakerVolume(volume));
112 unsigned int volume; local
139 unsigned int volume; local
163 unsigned int volume = 1000; local
    [all...]
  /external/srec/audio/AudioIn/UNIX/include/
audioinwrapper.h 36 int AudioSetVolume(int stream_type, int volume);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeComponent.java 17 package com.android.systemui.volume;
  /frameworks/av/services/audioflinger/
AudioMixerOps.h 39 * by a volume gain, with the formula:
43 * The output, input, and volume may have different types.
51 * Volume type TV: int32_t (U4.28) or int16_t (U4.12) or float [-1,1]
58 inline TO MixMul(TI value, TV volume) {
62 return value * volume;
66 inline int32_t MixMul<int32_t, int16_t, int16_t>(int16_t value, int16_t volume) {
67 return value * volume;
71 inline int32_t MixMul<int32_t, int32_t, int16_t>(int32_t value, int16_t volume) {
72 return (value >> 12) * volume;
76 inline int32_t MixMul<int32_t, int16_t, int32_t>(int16_t value, int32_t volume) {
    [all...]
  /external/chromium_org/media/base/
audio_capturer_source.h 29 double volume,
56 // Sets the capture volume, with range [0.0, 1.0] inclusive.
57 virtual void SetVolume(double volume) = 0;
  /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;
  /packages/apps/Camera2/src/com/android/camera/
SoundPlayer.java 54 public void play(int resourceId, float volume) {
59 mSoundPool.play(soundId, volume, volume, 0 /* priority */, 0 /* loop */, 1 /* rate */);

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 91011>>