Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvie_channel.h47 class ViEChannelProtectionCallback; variable
67 friend class ViEChannelProtectionCallback; variable
Dvie_channel.cc62 class ViEChannelProtectionCallback : public VCMProtectionCallback { class
64 explicit ViEChannelProtectionCallback(ViEChannel* owner) : owner_(owner) {} in ViEChannelProtectionCallback() function in webrtc::ViEChannelProtectionCallback