Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvie_channel.h47 class ViEChannelProtectionCallback; variable
67 friend class ViEChannelProtectionCallback; variable
413 rtc::scoped_ptr<ViEChannelProtectionCallback> vcm_protection_callback_;
Dvie_channel.cc62 class ViEChannelProtectionCallback : public VCMProtectionCallback { class
64 explicit ViEChannelProtectionCallback(ViEChannel* owner) : owner_(owner) {} in ViEChannelProtectionCallback() function in webrtc::ViEChannelProtectionCallback
65 ~ViEChannelProtectionCallback() {} in ~ViEChannelProtectionCallback()
99 vcm_protection_callback_(new ViEChannelProtectionCallback(this)), in ViEChannel()