Searched refs:WebRtcVideoEngine2 (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideochannelfactory.h | 33 class WebRtcVideoEngine2; variable 39 virtual WebRtcVideoChannel2* Create(WebRtcVideoEngine2* engine,
|
D | webrtcvideoengine2.h | 82 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);
|
D | webrtcvideoengine2.cc | 277 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 …]
|
D | webrtcvideoengine2_unittest.h | 135 WebRtcVideoEngine2* engine, 153 WebRtcVideoEngine2* engine,
|
D | webrtcmediaengine.cc | 60 public CompositeMediaEngine<WebRtcVoiceEngine, WebRtcVideoEngine2> {
|
D | webrtcvideoengine2_unittest.cc | 284 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;
|