Home
last modified time | relevance | path

Searched refs:GetMicVolume (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/agc/
Dagc_manager_direct_unittest.cc42 int GetMicVolume() override { return volume_; } in GetMicVolume() function in webrtc::__anon658326f70111::TestVolumeCallbacks
103 EXPECT_EQ(kInitialVolume, volume_.GetMicVolume()); in TEST_F()
123 EXPECT_EQ(130, volume_.GetMicVolume()); in TEST_F()
128 EXPECT_EQ(168, volume_.GetMicVolume()); in TEST_F()
142 EXPECT_EQ(167, volume_.GetMicVolume()); in TEST_F()
147 EXPECT_EQ(163, volume_.GetMicVolume()); in TEST_F()
152 EXPECT_EQ(129, volume_.GetMicVolume()); in TEST_F()
162 EXPECT_EQ(183, volume_.GetMicVolume()); in TEST_F()
167 EXPECT_EQ(243, volume_.GetMicVolume()); in TEST_F()
173 EXPECT_EQ(255, volume_.GetMicVolume()); in TEST_F()
[all …]
Dagc_manager_direct.h31 virtual int GetMicVolume() = 0;
Dagc_manager_direct.cc258 int voe_level = volume_callbacks_->GetMicVolume(); in SetLevel()
328 int level = volume_callbacks_->GetMicVolume(); in CheckVolumeAndReset()
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc40 success = voe_volume_control_->GetMicVolume(test_volume) == 0; in SetAndVerifyMicVolume()
164 bool could_get_mic_volume = voe_volume_control_->GetMicVolume(volume) == 0; in TEST_F()
182 (voe_volume_control_->GetMicVolume(original_volume) == 0); in TEST_F()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h68 virtual int GetMicVolume(unsigned int& volume) = 0;
/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.h28 int GetMicVolume(unsigned int& volume) override;
Dvoe_volume_control_impl.cc167 int VoEVolumeControlImpl::GetMicVolume(unsigned int& volume) { in GetMicVolume() function in webrtc::VoEVolumeControlImpl
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc409 res = volume->GetMicVolume(vol); in RunTest()
547 res = volume->GetMicVolume(vol); in RunTest()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h321 MOCK_METHOD1(GetMicVolume, int(unsigned int& volume));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h655 WEBRTC_STUB(GetMicVolume, (unsigned int&));
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.cc142 int GetMicVolume() override { return volume_; } in GetMicVolume() function in webrtc::GainControlForNewAgc