Home
last modified time | relevance | path

Searched refs:protection_callback (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dmedia_optimization_unittest.cc132 } protection_callback; in TEST_F() local
139 protection_callback.fec_rate_bps_ = kCodecBitrateBps / 10; in TEST_F()
141 kMaxBitrateBps, 0, 0, &protection_callback, nullptr); in TEST_F()
147 protection_callback.fec_rate_bps_ = kCodecBitrateBps; in TEST_F()
149 &protection_callback, nullptr); in TEST_F()
Dvideo_sender.cc234 VCMProtectionCallback* protection_callback) { in RegisterProtectionCallback() argument
235 RTC_DCHECK(protection_callback == nullptr || protection_callback_ == nullptr); in RegisterProtectionCallback()
236 protection_callback_ = protection_callback; in RegisterProtectionCallback()
Dmedia_optimization.cc193 VCMProtectionCallback* protection_callback, in SetTargetRates() argument
247 if (protection_callback) { in SetTargetRates()
250 protection_callback); in SetTargetRates()
Dmedia_optimization.h62 VCMProtectionCallback* protection_callback,