OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcVideoEngine2
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvideochannelfactory.h
33
class
WebRtcVideoEngine2
;
39
virtual WebRtcVideoChannel2* Create(
WebRtcVideoEngine2
* engine,
webrtcmediaengine.cc
32
#include "talk/media/webrtc/
webrtcvideoengine2
.h"
38
: public CompositeMediaEngine<WebRtcVoiceEngine,
WebRtcVideoEngine2
> {
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
...]
webrtcvideoengine2_unittest.cc
38
#include "talk/media/webrtc/
webrtcvideoengine2
.h"
159
WebRtcVideoEngine2
engine_;
779
: public VideoMediaChannelTest<
WebRtcVideoEngine2
, WebRtcVideoChannel2> {
781
typedef VideoMediaChannelTest<
WebRtcVideoEngine2
, WebRtcVideoChannel2> Base;
[
all
...]
Completed in 125 milliseconds