Searched refs:current_volume (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/media/audio/ |
D | audio_input_volume_unittest.cc | 149 double current_volume = ais->GetVolume(); in TEST_F() local 150 EXPECT_EQ(max_volume, current_volume); in TEST_F() 156 current_volume = GetVolumeAfterSetVolumeOnLinux(ais, new_volume); in TEST_F() 158 current_volume = ais->GetVolume(); in TEST_F() 160 EXPECT_EQ(new_volume, current_volume); in TEST_F() 167 current_volume = GetVolumeAfterSetVolumeOnLinux(ais, new_volume); in TEST_F() 169 current_volume = ais->GetVolume(); in TEST_F() 171 EXPECT_LT(current_volume, max_volume); in TEST_F() 172 EXPECT_GT(current_volume, 0); in TEST_F() 173 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_device_impl.h | 225 int current_volume, 339 int current_volume, in NON_EXPORTED_BASE()
|
D | webrtc_local_audio_track.cc | 200 int current_volume = volume; in Capture() local 216 current_volume, in Capture() 223 current_volume = new_volume; in Capture()
|
D | webrtc_audio_capturer.cc | 433 int current_volume = 0; in Capture() local 444 current_volume = volume_; in Capture() 468 current_volume, key_pressed); in Capture()
|
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_audio_device_impl.cc | 59 int current_volume, in OnData() argument 94 current_volume, in OnData()
|
D | webrtc_local_audio_track_unittest.cc | 133 int current_volume, in OnData() argument 141 current_volume, in OnData() 152 int current_volume,
|
D | webrtc_audio_capturer_unittest.cc | 78 int current_volume,
|
D | webrtc_audio_device_unittest.cc | 225 int current_volume, in OnData() argument
|
/external/chromium_org/media/audio/alsa/ |
D | alsa_input.cc | 323 long current_volume = 0; in GetVolume() local 326 ¤t_volume); in GetVolume() 332 return static_cast<double>(current_volume); in GetVolume()
|