Searched refs:output_level_estimator (Results 1 – 2 of 2) sorted by relevance
626 if (config_.level_estimation.enabled && !submodules_.output_level_estimator) { in ApplyConfig()627 submodules_.output_level_estimator = std::make_unique<LevelEstimator>(); in ApplyConfig()1273 submodules_.output_level_estimator->ProcessStream(*capture_buffer); in ProcessCaptureStreamLocked()1274 capture_.stats.output_rms_dbfs = submodules_.output_level_estimator->RMS(); in ProcessCaptureStreamLocked()
389 std::unique_ptr<LevelEstimator> output_level_estimator; member