OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebRtcVideoChannel2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.h
74
class
WebRtcVideoChannel2
;
83
class
WebRtcVideoChannel2
;
151
WebRtcVideoChannel2
* CreateChannel(VoiceMediaChannel* voice_channel);
210
class
WebRtcVideoChannel2
: public rtc::MessageHandler,
214
WebRtcVideoChannel2
(WebRtcVideoEngine2* engine,
218
//
WebRtcVideoChannel2
calls the correct corresponding methods.
219
WebRtcVideoChannel2
(webrtc::Call* call,
222
~
WebRtcVideoChannel2
();
webrtcvideoengine2.cc
361
WebRtcVideoChannel2
* WebRtcVideoEngine2::CreateChannel(
366
WebRtcVideoChannel2
* channel =
369
: new
WebRtcVideoChannel2
(
670
WebRtcVideoChannel2
::
WebRtcVideoChannel2
(
681
WebRtcVideoChannel2
::
WebRtcVideoChannel2
(
690
void
WebRtcVideoChannel2
::Construct(webrtc::Call* call,
700
void
WebRtcVideoChannel2
::SetDefaultOptions() {
706
WebRtcVideoChannel2
::~WebRtcVideoChannel2()
[
all
...]
Completed in 43 milliseconds