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

  /external/chromium_org/content/browser/media/
audio_stream_monitor.cc 131 const float kSilenceThresholdDBFS = -72.24719896f;
132 if (power_dbfs >= kSilenceThresholdDBFS) {
  /external/chromium_org/media/audio/
audio_input_controller.cc 595 static const float kSilenceThresholdDBFS = -72.24719896f;
596 if (level_dbfs < kSilenceThresholdDBFS)
600 UpdateSilenceState(level_dbfs < kSilenceThresholdDBFS);

Completed in 326 milliseconds