Searched refs:AudioContent (Results 1 – 4 of 4) sorted by relevance
47 EXPECT_EQ(hist_->AudioContent(), 0); in TestClean()81 double audio_content = hist_->AudioContent(); in RunTest()
43 double AudioContent() const;
60 if (histogram_->AudioContent() < kNumAnalysisFrames * kActivityThreshold) { in GetRmsErrorDb()
167 double LoudnessHistogram::AudioContent() const { in AudioContent() function in webrtc::LoudnessHistogram