Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.cc260 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 …]
Drtcp_sender.h109 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)
Drtp_rtcp_impl2.h196 int32_t SendRTCP(RTCPPacketType rtcpPacketType) override;
Drtp_rtcp_interface.h360 virtual int32_t SendRTCP(RTCPPacketType rtcp_packet_type) = 0;
Drtp_rtcp_impl.h195 int32_t SendRTCP(RTCPPacketType rtcpPacketType) override;
Drtp_rtcp_impl2.cc478 int32_t ModuleRtpRtcpImpl2::SendRTCP(RTCPPacketType packet_type) { in SendRTCP()
Drtp_rtcp_impl.cc526 int32_t ModuleRtpRtcpImpl::SendRTCP(RTCPPacketType packet_type) { in SendRTCP()
Drtcp_sender_unittest.cc618 std::set<RTCPPacketType> packet_types; in TEST_F()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h146 MOCK_METHOD(int32_t, SendRTCP, (RTCPPacketType packet_type), (override));
/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h82 enum RTCPPacketType : uint32_t { enum