Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_rtpplay_test.sh95 --textlog --pythonplot --matlabplot \
112 --textlog --pythonplot --matlabplot \
120 --textlog --pythonplot --matlabplot \
132 --textlog --pythonplot --matlabplot \
Dneteq_test_factory.h121 bool pythonplot = false; member
Dneteq_rtpplay.cc139 pythonplot,
376 config.pythonplot = absl::GetFlag(FLAGS_pythonplot); in main()
Dneteq_test_factory.cc324 config.matlabplot, config.pythonplot, config.concealment_events, in InitializeTest()
/external/webrtc/api/test/
Dneteq_simulator_factory.cc35 config.pythonplot = simulation_config.python_plot_filename.has_value(); in convertConfig()