Searched refs:RTCPPacketType (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_sender.cc | 260 feedback_state, {RTCPPacketType::kRtcpLossNotification}, 0, nullptr); in SendLossNotification() 283 return IsFlagPresent(RTCPPacketType::kRtcpTmmbr); in TMMBR() 289 SetFlag(RTCPPacketType::kRtcpTmmbr, false); in SetTMMBRStatus() 291 ConsumeFlag(RTCPPacketType::kRtcpTmmbr, true); in SetTMMBRStatus() 688 RTCPPacketType packetType, in SendRTCP() 692 feedback_state, std::set<RTCPPacketType>(&packetType, &packetType + 1), in SendRTCP() 698 const std::set<RTCPPacketType>& packet_types, in SendCompoundRTCP() 720 const std::set<RTCPPacketType>& packet_types, in SendCompoundRTCPLocked() 735 const std::set<RTCPPacketType>& packet_types, in ComputeCompoundRTCPPacket() 926 void RTCPSender::SetFlags(const std::set<RTCPPacketType>& types, in SetFlags() [all …]
|
D | rtcp_sender.h | 109 RTCPPacketType packetType, 115 const std::set<RTCPPacketType>& packetTypes, 163 const std::set<RTCPPacketType>& packet_types, 170 const std::set<RTCPPacketType>& packet_types, 288 void SetFlags(const std::set<RTCPPacketType>& types, bool is_volatile)
|
D | rtp_rtcp_impl2.h | 196 int32_t SendRTCP(RTCPPacketType rtcpPacketType) override;
|
D | rtp_rtcp_interface.h | 360 virtual int32_t SendRTCP(RTCPPacketType rtcp_packet_type) = 0;
|
D | rtp_rtcp_impl.h | 195 int32_t SendRTCP(RTCPPacketType rtcpPacketType) override;
|
D | rtp_rtcp_impl2.cc | 478 int32_t ModuleRtpRtcpImpl2::SendRTCP(RTCPPacketType packet_type) { in SendRTCP()
|
D | rtp_rtcp_impl.cc | 526 int32_t ModuleRtpRtcpImpl::SendRTCP(RTCPPacketType packet_type) { in SendRTCP()
|
D | rtcp_sender_unittest.cc | 618 std::set<RTCPPacketType> packet_types; in TEST_F()
|
/external/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 146 MOCK_METHOD(int32_t, SendRTCP, (RTCPPacketType packet_type), (override));
|
/external/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp_defines.h | 82 enum RTCPPacketType : uint32_t { enum
|