HomeSort by relevance Sort by last modified time
    Searched refs:AudioContent (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/agc/
histogram.h 44 double AudioContent() const;
histogram_unittest.cc 45 EXPECT_EQ(hist_->AudioContent(), 0);
78 double audio_content = hist_->AudioContent();
agc.cc 75 if (histogram_->AudioContent() < kNumAnalysisFrames * kActivityThreshold) {
histogram.cc 166 double Histogram::AudioContent() const {
  /external/webrtc/webrtc/tools/agc/
activity_metric.cc 130 double ac = audio_content_->AudioContent();

Completed in 68 milliseconds