Home
last modified time | relevance | path

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

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