HomeSort by relevance Sort by last modified time
    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();
237 WebRtcVideoMediaChannel(WebRtcVideoEngine* engine,
242 WebRtcVideoEngine* engine() { return engine_; }
403 WebRtcVideoEngine* engine_;
webrtcvideoengine.cc 29 #include "talk/media/webrtc/webrtcvideoengine.h"
647 const WebRtcVideoEngine::VideoCodecPref
648 WebRtcVideoEngine::kVideoCodecPrefs[] = {
656 const VideoFormatPod WebRtcVideoEngine::kVideoFormats[] = {
678 const VideoFormatPod WebRtcVideoEngine::kDefaultVideoFormat =
692 WebRtcVideoEngine::WebRtcVideoEngine() {
697 WebRtcVideoEngine::WebRtcVideoEngine(WebRtcVoiceEngine* voice_engine,
703 WebRtcVideoEngine::WebRtcVideoEngine(WebRtcVoiceEngine* voice_engine
    [all...]
webrtcmediaengine.h 168 #include "talk/media/webrtc/webrtcvideoengine.h"
172 typedef CompositeMediaEngine<WebRtcVoiceEngine, WebRtcVideoEngine>
webrtcvideoengine_unittest.cc 44 #include "talk/media/webrtc/webrtcvideoengine.h"
50 // Tests for the WebRtcVideoEngine/VideoChannel code.
87 // Test fixture to test WebRtcVideoEngine with a fake webrtc::VideoEngine.
193 cricket::WebRtcVideoEngine engine_;
199 // Test fixtures to test WebRtcVideoEngine with a real webrtc::VideoEngine.
201 : public VideoEngineTest<cricket::WebRtcVideoEngine> {
203 typedef VideoEngineTest<cricket::WebRtcVideoEngine> Base;
207 cricket::WebRtcVideoEngine, cricket::WebRtcVideoMediaChannel> {
209 typedef VideoMediaChannelTest<cricket::WebRtcVideoEngine,
    [all...]

Completed in 116 milliseconds