/external/webrtc/webrtc/video/ |
D | video_encoder.cc | 77 fallback_encoder_->SetChannelParameters(packet_loss_, rtt_); in InitFallbackEncoder() 153 int32_t VideoEncoderSoftwareFallbackWrapper::SetChannelParameters( in SetChannelParameters() function in webrtc::VideoEncoderSoftwareFallbackWrapper 159 int32_t ret = encoder_->SetChannelParameters(packet_loss, rtt); in SetChannelParameters() 161 return fallback_encoder_->SetChannelParameters(packet_loss, rtt); in SetChannelParameters()
|
D | video_encoder_unittest.cc | 53 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override { in SetChannelParameters() function in webrtc::VideoEncoderSoftwareFallbackWrapperTest::CountingFakeEncoder 224 fallback_wrapper_.SetChannelParameters(1, 1); in TEST_F()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | video_sender_unittest.cc | 308 sender_->SetChannelParameters(settings_.startBitrate * 1000, 0, 200); in TEST_F() 331 EXPECT_CALL(encoder_, SetChannelParameters(kLossRate, kRtt)) in TEST_F() 334 sender_->SetChannelParameters(settings_.startBitrate * 1000, kLossRate, kRtt); in TEST_F() 349 sender_->SetChannelParameters(2 * settings_.startBitrate * 1000, kLossRate, in TEST_F() 400 EXPECT_EQ(VCM_OK, sender_->SetChannelParameters( in InsertFrames()
|
D | video_coding_impl.cc | 127 int32_t SetChannelParameters(uint32_t target_bitrate, // bits/s. in SetChannelParameters() function in webrtc::__anonc28a8fb60111::VideoCodingModuleImpl 130 return sender_.SetChannelParameters(target_bitrate, lossRate, rtt); in SetChannelParameters()
|
D | video_coding_impl.h | 78 int32_t SetChannelParameters(uint32_t target_bitrate, // bits/s.
|
D | video_sender.cc | 184 int32_t VideoSender::SetChannelParameters(uint32_t target_bitrate, in SetChannelParameters() function in webrtc::vcm::VideoSender
|
D | generic_encoder.cc | 184 encoder_->SetChannelParameters(params.loss_rate, params.rtt); in SetEncoderParameters()
|
/external/webrtc/webrtc/ |
D | video_encoder.h | 113 virtual int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) = 0; 150 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | simulcast_encoder_adapter_unittest.cc | 133 MOCK_METHOD2(SetChannelParameters, int32_t(uint32_t packetLoss, int64_t rtt)); 194 SetChannelParameters(packetLoss, rtt)) in ExpectCallSetChannelParameters() 344 TEST_F(TestSimulcastEncoderAdapterFake, SetChannelParameters) { in TEST_F() argument 349 adapter_->SetChannelParameters(packetLoss, rtt); in TEST_F()
|
D | simulcast_encoder_adapter.h | 47 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
D | vp8_impl.h | 55 virtual int SetChannelParameters(uint32_t packet_loss, int64_t rtt);
|
D | simulcast_encoder_adapter.cc | 317 int SimulcastEncoderAdapter::SetChannelParameters(uint32_t packet_loss, in SetChannelParameters() function in webrtc::SimulcastEncoderAdapter 320 streaminfos_[stream_idx].encoder->SetChannelParameters(packet_loss, rtt); in SetChannelParameters()
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
D | h264_video_toolbox_encoder.h | 45 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
/external/webrtc/webrtc/test/ |
D | configurable_frame_size_encoder.h | 40 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
D | configurable_frame_size_encoder.cc | 71 int32_t ConfigurableFrameSizeEncoder::SetChannelParameters(uint32_t packet_loss, in SetChannelParameters() function in webrtc::test::ConfigurableFrameSizeEncoder
|
D | fake_encoder.h | 40 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
D | fake_encoder.cc | 126 int32_t FakeEncoder::SetChannelParameters(uint32_t packet_loss, int64_t rtt) { in SetChannelParameters() function in webrtc::test::FakeEncoder
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/ |
D | i420.h | 72 int SetChannelParameters(uint32_t /*packetLoss*/, int64_t /*rtt*/) override { in SetChannelParameters() function
|
/external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/ |
D | mock_video_codec_interface.h | 48 MOCK_METHOD2(SetChannelParameters, int32_t(uint32_t packetLoss, int64_t rtt));
|
/external/webrtc/webrtc/modules/video_coding/include/mock/ |
D | mock_video_codec_interface.h | 46 MOCK_METHOD2(SetChannelParameters, int32_t(uint32_t packetLoss, int64_t rtt));
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture.h | 90 virtual int32_t SetChannelParameters(uint32_t packetLoss, int64_t rtt) = 0;
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.h | 46 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
/external/webrtc/webrtc/modules/video_coding/include/ |
D | video_coding.h | 157 virtual int32_t SetChannelParameters(uint32_t target_bitrate,
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvideoengine.h | 173 virtual int32_t SetChannelParameters(uint32_t packetLoss, int64_t rtt) { in SetChannelParameters() function
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | vcm_payload_sink_factory.cc | 148 vcm->SetChannelParameters(0, 0, rtt_ms_); in Create()
|