Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc183 builders_[kRtcpLossNotification] = &RTCPSender::BuildLossNotification; in RTCPSender()
262 SetFlag(kRtcpLossNotification, /*is_volatile=*/true); in SendLossNotification()
272 feedback_state, RTCPPacketType::kRtcpLossNotification, 0, nullptr, in SendLossNotification()
H A Drtcp_receiver.cc1049 packet_information->packet_type_flags |= kRtcpLossNotification; in HandlePsfbApp()
1171 (packet_information.packet_type_flags & kRtcpLossNotification)) { in TriggerCallbacksFromRtcpPacket()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h98 kRtcpLossNotification = 0x2000, enumerator