Home
last modified time | relevance | path

Searched refs:WebRtcVideoEngine2 (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideochannelfactory.h33 class WebRtcVideoEngine2; variable
39 virtual WebRtcVideoChannel2* Create(WebRtcVideoEngine2* engine,
Dwebrtcvideoengine2.h82 class WebRtcVideoEngine2; variable
133 class WebRtcVideoEngine2 : public sigslot::has_slots<>,
137 WebRtcVideoEngine2();
138 virtual ~WebRtcVideoEngine2();
214 WebRtcVideoChannel2(WebRtcVideoEngine2* engine,
220 WebRtcVideoEngine2* engine,
398 void Construct(webrtc::Call* call, WebRtcVideoEngine2* engine);
Dwebrtcvideoengine2.cc277 WebRtcVideoEngine2::WebRtcVideoEngine2() in WebRtcVideoEngine2() function in cricket::WebRtcVideoEngine2
299 void WebRtcVideoEngine2::SetChannelFactory( in SetChannelFactory()
304 WebRtcVideoEngine2::~WebRtcVideoEngine2() { in ~WebRtcVideoEngine2()
312 bool WebRtcVideoEngine2::Init(rtc::Thread* worker_thread) { in Init()
327 void WebRtcVideoEngine2::Terminate() { in Terminate()
335 int WebRtcVideoEngine2::GetCapabilities() { return VIDEO_RECV | VIDEO_SEND; } in GetCapabilities()
337 bool WebRtcVideoEngine2::SetDefaultEncoderConfig( in SetDefaultEncoderConfig()
357 VideoEncoderConfig WebRtcVideoEngine2::GetDefaultEncoderConfig() const { in GetDefaultEncoderConfig()
361 WebRtcVideoChannel2* WebRtcVideoEngine2::CreateChannel( in CreateChannel()
379 const std::vector<VideoCodec>& WebRtcVideoEngine2::codecs() const { in codecs()
[all …]
Dwebrtcvideoengine2_unittest.h135 WebRtcVideoEngine2* engine,
153 WebRtcVideoEngine2* engine,
Dwebrtcmediaengine.cc60 public CompositeMediaEngine<WebRtcVoiceEngine, WebRtcVideoEngine2> {
Dwebrtcvideoengine2_unittest.cc284 WebRtcVideoEngine2* engine, in FakeWebRtcVideoChannel2()
308 WebRtcVideoEngine2* engine, in Create()
341 WebRtcVideoEngine2 engine_;
473 : public VideoEngineTest<cricket::WebRtcVideoEngine2> {
475 typedef VideoEngineTest<cricket::WebRtcVideoEngine2> Base;
484 : public VideoMediaChannelTest<WebRtcVideoEngine2, WebRtcVideoChannel2> {
487 typedef VideoMediaChannelTest<WebRtcVideoEngine2, WebRtcVideoChannel2> Base;