OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ViEChannelProtectionCallback
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/video/
vie_channel.h
47
class
ViEChannelProtectionCallback
;
67
friend class
ViEChannelProtectionCallback
;
413
rtc::scoped_ptr<
ViEChannelProtectionCallback
> vcm_protection_callback_;
vie_channel.cc
62
class
ViEChannelProtectionCallback
: public VCMProtectionCallback {
64
explicit
ViEChannelProtectionCallback
(ViEChannel* owner) : owner_(owner) {}
65
~
ViEChannelProtectionCallback
() {}
99
vcm_protection_callback_(new
ViEChannelProtectionCallback
(this)),
[
all
...]
Completed in 72 milliseconds