Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_stats_plotter.cc48 auto python_script_name = base_file_name_; in SimulationEnded() local
49 std::replace(python_script_name.begin(), python_script_name.end(), '.', in SimulationEnded()
51 printf("Creating Python plot script %s.py\n", python_script_name.c_str()); in SimulationEnded()
52 stats_getter_->delay_analyzer()->CreatePythonScript(python_script_name + in SimulationEnded()