Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dvideo_sender.cc43 protection_callback_(nullptr), in VideoSender()
189 protection_callback_, qm_settings_callback_); in SetChannelParameters()
235 RTC_DCHECK(protection_callback == nullptr || protection_callback_ == nullptr); in RegisterProtectionCallback()
236 protection_callback_ = protection_callback; in RegisterProtectionCallback()
Dvideo_coding_impl.h122 VCMProtectionCallback* protection_callback_; variable