OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCMProtectionMethod
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
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;
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_optimization.cc
23
VCMProtectionMethod
* selected_method,
196
VCMProtectionMethod
* selected_method = loss_prot_logic_->SelectedMethod();
Completed in 70 milliseconds