Home
last modified time | relevance | path

Searched refs:IsRtcp (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/session/media/
Drtcpmuxfilter.cc124 bool IsRtcp(const char* data, int len) { in IsRtcp() function
139 return (IsActive() || offered_mux) && IsRtcp(data, len); in DemuxRtcp()
/external/webrtc/webrtc/test/
Drtp_rtcp_observer.h94 EXPECT_FALSE(RtpHeaderParser::IsRtcp(packet, length)); in SendRtp()
114 EXPECT_TRUE(RtpHeaderParser::IsRtcp(packet, length)); in SendRtcp()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_header_parser.h26 static bool IsRtcp(const uint8_t* packet, size_t length);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_header_parser.cc44 bool RtpHeaderParser::IsRtcp(const uint8_t* packet, size_t length) { in IsRtcp() function in webrtc::RtpHeaderParser
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
Dbwe_rtp_play.cc70 if (!parser->IsRtcp(packet.data, packet.length)) { in main()
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.cc254 if (!it->second->rtp_header_parser_->IsRtcp(data, length)) { in IncomingPacket()
424 if (!rtp_header_parser->IsRtcp(data, length)) { in SendPacket()
/external/webrtc/webrtc/call/
Dcall_perf_tests.cc209 if (parser_->IsRtcp(packet, length)) { in TestAudioVideoSync()
Dcall.cc738 if (RtpHeaderParser::IsRtcp(packet, length)) in DeliverPacket()
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc991 if (RtpHeaderParser::IsRtcp(packet, length)) in TEST_F()
Dend_to_end_tests.cc1033 if (RtpHeaderParser::IsRtcp(packet, length)) { in TEST_F()