HomeSort by relevance Sort by last modified time
    Searched full:protection_method (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/test/
vcm_payload_sink_factory.h 34 VCMVideoProtection protection_method,
vcm_payload_sink_factory.cc 102 VCMVideoProtection protection_method,
109 protection_method_(protection_method),
  /external/webrtc/webrtc/video/
vie_channel.cc 491 VCMVideoProtection protection_method; local
493 protection_method = enable_fec ? kProtectionNackFEC : kProtectionNack;
495 protection_method = kProtectionNone;
498 vcm_->SetVideoProtection(protection_method, true);
    [all...]

Completed in 299 milliseconds