HomeSort by relevance Sort by last modified time
    Searched refs:VCMNackMethod (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.h 158 class VCMNackMethod : public VCMProtectionMethod {
160 VCMNackMethod();
161 virtual ~VCMNackMethod();
media_opt_util.cc 191 VCMNackMethod::VCMNackMethod() : VCMProtectionMethod() {
195 VCMNackMethod::~VCMNackMethod() {
199 bool VCMNackMethod::EffectivePacketLoss(
206 bool VCMNackMethod::UpdateParameters(
503 _selectedMethod.reset(new VCMNackMethod());

Completed in 61 milliseconds