Searched refs:IsRtcp (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/talk/session/media/ |
D | rtcpmuxfilter.cc | 124 bool IsRtcp(const char* data, int len) { in IsRtcp() function 139 return (IsActive() || offered_mux) && IsRtcp(data, len); in DemuxRtcp()
|
/external/webrtc/webrtc/test/ |
D | rtp_rtcp_observer.h | 94 EXPECT_FALSE(RtpHeaderParser::IsRtcp(packet, length)); in SendRtp() 114 EXPECT_TRUE(RtpHeaderParser::IsRtcp(packet, length)); in SendRtcp()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_header_parser.h | 26 static bool IsRtcp(const uint8_t* packet, size_t length);
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_header_parser.cc | 44 bool RtpHeaderParser::IsRtcp(const uint8_t* packet, size_t length) { in IsRtcp() function in webrtc::RtpHeaderParser
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/ |
D | bwe_rtp_play.cc | 70 if (!parser->IsRtcp(packet.data, packet.length)) { in main()
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | rtp_player.cc | 254 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/ |
D | call_perf_tests.cc | 209 if (parser_->IsRtcp(packet, length)) { in TestAudioVideoSync()
|
D | call.cc | 738 if (RtpHeaderParser::IsRtcp(packet, length)) in DeliverPacket()
|
/external/webrtc/webrtc/video/ |
D | video_send_stream_tests.cc | 991 if (RtpHeaderParser::IsRtcp(packet, length)) in TEST_F()
|
D | end_to_end_tests.cc | 1033 if (RtpHeaderParser::IsRtcp(packet, length)) { in TEST_F()
|