Home
last modified time | relevance | path

Searched refs:IsRtcpPacket (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_util_unittest.cc42 TEST(RtpUtilTest, IsRtcpPacket) { in TEST() argument
44 EXPECT_TRUE(IsRtcpPacket(kMinimalisticRtcpPacket)); in TEST()
47 EXPECT_FALSE(IsRtcpPacket(kWrongRtpVersion)); in TEST()
50 EXPECT_FALSE(IsRtcpPacket(kPacketWithPayloadForRtp)); in TEST()
53 EXPECT_FALSE(IsRtcpPacket(kTooSmallRtcpPacket)); in TEST()
55 EXPECT_FALSE(IsRtcpPacket({})); in TEST()
H A Drtp_util.h20 bool IsRtcpPacket(rtc::ArrayView<const uint8_t> packet);
H A Drtp_util.cc43 bool IsRtcpPacket(rtc::ArrayView<const uint8_t> packet) { in IsRtcpPacket() function
/aosp_15_r20/external/webrtc/test/
H A Drtp_rtcp_observer.h122 EXPECT_TRUE(IsRtcpPacket(rtc::MakeArrayView(packet, length))); in SendRtcp()
H A Drtp_file_reader.cc441 if (IsRtcpPacket(packet)) { in ReadPacket()
/aosp_15_r20/external/webrtc/media/base/
H A Drtp_utils.cc176 if (webrtc::IsRtcpPacket( in InferRtpPacketType()
/aosp_15_r20/external/webrtc/video/end_to_end_tests/
H A Dssrc_tests.cc64 if (IsRtcpPacket(packet)) { in TEST_F()
/aosp_15_r20/external/webrtc/call/
H A Ddegraded_call.cc155 if (IsRtcpPacket(packet)) { in DeliverPacket()
H A Dcall.cc1508 if (IsRtcpPacket(packet)) { in DeliverPacket()
/aosp_15_r20/external/webrtc/rtc_tools/
H A Dvideo_replay.cc588 IsRtcpPacket(packet_buffer) ? MediaType::ANY : MediaType::VIDEO; in ReplayPackets()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_analyzer.cc227 if (IsRtcpPacket(packet)) { in DeliverPacket()
H A Dvideo_send_stream_tests.cc1505 if (IsRtcpPacket(rtc::MakeArrayView(packet, length))) in TEST_F()