Home
last modified time | relevance | path

Searched refs:SetProtectionMode (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_channel.h101 void SetProtectionMode(bool enable_nack,
Dvideo_receive_stream.cc174 vie_channel_->SetProtectionMode(config_.rtp.nack.rtp_history_ms > 0, false, in VideoReceiveStream()
Dvideo_send_stream.cc199 vie_channel_->SetProtectionMode(enable_protection_nack, enable_protection_fec, in VideoSendStream()
Dvie_channel.cc473 void ViEChannel::SetProtectionMode(bool enable_nack, in SetProtectionMode() function in webrtc::ViEChannel