HomeSort by relevance Sort by last modified time
    Searched refs:current_volume (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/media/audio/
audio_input_volume_unittest.cc 149 double current_volume = ais->GetVolume(); local
150 EXPECT_EQ(max_volume, current_volume);
156 current_volume = GetVolumeAfterSetVolumeOnLinux(ais, new_volume);
158 current_volume = ais->GetVolume();
160 EXPECT_EQ(new_volume, current_volume);
167 current_volume = GetVolumeAfterSetVolumeOnLinux(ais, new_volume);
169 current_volume = ais->GetVolume();
171 EXPECT_LT(current_volume, max_volume);
172 EXPECT_GT(current_volume, 0);
173 EXPECT_NEAR(current_volume, new_volume, 0.25 * max_volume)
    [all...]
  /external/chromium_org/content/renderer/media/
media_stream_audio_sink_owner.h 29 int current_volume,
peer_connection_audio_sink_owner.h 29 int current_volume,
peer_connection_audio_sink_owner.cc 22 int current_volume,
33 current_volume,
media_stream_audio_track_sink.h 30 int current_volume,
webrtc_audio_capturer_unittest.cc 47 int audio_delay_milliseconds, int current_volume,
53 current_volume, need_audio_processing, key_pressed);
59 int current_volume,
media_stream_audio_sink_owner.cc 22 int current_volume,
webrtc_audio_device_impl.h 211 // |current_volume| is current microphone volume, in range of |0, 255].
222 int current_volume,
373 int current_volume,
webrtc_audio_capturer.cc 471 int current_volume = 0; local
483 current_volume = volume_ > MaxVolume() ? MaxVolume() : volume_;
534 audio_delay, current_volume, key_pressed, &new_volume, &output)) {
538 (*it)->Capture(output, audio_delay, current_volume, key_pressed,
545 // Update the |current_volume| to avoid passing the old volume to AGC.
546 current_volume = new_volume;
webrtc_local_audio_track_unittest.cc 135 int current_volume,
143 current_volume,
151 int current_volume,
webrtc_audio_device_impl.cc 62 int current_volume,
107 current_volume,
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device_defines.h 80 // recording delay and playout delay of the hardware. |current_volume| is
86 // values of |audio_delay_milliseconds|, |current_volume| and |key_pressed|
99 int current_volume,
  /external/chromium_org/media/audio/alsa/
alsa_input.cc 327 long current_volume = 0; local
330 &current_volume);
336 return static_cast<double>(current_volume);
  /external/chromium_org/ash/system/audio/
volume_view.cc 305 float current_volume = audio_delegate_->GetOutputVolumeLevel(); local
308 if (std::abs(new_volume - current_volume) < 1.0f)
314 if (new_volume > current_volume)
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.h 132 int current_volume,
audio_device_test_api.cc 141 int current_volume,
    [all...]
func_test_manager.cc 541 int current_volume,
    [all...]

Completed in 313 milliseconds