Adopt absl::string_view in modules/audio_processing/
Bug: webrtc:13579 Change-Id: Idb05a64cfd16aed68d40cd427a6b516caa5e2077 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/269387 Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Commit-Queue: Ali Tofigh <alito@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37800}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
13b9f81b23
commit
f3592cb2a2
@ -14,6 +14,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "api/array_view.h"
|
||||
#include "modules/audio_processing/audio_processing_impl.h"
|
||||
#include "modules/audio_processing/test/audio_processing_builder_for_testing.h"
|
||||
@ -212,7 +213,7 @@ class TimedThreadApiProcessor {
|
||||
bool Process();
|
||||
|
||||
// Method for printing out the simulation statistics.
|
||||
void print_processor_statistics(const std::string& processor_name) const {
|
||||
void print_processor_statistics(absl::string_view processor_name) const {
|
||||
const std::string modifier = "_api_call_duration";
|
||||
|
||||
const std::string sample_rate_name =
|
||||
|
||||
Reference in New Issue
Block a user