Home
last modified time | relevance | path

Searched refs:StatisticsSummary (Results 1 – 2 of 2) sorted by relevance

/webrtc/rtcp/src/extended_report/
H A Dmod.rs44 StatisticsSummary = 6, // RFC 3611, section 4.6 enumerator
56 6 => BlockType::StatisticsSummary, in from()
72 BlockType::StatisticsSummary => "StatisticsSummaryReportBlockType", in fmt()
285 BlockType::StatisticsSummary => { in unmarshal()
H A Dssr.rs107 block_type: BlockType::StatisticsSummary, in xr_header()