Home
last modified time | relevance | path

Searched defs:SendPictureLossIndication (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver.cc131 void RtcpTransceiver::SendPictureLossIndication(uint32_t ssrc) { in SendPictureLossIndication() function in webrtc::RtcpTransceiver
H A Drtp_rtcp_interface.h449 void SendPictureLossIndication() { SendRTCP(kRtcpPli); } in SendPictureLossIndication() function
H A Drtcp_transceiver_impl.cc248 void RtcpTransceiverImpl::SendPictureLossIndication(uint32_t ssrc) { in SendPictureLossIndication() function in webrtc::RtcpTransceiverImpl