/external/chromium_org/media/audio/ |
H A D | 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_volum [all...] |
/external/chromium_org/content/renderer/media/ |
H A D | peer_connection_audio_sink_owner.cc | 22 int current_volume, 33 current_volume, 16 OnData(const int16* audio_data, int sample_rate, int number_of_channels, int number_of_frames, const std::vector<int>& channels, int audio_delay_milliseconds, int current_volume, bool need_audio_processing, bool key_pressed) argument
|
H A D | media_stream_audio_sink_owner.h | 29 int current_volume,
|
H A D | peer_connection_audio_sink_owner.h | 29 int current_volume,
|
H A D | 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,
|
H A D | media_stream_audio_sink_owner.cc | 22 int current_volume, 16 OnData(const int16* audio_data, int sample_rate, int number_of_channels, int number_of_frames, const std::vector<int>& channels, int audio_delay_milliseconds, int current_volume, bool need_audio_processing, bool key_pressed) argument
|
H A D | media_stream_audio_track_sink.h | 30 int current_volume,
|
H A D | 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;
|
H A D | 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,
|
H A D | webrtc_local_audio_track_unittest.cc | 135 int current_volume, 143 current_volume, 151 int current_volume,
|
H A D | webrtc_audio_device_impl.cc | 62 int current_volume, 107 current_volume, 56 OnData(const int16* audio_data, int sample_rate, int number_of_channels, int number_of_frames, const std::vector<int>& channels, int audio_delay_milliseconds, int current_volume, bool need_audio_processing, bool key_pressed) argument
|
/external/chromium_org/third_party/webrtc/modules/audio_device/include/ |
H A D | 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, 92 OnDataAvailable(const int voe_channels[], int number_of_voe_channels, const int16_t* audio_data, int sample_rate, int number_of_channels, int number_of_frames, int audio_delay_milliseconds, int current_volume, bool key_pressed, bool need_audio_processing) argument
|
/external/chromium_org/media/audio/alsa/ |
H A D | alsa_input.cc | 327 long current_volume = 0; local 330 ¤t_volume); 336 return static_cast<double>(current_volume);
|
/external/chromium_org/ash/system/audio/ |
H A D | 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/ |
H A D | func_test_manager.h | 132 int current_volume,
|
H A D | audio_device_test_api.cc | 141 int current_volume, 134 OnDataAvailable(const int voe_channels[], int number_of_voe_channels, const int16_t* audio_data, int sample_rate, int number_of_channels, int number_of_frames, int audio_delay_milliseconds, int current_volume, bool key_pressed, bool need_audio_processing) argument
|
H A D | func_test_manager.cc | 541 int current_volume, 534 OnDataAvailable(const int voe_channels[], int number_of_voe_channels, const int16_t* audio_data, int sample_rate, int number_of_channels, int number_of_frames, int audio_delay_milliseconds, int current_volume, bool key_pressed, bool need_audio_processing) argument
|