Home
last modified time | relevance | path

Searched refs:SetFlexFecProtection (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/call/
H A Dvideo_receive_stream.h296 virtual void SetFlexFecProtection(RtpPacketSinkInterface* flexfec_sink) = 0;
/aosp_15_r20/external/webrtc/video/
H A Dvideo_receive_stream2.h150 void SetFlexFecProtection(RtpPacketSinkInterface* flexfec_sink) override;
H A Dvideo_receive_stream2.cc484 void VideoReceiveStream2::SetFlexFecProtection( in SetFlexFecProtection() function in webrtc::internal::VideoReceiveStream2
/aosp_15_r20/external/webrtc/media/engine/
H A Dfake_webrtc_call.h293 void SetFlexFecProtection(webrtc::RtpPacketSinkInterface* sink) override { in SetFlexFecProtection() function
H A Dwebrtc_video_engine.cc3096 stream_->SetFlexFecProtection(nullptr); in SetFlexFecPayload()
3104 stream_->SetFlexFecProtection(flexfec_stream_); in SetFlexFecPayload()