HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcVideoEngine (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 88 class WebRtcVideoEngine : public sigslot::has_slots<>,
92 // Creates the WebRtcVideoEngine with internal VideoCaptureModule.
93 WebRtcVideoEngine();
97 WebRtcVideoEngine(WebRtcVoiceEngine* voice_engine,
100 WebRtcVideoEngine(WebRtcVoiceEngine* voice_engine,
104 virtual ~WebRtcVideoEngine();
239 WebRtcVideoMediaChannel(WebRtcVideoEngine* engine,
244 WebRtcVideoEngine* engine() { return engine_; }
444 WebRtcVideoEngine* engine_;
webrtcmediaengine.cc 32 #include "talk/media/webrtc/webrtcvideoengine.h"
44 public CompositeMediaEngine<WebRtcVoiceEngine, WebRtcVideoEngine> {
webrtcvideoengine.cc 29 #include "talk/media/webrtc/webrtcvideoengine.h"
852 const WebRtcVideoEngine::VideoCodecPref
853 WebRtcVideoEngine::kVideoCodecPrefs[] = {
860 const VideoFormatPod WebRtcVideoEngine::kDefaultMaxVideoFormat =
917 WebRtcVideoEngine::WebRtcVideoEngine() {
922 WebRtcVideoEngine::WebRtcVideoEngine(WebRtcVoiceEngine* voice_engine,
928 WebRtcVideoEngine::WebRtcVideoEngine(WebRtcVoiceEngine* voice_engine
    [all...]
webrtcvideoengine_unittest.cc 39 #include "talk/media/webrtc/webrtcvideoengine.h"
45 // Tests for the WebRtcVideoEngine/VideoChannel code.
86 // Test fixture to test WebRtcVideoEngine with a fake webrtc::VideoEngine.
267 cricket::WebRtcVideoEngine engine_;
273 // Test fixtures to test WebRtcVideoEngine with a real webrtc::VideoEngine.
275 : public VideoEngineTest<cricket::WebRtcVideoEngine> {
277 typedef VideoEngineTest<cricket::WebRtcVideoEngine> Base;
281 cricket::WebRtcVideoEngine, cricket::WebRtcVideoMediaChannel> {
283 typedef VideoMediaChannelTest<cricket::WebRtcVideoEngine,
    [all...]

Completed in 509 milliseconds