OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LevelEstimatorImpl
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
level_estimator_impl.cc
19
LevelEstimatorImpl
::
LevelEstimatorImpl
(rtc::CriticalSection* crit)
24
LevelEstimatorImpl
::~
LevelEstimatorImpl
() {}
26
void
LevelEstimatorImpl
::Initialize() {
31
void
LevelEstimatorImpl
::ProcessStream(AudioBuffer* audio) {
43
int
LevelEstimatorImpl
::Enable(bool enable) {
52
bool
LevelEstimatorImpl
::is_enabled() const {
57
int
LevelEstimatorImpl
::RMS() {
level_estimator_impl.h
24
class
LevelEstimatorImpl
: public LevelEstimator {
26
explicit
LevelEstimatorImpl
(rtc::CriticalSection* crit);
27
~
LevelEstimatorImpl
() override;
42
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(
LevelEstimatorImpl
);
Completed in 128 milliseconds