Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dcompound_rtcp_parser.h104 bool ParseExtendedReports(absl::Span<const uint8_t> in,
Dcompound_rtcp_parser.cc147 if (!ParseExtendedReports(payload, &receiver_reference_time)) { in Parse()
312 bool CompoundRtcpParser::ParseExtendedReports( in ParseExtendedReports() function in openscreen::cast::CompoundRtcpParser