Searched refs:WebRtcVideoChannel (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/media/engine/ |
D | webrtc_video_engine.cc | 426 WebRtcVideoChannel::WebRtcVideoSendStream::ConfigureVideoEncoderSettings( in ConfigureVideoEncoderSettings() 519 WebRtcVideoChannel* channel, in OnUnsignalledSsrc() 556 WebRtcVideoChannel* channel, in SetDefaultSink() 585 return new WebRtcVideoChannel(call, config, options, crypto_options, in CreateMediaChannel() 623 WebRtcVideoChannel::WebRtcVideoChannel( in WebRtcVideoChannel() function in cricket::WebRtcVideoChannel 659 WebRtcVideoChannel::~WebRtcVideoChannel() { in ~WebRtcVideoChannel() 666 std::vector<WebRtcVideoChannel::VideoCodecSettings> 667 WebRtcVideoChannel::SelectSendVideoCodecs( in SelectSendVideoCodecs() 705 bool WebRtcVideoChannel::NonFlexfecReceiveCodecsHaveChanged( in NonFlexfecReceiveCodecsHaveChanged() 730 bool WebRtcVideoChannel::GetChangedSendParameters( in GetChangedSendParameters() [all …]
|
D | webrtc_video_engine.h | 52 class WebRtcVideoChannel; variable 73 virtual Action OnUnsignalledSsrc(WebRtcVideoChannel* channel, 82 Action OnUnsignalledSsrc(WebRtcVideoChannel* channel, uint32_t ssrc) override; 85 void SetDefaultSink(WebRtcVideoChannel* channel, 125 class WebRtcVideoChannel : public VideoMediaChannel, 129 WebRtcVideoChannel( 137 ~WebRtcVideoChannel() override; 444 WebRtcVideoChannel* channel, 504 WebRtcVideoChannel* const channel_;
|
D | webrtc_video_engine_unittest.cc | 1329 channel_(absl::WrapUnique(static_cast<cricket::WebRtcVideoChannel*>( 1371 std::unique_ptr<WebRtcVideoChannel> channel_; 1477 static_cast<cricket::WebRtcVideoChannel*>(engine_.CreateMediaChannel( in SetUp() 1660 std::unique_ptr<WebRtcVideoChannel> channel_; 5059 std::unique_ptr<cricket::WebRtcVideoChannel> channel; in TEST_F() 5063 static_cast<cricket::WebRtcVideoChannel*>(engine_.CreateMediaChannel( in TEST_F() 5074 static_cast<cricket::WebRtcVideoChannel*>(engine_.CreateMediaChannel( in TEST_F() 5103 static_cast<cricket::WebRtcVideoChannel*>(engine_.CreateMediaChannel( in TEST_F() 5329 EXPECT_NE(sender.adapt_reason & WebRtcVideoChannel::ADAPTREASON_CPU, 0); in TEST_F() 5330 EXPECT_NE(sender.adapt_reason & WebRtcVideoChannel::ADAPTREASON_BANDWIDTH, 0); in TEST_F() [all …]
|
/external/webrtc/test/scenario/ |
D | video_stream.cc | 40 constexpr int kDefaultMaxQp = cricket::WebRtcVideoChannel::kDefaultQpMax;
|
/external/webrtc/video/ |
D | video_quality_test.cc | 77 constexpr int kDefaultMaxQp = cricket::WebRtcVideoChannel::kDefaultQpMax;
|