Searched refs:kSilenceThresholdDBFS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/media/
H A Daudio_stream_monitor.cc131 const float kSilenceThresholdDBFS = -72.24719896f; local
132 if (power_dbfs >= kSilenceThresholdDBFS) {
/external/chromium_org/media/audio/
H A Daudio_input_controller.cc595 static const float kSilenceThresholdDBFS = -72.24719896f; local
596 if (level_dbfs < kSilenceThresholdDBFS)
600 UpdateSilenceState(level_dbfs < kSilenceThresholdDBFS);

Completed in 310 milliseconds