Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer_common.h54 struct LayerDescription { struct
55 LayerDescription(uint32_t ssrc, uint8_t spatial_layer, uint8_t temporal_layer) in LayerDescription() function
59 bool operator<(const LayerDescription& other) const {
84 std::string GetLayerName(LayerDescription layer); argument
Danalyzer_common.cc75 std::string GetLayerName(LayerDescription layer) { in GetLayerName()
Danalyzer.cc1099 std::map<LayerDescription, TimeSeries> time_series; in CreateBitrateAllocationGraph()
1107 LayerDescription layer(rtcp.xr.sender_ssrc(), bitrate_item.spatial_layer, in CreateBitrateAllocationGraph()