Searched refs:WebRtcVideoChannel2 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoengine2.cc | 348 WebRtcVideoChannel2::WebRtcVideoSendStream::CreateSimulcastVideoStreams( in CreateSimulcastVideoStreams() 362 WebRtcVideoChannel2::WebRtcVideoSendStream::CreateVideoStreams( in CreateVideoStreams() 399 void* WebRtcVideoChannel2::WebRtcVideoSendStream::ConfigureVideoEncoderSettings( in ConfigureVideoEncoderSettings() 441 WebRtcVideoChannel2* channel, in OnUnsignalledSsrc() 490 WebRtcVideoChannel2* WebRtcVideoEngine2::CreateChannel( in CreateChannel() 495 return new WebRtcVideoChannel2(call, options, video_codecs_, in CreateChannel() 614 WebRtcVideoChannel2::WebRtcVideoChannel2( in WebRtcVideoChannel2() function in cricket::WebRtcVideoChannel2 635 void WebRtcVideoChannel2::SetDefaultOptions() { in SetDefaultOptions() 642 WebRtcVideoChannel2::~WebRtcVideoChannel2() { in ~WebRtcVideoChannel2() 649 bool WebRtcVideoChannel2::CodecIsExternallySupported( in CodecIsExternallySupported() [all …]
|
D | webrtcvideochannelfactory.h | 34 class WebRtcVideoChannel2; variable 39 virtual WebRtcVideoChannel2* Create(WebRtcVideoEngine2* engine,
|
D | webrtcvideoengine2.h | 87 virtual Action OnUnsignalledSsrc(WebRtcVideoChannel2* channel, 95 Action OnUnsignalledSsrc(WebRtcVideoChannel2* channel, 115 WebRtcVideoChannel2* CreateChannel(webrtc::Call* call, 149 class WebRtcVideoChannel2 : public rtc::MessageHandler, 154 WebRtcVideoChannel2(webrtc::Call* call, 159 ~WebRtcVideoChannel2() override;
|
D | webrtcvideoengine2_unittest.cc | 779 : public VideoMediaChannelTest<WebRtcVideoEngine2, WebRtcVideoChannel2> { 781 typedef VideoMediaChannelTest<WebRtcVideoEngine2, WebRtcVideoChannel2> Base;
|