Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/cast/streaming/
H A Drtp_defines.cc81 bool IsRtcpPacketType(uint8_t raw_byte) { in IsRtcpPacketType() function
H A Drtp_defines.h165 bool IsRtcpPacketType(uint8_t raw_byte);
H A Drtcp_common.cc78 if (!IsRtcpPacketType(byte1)) { in Parse()