Searched defs:volume (Results 1 - 25 of 86) sorted by relevance

1234

/external/qemu/distrib/sdl-1.2.12/src/audio/
H A DSDL_mixer_MMX.c39 void SDL_MixAudio_MMX_S16(char* dst,char* src,unsigned int size,int volume) argument
43 " movl %3,%%eax\n" /* eax = volume */
74 /* multiplier par le volume */
105 /* mm1 = le sample avec le volume modifi� */
111 /* mm4 = le sample avec le volume modifi� */
130 "m"(volume)
141 void SDL_MixAudio_MMX_S8(char* dst,char* src,unsigned int size,int volume) argument
145 " movl %3,%%eax\n" /* eax = volume */
201 "m"(volume)
H A DSDL_mixer.c89 /* The volume ranges from 0 - 128 */
93 void SDL_MixAudio (Uint8 *dst, const Uint8 *src, Uint32 len, int volume) argument
97 if ( volume == 0 ) {
115 SDL_MixAudio_m68k_U8((char*)dst,(char*)src,(unsigned long)len,(long)volume,(char *)mix8);
121 ADJUST_VOLUME_U8(src_sample, volume);
134 SDL_MixAudio_MMX_S8((char*)dst,(char*)src,(unsigned int)len,(int)volume);
140 SDL_MixAudio_MMX_S8_VC((char*)dst,(char*)src,(unsigned int)len,(int)volume);
145 SDL_MixAudio_m68k_S8((char*)dst,(char*)src,(unsigned long)len,(long)volume);
158 ADJUST_VOLUME(src_sample, volume);
180 SDL_MixAudio_MMX_S16((char*)dst,(char*)src,(unsigned int)len,(int)volume);
[all...]
H A DSDL_mixer_m68k.c31 void SDL_MixAudio_m68k_U8(char* dst, char* src, long len, long volume, char* mix8) argument
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) argument
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) argument
130 " muls %3,%%d0\n" /* d0 *= volume (
162 SDL_MixAudio_m68k_S16LSB(short* dst, short* src, long len, long volume) argument
[all...]
H A DSDL_mixer_MMX_VC.c40 void SDL_MixAudio_MMX_S16_VC(char* dst,char* src,unsigned int nSize,int volume) argument
51 mov eax, volume // eax = volume
75 // multiplier par le volume
94 // mm1 = le sample avec le volume modifie
98 // mm4 = le sample avec le volume modifie
121 void SDL_MixAudio_MMX_S8_VC(char* dst,char* src,unsigned int nSize,int volume) argument
132 mov eax, volume //%3,%%eax // eax = volume
/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api_linux.cc24 double volume) {
18 Speak( const std::string& utterance, const std::string& language, const std::string& gender, double rate, double pitch, double volume) argument
H A Dextension_tts_api_chromeos.cc28 double volume);
61 double volume) {
99 if (volume >= 0.0) {
100 // The TTS service allows a range of 0 to 5 for speech volume.
103 DoubleToString(volume * 5),
55 Speak( const std::string& utterance, const std::string& locale, const std::string& gender, double rate, double pitch, double volume) argument
H A Dextension_tts_api_win.cc27 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));
53 Speak( const std::string& src_utterance, const std::string& language, const std::string& gender, double rate, double pitch, double volume) argument
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_math.c148 * 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) argument
160 if (volume <= 0)
162 if (volume >= 100)
166 return (EAS_I16) EAS_Calculate2toX((((volume - EAS_MAX_VOLUME) * 204099) >> 10) - 1);
H A Deas_pcm.h52 EAS_I16 volume; member in struct:s_pcm_open_params_tag
169 * Update the pitch and volume parameters using MIDI controls
202 * Update the volume parameters for a PCM stream
221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
H A Deas_imelodydata.h65 EAS_U8 volume; /* current volume */ member in struct:__anon9661
H A Deas_data.h75 EAS_U8 volume; member in struct:s_eas_stream_tag
79 /* default master volume is -10dB */
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_math.c148 * 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) argument
160 if (volume <= 0)
162 if (volume >= 100)
166 return (EAS_I16) EAS_Calculate2toX((((volume - EAS_MAX_VOLUME) * 204099) >> 10) - 1);
H A Deas_pcm.h52 EAS_I16 volume; member in struct:s_pcm_open_params_tag
169 * Update the pitch and volume parameters using MIDI controls
202 * Update the volume parameters for a PCM stream
221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
H A Deas_imelodydata.h65 EAS_U8 volume; /* current volume */ member in struct:__anon9711
H A Deas_data.h75 EAS_U8 volume; member in struct:s_eas_stream_tag
79 /* default master volume is -10dB */
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.c148 * 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) argument
160 if (volume <= 0)
162 if (volume >= 100)
166 return (EAS_I16) EAS_Calculate2toX((((volume - EAS_MAX_VOLUME) * 204099) >> 10) - 1);
H A Deas_pcm.h52 EAS_I16 volume; member in struct:s_pcm_open_params_tag
169 * Update the pitch and volume parameters using MIDI controls
202 * Update the volume parameters for a PCM stream
221 EAS_RESULT EAS_PEUpdateVolume (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 volume);
H A Deas_tcdata.h54 EAS_U8 volume; /* volume */ member in struct:__anon9779
H A Deas_imelodydata.h66 EAS_U8 volume; /* current volume */ member in struct:__anon9759
H A Deas_data.h77 EAS_U8 volume; member in struct:s_eas_stream_tag
81 /* default master volume is -10dB */
/external/srec/audio/AudioIn/UNIX/src/
H A Daudioinwrapper.cpp150 int AudioSetVolume(int stream_type, int volume) argument
155 return AudioSystem::setStreamVolume(stream_type, volume, 0);
207 int AudioSetVolume(int stream_type, int volume) argument
/external/bluetooth/glib/gio/
H A Dgvolume.c62 * <para id="volume-identifier">
64 * operating system object behind a volume (e.g. for passing a volume
66 * allows to obtain an 'identifier' for the volume. There can be
72 * to obtain an identifier for a volume.
76 * when the gvfs hal volume monitor is in use. Other volume monitors
133 * Emitted when the volume has been changed.
164 * @volume: a #GVolume.
166 * Gets the name of @volume
172 g_volume_get_name(GVolume *volume) argument
194 g_volume_get_icon(GVolume *volume) argument
219 g_volume_get_uuid(GVolume *volume) argument
241 g_volume_get_drive(GVolume *volume) argument
263 g_volume_get_mount(GVolume *volume) argument
284 g_volume_can_mount(GVolume *volume) argument
307 g_volume_can_eject(GVolume *volume) argument
330 g_volume_should_automount(GVolume *volume) argument
359 g_volume_mount(GVolume *volume, GMountMountFlags flags, GMountOperation *mount_operation, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) argument
401 g_volume_mount_finish(GVolume *volume, GAsyncResult *result, GError **error) argument
434 g_volume_eject(GVolume *volume, GMountUnmountFlags flags, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) argument
470 g_volume_eject_finish(GVolume *volume, GAsyncResult *result, GError **error) argument
504 g_volume_get_identifier(GVolume *volume, const char *kind) argument
532 g_volume_enumerate_identifiers(GVolume *volume) argument
585 g_volume_get_activation_root(GVolume *volume) argument
[all...]
/external/chromium/chrome/browser/chromeos/
H A Daudio_handler.cc32 // chromeos: This class will set the volume using ALSA to adjust volume and
33 // mute, and handle the volume level logic.
42 // Set volume using our internal 0-100% range. Notice 0% is a special case of
43 // silence, so we set the mixer volume to kSilenceDb instead of min_volume_db_.
64 double volume = mixer_->GetVolumeDb(); local
65 double pct = VolumeDbToPercent(volume);
79 if (new_volume != volume)
110 VLOG(1) << "Cannot find valid volume mixer";
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller.cc74 float volume,
77 volume, noise_volume);
140 int caller_id, RequestType type, const string16& text, float volume,
145 caller_id, type, text, volume, noise_volume));
177 bubble->SetInputVolume(volume, noise_volume);
73 SetBubbleInputVolume(int caller_id, float volume, float noise_volume) argument
139 ProcessRequestInUiThread( int caller_id, RequestType type, const string16& text, float volume, float noise_volume) argument
/external/quake/quake/src/WinQuake/
H A Dsnd_null.cpp26 cvar_t volume = {"volume", "0.7", true}; variable

Completed in 843 milliseconds

1234