Home
last modified time | relevance | path

Searched refs:RTCP (Results 1 – 25 of 30) sorted by relevance

12

/external/openscreen/cast/streaming/
Dpacket_util_unittest.cc33 EXPECT_EQ(ApparentPacketType::RTCP, result.first); in TEST()
64 EXPECT_EQ(ApparentPacketType::RTCP, result.first); in TEST()
70 EXPECT_EQ(ApparentPacketType::RTCP, result.first); in TEST()
85 EXPECT_EQ(ApparentPacketType::RTCP, result.first); in TEST()
Dreceiver_packet_router.cc49 OSP_DCHECK(InspectPacketForRouting(packet).first == ApparentPacketType::RTCP); in SendRtcpPacket()
95 } else if (seems_like.first == ApparentPacketType::RTCP) { in OnReceivedPacket()
Dpacket_util.cc34 ApparentPacketType::RTCP, in InspectPacketForRouting()
Dpacket_util.h55 enum class ApparentPacketType { UNKNOWN, RTP, RTCP }; enumerator
Dsender_packet_router.cc103 if (seems_like.first != ApparentPacketType::RTCP) { in OnReceivedPacket()
/external/libsrtp2/
DCHANGES69 with RTCP an incorrect initialization vector is formed.
71 2.0) of libSRTP when using the AES 256 ICM cipher with OpenSSL for RTCP.
77 2.0) of libSRTP when using the AES GCM cipher for RTCP.
114 PR #304 - Fix (S)RTP and (S)RTCP for big endian machines
126 PR #167 - Additional RTCP and SRTCP tests
DREADME.md106 libSRTP provides functions for protecting RTP and RTCP. RTP packets
111 functions apply security to RTCP packets.
117 needed to protect a particular RTP and RTCP stream. This datatype
123 stream context to protect the RTP and RTCP stream that it is
142 that describe the cryptograhic policies for RTP and RTCP, as well as
152 for RTP and RTCP protection, respectively.
162 ports for RTP and RTCP. RTCP, the RTP control protocol, is used to
173 RTP allows multiple sources to send RTP and RTCP traffic during the
253 * The replay window for (S)RTCP is hardcoded to 128 bits in length.
/external/webrtc/modules/rtp_rtcp/source/
Drtp_utility.h37 bool RTCP() const;
Drtp_rtcp_interface.h328 virtual RtcpMode RTCP() const = 0;
Drtp_rtcp_impl2.h170 RtcpMode RTCP() const override;
Drtp_rtcp_impl.h161 RtcpMode RTCP() const override;
Drtp_utility.cc60 bool RtpHeaderParser::RTCP() const { in RTCP() function in webrtc::RtpUtility::RtpHeaderParser
/external/webrtc/docs/native-code/rtp-hdrext/abs-capture-time/
DREADME.md6 audio-to-video synchronization when RTCP-terminating intermediate systems (e.g.
60 as the clock used to generate NTP timestamps for RTCP sender reports on the
79 the RTCP sender reports on this stream. The sender system is typically either
/external/webrtc/logging/rtc_event_log/
Drtc_event_log.proto169 // required - Sender SSRC used for sending RTCP (such as receiver reports).
173 // RTCP mode is described by RFC 5506.
178 // required - RTCP mode to use.
262 // required - Sender SSRC used for sending RTCP (such as receiver reports).
Drtc_event_log2.proto246 // TODO(terelius): Feasible to log parsed RTCP instead?
262 // TODO(terelius): Feasible to log parsed RTCP instead?
375 // required - Sender SSRC used for sending RTCP (such as receiver reports).
415 // required - Sender SSRC used for sending RTCP (such as receiver reports).
/external/webrtc/test/
Drtp_header_parser.cc49 return rtp_parser.RTCP(); in IsRtcp()
Drtp_file_reader_unittest.cc89 if (!rtp_header_parser.RTCP() && in CountRtpPacketsPerSsrc()
Drtp_file_reader.cc437 if (rtp_parser.RTCP()) { in ReadPacket()
/external/webrtc/test/fuzzers/corpora/
DREADME25 This corpus was initially assembled from the unittests. RTCP was
/external/webrtc/test/peer_scenario/tests/
Dremote_estimate_test.cc32 if (!rtp_parser.RTCP()) { in GetRtpPacketExtensions()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h123 MOCK_METHOD(RtcpMode, RTCP, (), (const, override));
/external/webrtc/tools_webrtc/matlab/
DrtpAnalyze.m20 %% Filter out RTCP packets.
23 fprintf('Removing %i RTCP packets\n', length(SeqNo) - sum(ix));
/external/webrtc/modules/pacing/
Dpacket_router.cc314 if (rtp_module->RTCP() == RtcpMode::kOff) { in SendCombinedRtcpPacket()
Dpacket_router_unittest.cc322 ON_CALL(rtp_1, RTCP()).WillByDefault(Return(RtcpMode::kCompound)); in TEST_F()
323 ON_CALL(rtp_2, RTCP()).WillByDefault(Return(RtcpMode::kCompound)); in TEST_F()
/external/webrtc/docs/native-code/rtp-hdrext/playout-delay/
DREADME.md54 RTCP feedback to RTP sender includes the highest sequence number that was seen on the RTP receiver.…

12