/external/chromium_org/content/browser/media/capture/ |
web_contents_audio_input_stream.h | 45 virtual void SetVolume(double volume) OVERRIDE;
|
/external/chromium_org/content/browser/renderer_host/media/ |
audio_input_sync_writer.h | 40 double volume,
|
/external/chromium_org/content/renderer/media/ |
webrtc_audio_capturer_unittest.cc | 33 MOCK_METHOD1(SetVolume, void(double volume)); 118 double volume = 0.9; local 122 int expected_volume_value = volume * capturer_->MaxVolume() + 0.5; 136 callback->Capture(audio_bus.get(), delay_ms, volume, key_pressed); 159 // Pass the delay value, volume and key_pressed info via capture callback, and
|
webrtc_audio_capturer.cc | 59 double volume, 67 volume, 440 void WebRtcAudioCapturer::SetVolume(int volume) { 442 DCHECK_LE(volume, MaxVolume()); 443 double normalized_volume = static_cast<double>(volume) / MaxVolume(); 449 int WebRtcAudioCapturer::Volume() const { 460 double volume, 466 DCHECK_LE(volume, 1.0); 468 // We have a special situation on Linux where the microphone volume can be 469 // "higher than maximum". The input volume slider in the sound preferenc [all...] |
media_stream_audio_processor.h | 82 // |new_volume| receives the new microphone volume from the AGC. 83 // The new microphone volume range is [0, 255], and the value will be 0 if 84 // the microphone volume should not be adjusted. 91 int volume, 147 // Returns the new microphone volume in the range of |0, 255]. 148 // When the volume does not need to be updated, it returns 0. 152 int volume,
|
/external/chromium_org/media/audio/android/ |
audio_record_input.h | 39 virtual void SetVolume(double volume) OVERRIDE;
|
/external/chromium_org/media/audio/ |
audio_input_controller.h | 141 double volume, 221 // Sets the capture volume of the input stream. The value 0.0 corresponds 222 // to muted and 1.0 to maximum volume. 223 virtual void SetVolume(double volume); 234 double volume) OVERRIDE; 285 void DoSetVolume(double volume);
|
audio_output_dispatcher.h | 58 // Called by AudioOutputProxy when the volume is set. 60 double volume) = 0;
|
audio_output_resampler.h | 52 double volume) OVERRIDE;
|
null_audio_sink.h | 34 virtual bool SetVolume(double volume) OVERRIDE;
|
clockless_audio_sink.cc | 105 bool ClocklessAudioSink::SetVolume(double volume) { 107 return volume == 0.0;
|
/external/chromium_org/media/audio/pulse/ |
pulse_output.cc | 225 void PulseAudioOutputStream::SetVolume(double volume) { 228 volume_ = static_cast<float>(volume); 231 void PulseAudioOutputStream::GetVolume(double* volume) { 234 *volume = volume_;
|
/external/chromium_org/media/base/android/ |
audio_decoder_job.h | 34 // Sets the volume of the audio output. 35 void SetVolume(double volume); 53 // Helper method to set the audio output volume.
|
/external/chromium_org/media/base/ |
audio_renderer_mixer_input.h | 34 virtual bool SetVolume(double volume) OVERRIDE;
|
audio_renderer_mixer_input.cc | 92 bool AudioRendererMixerInput::SetVolume(double volume) { 93 volume_ = volume;
|
/external/chromium_org/media/blink/ |
webaudiosourceprovider_impl.h | 48 virtual bool SetVolume(double volume) OVERRIDE;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/ |
audio_device_generic.h | 72 // Volume control based on the Windows Wave API (Windows only) 84 // Speaker volume controls 86 virtual int32_t SetSpeakerVolume(uint32_t volume) = 0; 87 virtual int32_t SpeakerVolume(uint32_t& volume) const = 0; 93 // Microphone volume controls 95 virtual int32_t SetMicrophoneVolume(uint32_t volume) = 0; 96 virtual int32_t MicrophoneVolume(uint32_t& volume) const = 0;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/ |
audio_device_dummy.cc | 106 int32_t AudioDeviceDummy::SetSpeakerVolume(uint32_t volume) { return -1; } 108 int32_t AudioDeviceDummy::SpeakerVolume(uint32_t& volume) const { return -1; } 126 int32_t AudioDeviceDummy::SetMicrophoneVolume(uint32_t volume) { return -1; } 128 int32_t AudioDeviceDummy::MicrophoneVolume(uint32_t& volume) const {
|
audio_device_dummy.h | 72 // Volume control based on the Windows Wave API (Windows only) 84 // Speaker volume controls 86 virtual int32_t SetSpeakerVolume(uint32_t volume) OVERRIDE; 87 virtual int32_t SpeakerVolume(uint32_t& volume) const OVERRIDE; 92 // Microphone volume controls 94 virtual int32_t SetMicrophoneVolume(uint32_t volume) OVERRIDE; 95 virtual int32_t MicrophoneVolume(uint32_t& volume) const OVERRIDE;
|
/external/chromium_org/third_party/webrtc/modules/audio_device/include/ |
audio_device.h | 103 // Volume control based on the Windows Wave API (Windows only) 115 // Speaker volume controls 117 virtual int32_t SetSpeakerVolume(uint32_t volume) = 0; 118 virtual int32_t SpeakerVolume(uint32_t* volume) const = 0; 123 // Microphone volume controls 125 virtual int32_t SetMicrophoneVolume(uint32_t volume) = 0; 126 virtual int32_t MicrophoneVolume(uint32_t* volume) const = 0;
|
fake_audio_device.h | 80 virtual int32_t SetSpeakerVolume(uint32_t volume) { return 0; } 81 virtual int32_t SpeakerVolume(uint32_t* volume) const { return 0; } 86 virtual int32_t SetMicrophoneVolume(uint32_t volume) { return 0; } 87 virtual int32_t MicrophoneVolume(uint32_t* volume) const { return 0; }
|
/external/chromium_org/third_party/webrtc/modules/audio_device/win/ |
audio_mixer_manager_win.h | 56 int32_t SetSpeakerVolume(uint32_t volume); 57 int32_t SpeakerVolume(uint32_t& volume) const; 72 int32_t SetMicrophoneVolume(uint32_t volume); 73 int32_t MicrophoneVolume(uint32_t& volume) const;
|
/external/kernel-headers/original/uapi/linux/caif/ |
caif_socket.h | 129 * @u.rfm.volume: Volume to mount. 156 char volume[16]; member in struct:sockaddr_caif::__anon2455::__anon2459
|
/device/asus/fugu/libaudio/ |
AudioHardwareOutput.h | 41 status_t setMasterVolume(float volume); 42 status_t getMasterVolume(float* volume);
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
TtsPlatformImpl.java | 40 String lang, float rate, float pitch, float volume) { 47 mVolume = volume; 196 * @param volume The speech volume, in the units expected by Android TextToSpeech. 201 float rate, float pitch, float volume) { 204 pitch, volume); 217 if (volume != 1.0) { 218 params.put(TextToSpeech.Engine.KEY_PARAM_VOLUME, Double.toString(volume));
|