Searched defs:current_volume (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_sink_owner.cc22 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 Dpeer_connection_audio_sink_owner.cc22 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 Dwebrtc_audio_capturer.cc478 int current_volume = 0; local
490 current_volume = volume_ > MaxVolume() ? MaxVolume() : volume_;
547 audio_delay, current_volume, key_pressed, &new_volume, &output)) {
551 (*it)->Capture(output, audio_delay, current_volume, key_pressed,
558 // Update the |current_volume| to avoid passing the old volume to AGC.
559 current_volume = new_volume;
H A Dwebrtc_audio_device_impl.cc62 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/media/audio/
H A Daudio_input_volume_unittest.cc150 double current_volume = ais->GetVolume(); local
151 EXPECT_EQ(max_volume, current_volume);
157 current_volume = GetVolumeAfterSetVolumeOnLinux(ais, new_volume);
159 current_volume = ais->GetVolume();
161 EXPECT_EQ(new_volume, current_volume);
168 current_volume = GetVolumeAfterSetVolumeOnLinux(ais, new_volume);
170 current_volume = ais->GetVolume();
172 EXPECT_LT(current_volume, max_volume);
173 EXPECT_GT(current_volume, 0);
174 EXPECT_NEAR(current_volume, new_volum
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Daudio_device_defines.h80 // 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/ash/system/audio/
H A Dvolume_view.cc304 float current_volume = audio_delegate_->GetOutputVolumeLevel(); local
307 if (std::abs(new_volume - current_volume) < 1.0f)
313 if (new_volume > current_volume)
/external/chromium_org/media/audio/alsa/
H A Dalsa_input.cc327 long current_volume = 0; local
330 &current_volume);
336 return static_cast<double>(current_volume);
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A Daudio_device_test_api.cc141 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 Dfunc_test_manager.cc541 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

Completed in 3829 milliseconds