OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcVideoEngine
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.cc
43
#include "talk/media/webrtc/
webrtcvideoengine
.h"
55
CompositeMediaEngine<WebRtcVoiceEngine,
WebRtcVideoEngine
>::
59
#define VIDEO_ENG_NAME
WebRtcVideoEngine
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h
84
class
WebRtcVideoEngine
: public sigslot::has_slots<>,
88
// Creates the
WebRtcVideoEngine
with internal VideoCaptureModule.
89
WebRtcVideoEngine
();
93
WebRtcVideoEngine
(WebRtcVoiceEngine* voice_engine,
96
WebRtcVideoEngine
(WebRtcVoiceEngine* voice_engine,
100
~
WebRtcVideoEngine
();
241
WebRtcVideoMediaChannel(
WebRtcVideoEngine
* engine,
246
WebRtcVideoEngine
* engine() { return engine_; }
416
WebRtcVideoEngine
* engine_;
webrtcvideoengine.cc
29
#include "talk/media/webrtc/
webrtcvideoengine
.h"
774
const
WebRtcVideoEngine
::VideoCodecPref
775
WebRtcVideoEngine
::kVideoCodecPrefs[] = {
784
const VideoFormatPod
WebRtcVideoEngine
::kVideoFormats[] = {
806
const VideoFormatPod
WebRtcVideoEngine
::kDefaultVideoFormat =
820
WebRtcVideoEngine
::
WebRtcVideoEngine
() {
825
WebRtcVideoEngine
::
WebRtcVideoEngine
(WebRtcVoiceEngine* voice_engine,
831
WebRtcVideoEngine
::WebRtcVideoEngine(WebRtcVoiceEngine* voice_engine
[
all
...]
webrtcmediaengine.h
174
#include "talk/media/webrtc/
webrtcvideoengine
.h"
178
typedef CompositeMediaEngine<WebRtcVoiceEngine,
WebRtcVideoEngine
>
webrtcvideoengine_unittest.cc
44
#include "talk/media/webrtc/
webrtcvideoengine
.h"
50
// Tests for the
WebRtcVideoEngine
/VideoChannel code.
93
// Test fixture to test
WebRtcVideoEngine
with a fake webrtc::VideoEngine.
190
cricket::
WebRtcVideoEngine
engine_;
196
// Test fixtures to test
WebRtcVideoEngine
with a real webrtc::VideoEngine.
198
: public VideoEngineTest<cricket::
WebRtcVideoEngine
> {
200
typedef VideoEngineTest<cricket::
WebRtcVideoEngine
> Base;
204
cricket::
WebRtcVideoEngine
, cricket::WebRtcVideoMediaChannel> {
206
typedef VideoMediaChannelTest<cricket::
WebRtcVideoEngine
,
[
all
...]
Completed in 223 milliseconds