Home
last modified time | relevance | path

Searched refs:call_order_output_filename (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/test/
Daec_dump_based_simulator.cc551 if (settings_.call_order_output_filename.has_value()) { in MaybeOpenCallOrderFile()
553 ? *settings_.call_order_output_filename + in MaybeOpenCallOrderFile()
556 : *settings_.call_order_output_filename; in MaybeOpenCallOrderFile()
Daudioproc_float_impl.cc419 &settings.call_order_output_filename); in CreateSettings()
622 settings.call_order_output_filename.has_value(), in PerformBasicParameterSanityChecks()
Daudio_processing_simulator.h144 absl::optional<std::string> call_order_output_filename; member