Home
last modified time | relevance | path

Searched defs:RTCP (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.cc142 TEST_F(RtpRtcpAPITest, RTCP) { in TEST_F() argument
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc83 bool RtpHeaderParser::RTCP() const { in RTCP() function in webrtc::RtpUtility::RtpHeaderParser
Drtp_rtcp_impl.cc483 RtcpMode ModuleRtpRtcpImpl::RTCP() const { in RTCP() function in webrtc::ModuleRtpRtcpImpl
/external/webrtc/talk/session/media/
Dchannel_unittest.cc127 enum Flags { RTCP = 0x1, RTCP_MUX = 0x2, SECURE = 0x4, SSRC_MUX = 0x8, enumerator