Allow separate dump sets for the data dumper in APM
This CL allows separate dump sets to be used when dumping internal APM data using audioproc_f, opening up for reducing the amount of data to be dumped. Bug: webrtc:5298 Change-Id: I8286933ceed10db074f2064414cc08e8b12653fa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196089 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33047}
This commit is contained in:
@ -61,6 +61,7 @@ ApmDataDumper::~ApmDataDumper() = default;
|
||||
|
||||
#if WEBRTC_APM_DEBUG_DUMP == 1
|
||||
bool ApmDataDumper::recording_activated_ = false;
|
||||
absl::optional<int> ApmDataDumper::dump_set_to_use_;
|
||||
char ApmDataDumper::output_dir_[] = "";
|
||||
|
||||
FILE* ApmDataDumper::GetRawFile(const char* name) {
|
||||
|
||||
Reference in New Issue
Block a user