OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebRtcVideoEngine2
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h
106
//
WebRtcVideoEngine2
is used for the new native WebRTC Video API (webrtc:1667).
107
class
WebRtcVideoEngine2
{
109
WebRtcVideoEngine2
();
110
~
WebRtcVideoEngine2
();
471
void Construct(webrtc::Call* call,
WebRtcVideoEngine2
* engine);
webrtcvideoengine2.cc
29
#include "talk/media/webrtc/
webrtcvideoengine2
.h"
473
WebRtcVideoEngine2
::
WebRtcVideoEngine2
()
477
LOG(LS_INFO) << "
WebRtcVideoEngine2
::
WebRtcVideoEngine2
()";
481
WebRtcVideoEngine2
::~
WebRtcVideoEngine2
() {
482
LOG(LS_INFO) << "
WebRtcVideoEngine2
::~
WebRtcVideoEngine2
";
485
void
WebRtcVideoEngine2
::Init()
[
all
...]
Completed in 53 milliseconds