Home
last modified time | relevance | path

Searched refs:SetChannelParameters (Results 1 – 25 of 31) sorted by relevance

12

/external/webrtc/webrtc/video/
Dvideo_encoder.cc77 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()
Dvideo_encoder_unittest.cc53 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/
Dvideo_sender_unittest.cc308 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()
Dvideo_coding_impl.cc127 int32_t SetChannelParameters(uint32_t target_bitrate, // bits/s. in SetChannelParameters() function in webrtc::__anon9423d86c0111::VideoCodingModuleImpl
130 return sender_.SetChannelParameters(target_bitrate, lossRate, rtt); in SetChannelParameters()
Dvideo_coding_impl.h78 int32_t SetChannelParameters(uint32_t target_bitrate, // bits/s.
Dvideo_sender.cc184 int32_t VideoSender::SetChannelParameters(uint32_t target_bitrate, in SetChannelParameters() function in webrtc::vcm::VideoSender
Dgeneric_encoder.cc184 encoder_->SetChannelParameters(params.loss_rate, params.rtt); in SetEncoderParameters()
/external/webrtc/webrtc/
Dvideo_encoder.h113 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/
Dsimulcast_encoder_adapter_unittest.cc133 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()
Dsimulcast_encoder_adapter.h47 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
Dvp8_impl.h55 virtual int SetChannelParameters(uint32_t packet_loss, int64_t rtt);
Dsimulcast_encoder_adapter.cc317 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/
Dh264_video_toolbox_encoder.h45 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
/external/webrtc/webrtc/test/
Dconfigurable_frame_size_encoder.h40 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
Dconfigurable_frame_size_encoder.cc71 int32_t ConfigurableFrameSizeEncoder::SetChannelParameters(uint32_t packet_loss, in SetChannelParameters() function in webrtc::test::ConfigurableFrameSizeEncoder
Dfake_encoder.h40 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
Dfake_encoder.cc126 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/
Di420.h72 int SetChannelParameters(uint32_t /*packetLoss*/, int64_t /*rtt*/) override { in SetChannelParameters() function
/external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/
Dmock_video_codec_interface.h48 MOCK_METHOD2(SetChannelParameters, int32_t(uint32_t packetLoss, int64_t rtt));
/external/webrtc/webrtc/modules/video_coding/include/mock/
Dmock_video_codec_interface.h46 MOCK_METHOD2(SetChannelParameters, int32_t(uint32_t packetLoss, int64_t rtt));
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture.h90 virtual int32_t SetChannelParameters(uint32_t packetLoss, int64_t rtt) = 0;
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h46 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding.h157 virtual int32_t SetChannelParameters(uint32_t target_bitrate,
/external/webrtc/webrtc/modules/video_coding/test/
Dvcm_payload_sink_factory.cc148 vcm->SetChannelParameters(0, 0, rtt_ms_); in Create()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvideoengine.h173 virtual int32_t SetChannelParameters(uint32_t packetLoss, int64_t rtt) { in SetChannelParameters() function

12