Home | History | Annotate | Download | only in webrtc

Lines Matching refs:WebRtcVideoEngine

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,