Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyzer.h49 void CreateAudioLevelGraph(PacketDirection direction, Plot* plot);
H A Dmain.cc326 analyzer.CreateAudioLevelGraph(webrtc::kIncomingPacket, plot); in main()
329 analyzer.CreateAudioLevelGraph(webrtc::kOutgoingPacket, plot); in main()
H A Danalyzer.cc621 void EventLogAnalyzer::CreateAudioLevelGraph(PacketDirection direction, in CreateAudioLevelGraph() function in webrtc::EventLogAnalyzer