Home
last modified time | relevance | path

Searched refs:RegisterProtectionCallback (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dvideo_coding_impl.cc143 int32_t RegisterProtectionCallback( in RegisterProtectionCallback() function in webrtc::__anon9423d86c0111::VideoCodingModuleImpl
145 return sender_.RegisterProtectionCallback(protection); in RegisterProtectionCallback()
Dvideo_coding_impl.h84 int32_t RegisterProtectionCallback(VCMProtectionCallback* protection);
Dvideo_sender.cc233 int32_t VideoSender::RegisterProtectionCallback( in RegisterProtectionCallback() function in webrtc::vcm::VideoSender
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding.h209 virtual int32_t RegisterProtectionCallback(
/external/webrtc/webrtc/video/
Dvie_encoder.cc163 vcm_->RegisterProtectionCallback(vcm_protection_callback); in StartThreadsAndSetSharedMembers()