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

  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.cc 31 VCMProtectionMethod::VCMProtectionMethod()
43 VCMProtectionMethod::~VCMProtectionMethod() {
46 void VCMProtectionMethod::UpdateContentMetrics(
191 VCMNackMethod::VCMNackMethod() : VCMProtectionMethod() {
215 VCMFecMethod::VCMFecMethod() : VCMProtectionMethod() {
654 VCMProtectionMethod* VCMLossProtectionLogic::SelectedMethod() const {
media_opt_util.h 77 /* VCMProtectionMethod class */
90 class VCMProtectionMethod {
92 VCMProtectionMethod();
93 virtual ~VCMProtectionMethod();
158 class VCMNackMethod : public VCMProtectionMethod {
167 class VCMFecMethod : public VCMProtectionMethod {
313 VCMProtectionMethod* SelectedMethod() const;
336 rtc::scoped_ptr<VCMProtectionMethod> _selectedMethod;

Completed in 260 milliseconds