Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyzer.h66 void CreateBitrateAllocationGraph(PacketDirection direction, Plot* plot);
H A Dmain.cc356 analyzer.CreateBitrateAllocationGraph(webrtc::kIncomingPacket, plot); in main()
359 analyzer.CreateBitrateAllocationGraph(webrtc::kOutgoingPacket, plot); in main()
H A Danalyzer.cc1130 void EventLogAnalyzer::CreateBitrateAllocationGraph(PacketDirection direction, in CreateBitrateAllocationGraph() function in webrtc::EventLogAnalyzer