Home
last modified time | relevance | path

Searched refs:enable_nack (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.cc614 int32_t ViEEncoder::UpdateProtectionMethod(bool enable_nack) { in UpdateProtectionMethod() argument
627 if (fec_enabled_ == fec_enabled && nack_enabled_ == enable_nack) { in UpdateProtectionMethod()
632 nack_enabled_ = enable_nack; in UpdateProtectionMethod()
Dvie_encoder.h117 int32_t UpdateProtectionMethod(bool enable_nack);