Searched refs:volume (Results 251 - 275 of 421) sorted by relevance

<<11121314151617

/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_pulse_linux.h159 // Speaker volume controls
161 virtual int32_t SetSpeakerVolume(uint32_t volume) OVERRIDE;
162 virtual int32_t SpeakerVolume(uint32_t& volume) const OVERRIDE;
167 // Microphone volume controls
169 virtual int32_t SetMicrophoneVolume(uint32_t volume) OVERRIDE;
170 virtual int32_t MicrophoneVolume(uint32_t& volume) const OVERRIDE;
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.h146 // Speaker volume controls
148 virtual int32_t SetSpeakerVolume(uint32_t volume);
149 virtual int32_t SpeakerVolume(uint32_t& volume) const;
154 // Microphone volume controls
156 virtual int32_t SetMicrophoneVolume(uint32_t volume);
157 virtual int32_t MicrophoneVolume(uint32_t& volume) const;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_audio.h253 * 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);
/external/sonivox/arm-fm-22k/host_src/
H A Deas_types.h244 EAS_U8 volume; /* CC7 */ member in struct:s_midi_controllers_tag
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pcmdata.h105 EAS_I16 volume; /* volume for stream */ member in struct:s_pcm_state_tag
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_types.h244 EAS_U8 volume; /* CC7 */ member in struct:s_midi_controllers_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcmdata.h105 EAS_I16 volume; /* volume for stream */ member in struct:s_pcm_state_tag
/external/sonivox/arm-wt-22k/host_src/
H A Deas_types.h249 EAS_U8 volume; /* CC7 */ member in struct:s_midi_controllers_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcmdata.h105 EAS_I16 volume; /* volume for stream */ member in struct:s_pcm_state_tag
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_int.h251 extern void bta_hf_client_send_at_vgs(UINT32 volume);
252 extern void bta_hf_client_send_at_vgm(UINT32 volume);
/external/chromium_org/chrome/browser/speech/
H A Dtts_message_filter.cc92 params.volume = request.volume;
H A Dtts_win.cc103 if (params.volume >= 0.0) {
104 // The TTS api allows a range of 0 to 100 for speech volume.
105 speech_synthesizer_->SetVolume(static_cast<uint16>(params.volume * 100));
/external/chromium_org/chrome/renderer/
H A Dtts_dispatcher.cc70 utterance.volume = web_utterance.volume();
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_audio_input_stream.cc333 void WebContentsAudioInputStream::SetVolume(double volume) { argument
334 impl_->mixer_stream()->SetVolume(volume);
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_renderer_host_unittest.cc244 void SetVolume(double volume) { argument
245 host_->OnSetVolume(kStreamId, volume);
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_impl.h72 // suitable microphone volume level will be set. This scheme will affect
91 // this is noticed by a slow increase in volume. Smaller changes in microphone
125 // AgcAudioStream<AudioInputStream>::GetAgcVolume() => get latest mic volume
126 // AudioInputData::OnData(..., volume)
127 // AudioInputController::OnData(..., volume)
128 // AudioInputSyncWriter::Write(..., volume)
130 // [volume | size | data] is sent to the renderer [shared memory]
135 // WebRtcAudioDeviceImpl::Capture(..., volume)
136 // AudioTransport::RecordedDataIsAvailable(...,volume, new_volume)
138 // The AGC now uses the current volume inpu
[all...]
H A Dwebrtc_audio_device_not_impl.h66 virtual int32_t SetSpeakerVolume(uint32_t volume) OVERRIDE;
67 virtual int32_t SpeakerVolume(uint32_t* volume) const OVERRIDE;
H A Dwebrtc_local_audio_track.cc43 int volume,
86 volume,
90 // Feed the new volume to WebRtc while changing the volume on the
41 Capture(const int16* audio_data, base::TimeDelta delay, int volume, bool key_pressed, bool need_audio_processing) argument
/external/chromium_org/media/audio/alsa/
H A Dalsa_input.cc204 // Update the AGC volume level once every second. Note that, |volume| is
283 DLOG(WARNING) << "Unsupported microphone volume for " << device_name_;
292 DLOG(WARNING) << "Unsupported max microphone volume for " << device_name_;
301 void AlsaPcmInputStream::SetVolume(double volume) { argument
308 mixer_element_handle_, static_cast<long>(volume));
310 DLOG(WARNING) << "Unable to set volume for " << device_name_;
313 // Update the AGC volume level based on the last setting above. Note that,
314 // the volume-level resolution is not infinite and it is therefore not
315 // possible to assume that the volume provide
[all...]
/external/chromium_org/media/audio/
H A Daudio_output_resampler.cc257 double volume) {
259 dispatcher_->StreamVolumeSet(stream_proxy, volume);
353 // return a volume of zero and let AudioConverter drop the output.
256 StreamVolumeSet(AudioOutputProxy* stream_proxy, double volume) argument
/external/chromium_org/media/audio/mac/
H A Daudio_low_latency_input_mac_unittest.cc38 double volume));
81 double volume) OVERRIDE {
/external/chromium_org/media/base/
H A Dpipeline.h152 // Gets the current volume setting being used by the audio renderer. When
157 // Attempt to set the volume of the audio renderer. Valid values for volume
158 // range from 0.0f (muted) to 1.0f (full volume). This value affects all
160 void SetVolume(float volume);
255 // Carries out notifying filters that the volume has changed.
256 void VolumeChangedTask(float volume);
351 // Current volume level (from 0.0f to 1.0f). This value is set immediately
421 // Holds the initialized renderers. Used for setting the volume,
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.idl80 [RaisesException=Setter] attribute double volume;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp_defines.h262 const uint8_t volume) = 0;
355 const uint8_t volume) OVERRIDE {}
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dcontrol_panel.css75 /* Custom sliders for progress and volume. */
348 .media-button.volume {
353 .media-button.volume > .normal {
359 .media-button.volume > label > .icon {
366 .media-button.volume > label > input:checked + .icon {
413 /* Volume controls: sound button and volume slider */

Completed in 720 milliseconds

<<11121314151617