Home
last modified time | relevance | path

Searched refs:agc2_fixed (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/
H A Dgain_controller2_unittest.cc146 auto agc2_fixed = CreateAgc2FixedDigitalMode(kGain0Db, kSampleRateHz); in TEST() local
149 EXPECT_FLOAT_EQ(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
154 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGain20Db)); in TEST()
155 EXPECT_FLOAT_EQ(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
171 auto agc2_fixed = CreateAgc2FixedDigitalMode(kGainDbLow, kSampleRateHz); in TEST() local
175 agc2_fixed.get(), kInputLevel, kNumFrames, kSampleRateHz); in TEST()
178 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGainDbHigh)); in TEST()
179 static_cast<void>(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
183 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGainDbLow)); in TEST()
185 agc2_fixed.get(), kInputLevel, kNumFrames, kSampleRateHz); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/
H A Dgain_controller2_unittest.cc146 auto agc2_fixed = CreateAgc2FixedDigitalMode(kGain0Db, kSampleRateHz); in TEST() local
149 EXPECT_FLOAT_EQ(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
154 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGain20Db)); in TEST()
155 EXPECT_FLOAT_EQ(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
171 auto agc2_fixed = CreateAgc2FixedDigitalMode(kGainDbLow, kSampleRateHz); in TEST() local
175 agc2_fixed.get(), kInputLevel, kNumFrames, kSampleRateHz); in TEST()
178 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGainDbHigh)); in TEST()
179 static_cast<void>(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
183 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGainDbLow)); in TEST()
185 agc2_fixed.get(), kInputLevel, kNumFrames, kSampleRateHz); in TEST()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/
H A Dgain_controller2_unittest.cc224 auto agc2_fixed = CreateAgc2FixedDigitalMode(kGain0Db, kSampleRateHz); in TEST() local
227 EXPECT_FLOAT_EQ(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
232 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGain20Db)); in TEST()
233 EXPECT_FLOAT_EQ(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
249 auto agc2_fixed = CreateAgc2FixedDigitalMode(kGainDbLow, kSampleRateHz); in TEST() local
253 agc2_fixed.get(), kInputLevel, kNumFrames, kSampleRateHz); in TEST()
256 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGainDbHigh)); in TEST()
257 static_cast<void>(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
261 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGainDbLow)); in TEST()
263 agc2_fixed.get(), kInputLevel, kNumFrames, kSampleRateHz); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/
H A Dgain_controller2_unittest.cc217 auto agc2_fixed = CreateAgc2FixedDigitalMode(kGain0Db, kSampleRateHz); in TEST() local
220 EXPECT_FLOAT_EQ(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
225 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGain20Db)); in TEST()
226 EXPECT_FLOAT_EQ(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
242 auto agc2_fixed = CreateAgc2FixedDigitalMode(kGainDbLow, kSampleRateHz); in TEST() local
246 agc2_fixed.get(), kInputLevel, kNumFrames, kSampleRateHz); in TEST()
249 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGainDbHigh)); in TEST()
250 static_cast<void>(RunAgc2WithConstantInput(agc2_fixed.get(), kInputLevel, in TEST()
254 agc2_fixed->ApplyConfig(CreateAgc2FixedDigitalModeConfig(kGainDbLow)); in TEST()
256 agc2_fixed.get(), kInputLevel, kNumFrames, kSampleRateHz); in TEST()
[all …]