Searched refs:protection_callback (Results 1 – 4 of 4) sorted by relevance
132 } protection_callback; in TEST_F() local139 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()
234 VCMProtectionCallback* protection_callback) { in RegisterProtectionCallback() argument235 RTC_DCHECK(protection_callback == nullptr || protection_callback_ == nullptr); in RegisterProtectionCallback()236 protection_callback_ = protection_callback; in RegisterProtectionCallback()
193 VCMProtectionCallback* protection_callback, in SetTargetRates() argument247 if (protection_callback) { in SetTargetRates()250 protection_callback); in SetTargetRates()
62 VCMProtectionCallback* protection_callback,