Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/cast/streaming/
H A Drtp_defines.h353 constexpr int kRtcpPictureLossIndicatorHeaderSize = 8; variable
H A Dcompound_rtcp_parser.cc352 if (static_cast<int>(in.size()) < kRtcpPictureLossIndicatorHeaderSize) { in ParsePictureLossIndicator()
H A Dcompound_rtcp_builder.cc159 header.payload_size = kRtcpPictureLossIndicatorHeaderSize; in AppendPictureLossIndicatorPacket()