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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_opt_util.cc 643 _selectedMethod(NULL),
674 if (_selectedMethod != NULL)
676 if (_selectedMethod->Type() == newMethodType)
682 delete _selectedMethod;
710 _selectedMethod = newMethod;
716 if (_selectedMethod == NULL)
720 else if (_selectedMethod->Type() == method)
722 delete _selectedMethod;
723 _selectedMethod = NULL;
732 if (_selectedMethod != NULL
    [all...]
media_opt_util.h 370 VCMProtectionMethod* _selectedMethod;

Completed in 64 milliseconds