OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:level_estimator
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc
159
rtc::scoped_ptr<LevelEstimatorImpl>
level_estimator
;
member in struct:webrtc::AudioProcessingImpl::ApmPublicSubmodules
245
public_submodules_->
level_estimator
.reset(
828
public_submodules_->
level_estimator
->ProcessStream(ca);
1171
LevelEstimator* AudioProcessingImpl::
level_estimator
() const {
function in class:webrtc::AudioProcessingImpl
[
all
...]
audio_processing_performance_unittest.cc
511
ASSERT_EQ(apm->kNoError, apm->
level_estimator
()->Enable(true));
527
ASSERT_EQ(apm->kNoError, apm->
level_estimator
()->Enable(true));
541
ASSERT_EQ(apm->kNoError, apm->
level_estimator
()->Enable(false));
audio_processing_impl.h
121
LevelEstimator*
level_estimator
() const override;
audio_processing_impl_locking_unittest.cc
534
ASSERT_EQ(apm_->kNoError, apm_->
level_estimator
()->Enable(true));
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc
184
EXPECT_NOERR(ap->
level_estimator
()->Enable(true));
[
all
...]
process_test.cc
178
ASSERT_EQ(apm->kNoError, apm->
level_estimator
()->Enable(true));
249
ASSERT_EQ(apm->kNoError, apm->
level_estimator
()->Enable(false));
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h
272
virtual MockLevelEstimator*
level_estimator
() const {
function in class:webrtc::MockAudioProcessing
audio_processing.h
448
virtual LevelEstimator*
level_estimator
() const = 0;
[
all
...]
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
127
webrtc::LevelEstimator*
level_estimator
() const override { return NULL; }
Completed in 571 milliseconds