Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_config.h30 enum { RTCP_RPSI_DATA_SIZE = 30 }; enumerator
Drtcp_utility.h199 uint8_t NativeBitString[RTCP_RPSI_DATA_SIZE];
Drtcp_utility.cc1329 if (length > 2 + RTCP_RPSI_DATA_SIZE) { in ParseRPSIItem()