/external/chromium_org/media/audio/ |
D | audio_input_volume_unittest.cc | 150 double current_volume = ais->GetVolume(); in TEST_F() local 151 EXPECT_EQ(max_volume, current_volume); in TEST_F() 157 current_volume = GetVolumeAfterSetVolumeOnLinux(ais, new_volume); in TEST_F() 159 current_volume = ais->GetVolume(); in TEST_F() 161 EXPECT_EQ(new_volume, current_volume); in TEST_F() 168 current_volume = GetVolumeAfterSetVolumeOnLinux(ais, new_volume); in TEST_F() 170 current_volume = ais->GetVolume(); in TEST_F() 172 EXPECT_LT(current_volume, max_volume); in TEST_F() 173 EXPECT_GT(current_volume, 0); in TEST_F() 174 EXPECT_NEAR(current_volume, new_volume, 0.25 * max_volume); in TEST_F() [all …]
|
/external/chromium_org/content/renderer/media/ |
D | peer_connection_audio_sink_owner.cc | 22 int current_volume, in OnData() argument 33 current_volume, in OnData()
|
D | webrtc_audio_capturer_unittest.cc | 47 int audio_delay_milliseconds, int current_volume, in OnData() argument 53 current_volume, need_audio_processing, key_pressed); in OnData() 59 int current_volume,
|
D | webrtc_audio_capturer.cc | 478 int current_volume = 0; in Capture() local 490 current_volume = volume_ > MaxVolume() ? MaxVolume() : volume_; in Capture() 547 audio_delay, current_volume, key_pressed, &new_volume, &output)) { in Capture() 551 (*it)->Capture(output, audio_delay, current_volume, key_pressed, in Capture() 559 current_volume = new_volume; in Capture()
|
D | webrtc_audio_device_impl.h | 222 int current_volume, 373 int current_volume, in NON_EXPORTED_BASE()
|
D | peer_connection_audio_sink_owner.h | 29 int current_volume,
|
D | media_stream_audio_sink_owner.h | 29 int current_volume,
|
D | media_stream_audio_sink_owner.cc | 22 int current_volume, in OnData() argument
|
D | media_stream_audio_track_sink.h | 30 int current_volume,
|
D | webrtc_local_audio_track_unittest.cc | 136 int current_volume, in OnData() argument 144 current_volume, in OnData() 152 int current_volume,
|
D | webrtc_audio_device_impl.cc | 62 int current_volume, in OnData() argument 107 current_volume, in OnData()
|
/external/chromium_org/media/audio/alsa/ |
D | alsa_input.cc | 327 long current_volume = 0; in GetVolume() local 330 ¤t_volume); in GetVolume() 336 return static_cast<double>(current_volume); in GetVolume()
|
/external/chromium_org/ash/system/audio/ |
D | volume_view.cc | 304 float current_volume = audio_delegate_->GetOutputVolumeLevel(); in SliderValueChanged() local 307 if (std::abs(new_volume - current_volume) < 1.0f) in SliderValueChanged() 313 if (new_volume > current_volume) in SliderValueChanged()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/include/ |
D | audio_device_defines.h | 99 int current_volume, in OnDataAvailable() argument
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
D | func_test_manager.h | 132 int current_volume,
|
D | func_test_manager.cc | 541 int current_volume, in OnDataAvailable() argument
|
D | audio_device_test_api.cc | 141 int current_volume, in OnDataAvailable() argument
|