Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_opt_util.cc643 _selectedMethod(NULL), in VCMLossProtectionLogic()
674 if (_selectedMethod != NULL) in SetMethod()
676 if (_selectedMethod->Type() == newMethodType) in SetMethod()
682 delete _selectedMethod; in SetMethod()
710 _selectedMethod = newMethod; in SetMethod()
716 if (_selectedMethod == NULL) in RemoveMethod()
720 else if (_selectedMethod->Type() == method) in RemoveMethod()
722 delete _selectedMethod; in RemoveMethod()
723 _selectedMethod = NULL; in RemoveMethod()
732 if (_selectedMethod != NULL) in RequiredBitRate()
[all …]
Dmedia_opt_util.h370 VCMProtectionMethod* _selectedMethod; variable