Home
last modified time | relevance | path

Searched refs:kRtcpLossNotification (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.cc192 builders_[kRtcpLossNotification] = &RTCPSender::BuildLossNotification; in RTCPSender()
252 SetFlag(kRtcpLossNotification, /*is_volatile=*/true); in SendLossNotification()
260 feedback_state, {RTCPPacketType::kRtcpLossNotification}, 0, nullptr); in SendLossNotification()
Drtcp_receiver.cc971 packet_information->packet_type_flags |= kRtcpLossNotification; in HandlePsfbApp()
1099 (packet_information.packet_type_flags & kRtcpLossNotification)) { in TriggerCallbacksFromRtcpPacket()
/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h94 kRtcpLossNotification = 0x2000, enumerator