Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver.cc137 void RtcpTransceiver::SendFullIntraRequest(std::vector<uint32_t> ssrcs) { in SendFullIntraRequest() function in webrtc::RtcpTransceiver
141 void RtcpTransceiver::SendFullIntraRequest(std::vector<uint32_t> ssrcs, in SendFullIntraRequest() function in webrtc::RtcpTransceiver
H A Drtp_rtcp_interface.h451 void SendFullIntraRequest() { SendRTCP(kRtcpFir); } in SendFullIntraRequest() function
H A Drtcp_transceiver_impl.cc257 void RtcpTransceiverImpl::SendFullIntraRequest( in SendFullIntraRequest() function in webrtc::RtcpTransceiverImpl