Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
Dtb_I420_codec.h46 virtual int32_t SetChannelParameters(uint32_t packetLoss, int rtt);
62 int32_t SetChannelParameters; member
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dgeneric_codec_test.cc142 TEST(_vcm->SetChannelParameters(100000, 0, 0) < 0); in Perform()
164 TEST(_vcm->SetChannelParameters(100000, 0, 0) < 0); in Perform()
315 _vcm->SetChannelParameters(static_cast<uint32_t>(1000 * _bitRate), in Perform()
435 _vcm->SetChannelParameters(2000000, 0, 0); in Perform()
438 _vcm->SetChannelParameters(static_cast<uint32_t>(1000 * _bitRate), 0, 20); in Perform()
Dmt_rx_tx_test.cc95 state->_vcm.SetChannelParameters(1000000,30,0); in IntSenderThread()
262 vcm->SetChannelParameters(static_cast<uint32_t>(1000 * bitRate), in MTRxTxTest()
Dquality_modes_test.cc243 _vcm->SetChannelParameters(static_cast<uint32_t>(1000 * _bitRate), 0, 0); in Perform()
338 _vcm->SetChannelParameters(static_cast<uint32_t>(1000 * _bitRate), 0, in Perform()
Dvcm_payload_sink_factory.cc166 vcm->SetChannelParameters(0, 0, rtt_ms_); in Create()
Dnormal_test.cc278 _vcm->SetChannelParameters(static_cast<uint32_t>(1000 * _bitRate), 0, 0); in Perform()
/external/chromium_org/third_party/webrtc/test/
Dfake_encoder.h40 virtual int32_t SetChannelParameters(uint32_t packet_loss, int rtt) OVERRIDE;
Dconfigurable_frame_size_encoder.h41 virtual int32_t SetChannelParameters(uint32_t packet_loss, int rtt) OVERRIDE;
Dconfigurable_frame_size_encoder.cc69 int32_t ConfigurableFrameSizeEncoder::SetChannelParameters(uint32_t packet_loss, in SetChannelParameters() function in webrtc::test::ConfigurableFrameSizeEncoder
Dfake_encoder.cc111 int32_t FakeEncoder::SetChannelParameters(uint32_t packet_loss, int rtt) { in SetChannelParameters() function in webrtc::test::FakeEncoder
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_I420_codec.cc78 int32_t TbI420Encoder::SetChannelParameters(uint32_t packetLoss, int rtt) { in SetChannelParameters() function in TbI420Encoder
79 _functionCalls.SetChannelParameters++; in SetChannelParameters()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dgeneric_encoder.cc106 VCMGenericEncoder::SetChannelParameters(int32_t packetLoss, int rtt) in SetChannelParameters() function in webrtc::VCMGenericEncoder
108 return _encoder.SetChannelParameters(packetLoss, rtt); in SetChannelParameters()
Dgeneric_encoder.h106 int32_t SetChannelParameters(int32_t packetLoss, int rtt);
Dvideo_coding_impl.cc147 virtual int32_t SetChannelParameters(uint32_t target_bitrate, // bits/s. in SetChannelParameters() function in webrtc::__anond6b027e20111::VideoCodingModuleImpl
150 return sender_->SetChannelParameters(target_bitrate, lossRate, rtt); in SetChannelParameters()
Dvideo_sender.cc245 int32_t VideoSender::SetChannelParameters(uint32_t target_bitrate, in SetChannelParameters() function in webrtc::vcm::VideoSender
257 ret = _encoder->SetChannelParameters(lossRate, rtt); in SetChannelParameters()
Dvideo_coding_impl.h79 int32_t SetChannelParameters(uint32_t target_bitrate, // bits/s.
Dvideo_sender_unittest.cc358 sender_->SetChannelParameters( in InsertFrames()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/interface/
Di420.h77 virtual int SetChannelParameters(uint32_t /*packetLoss*/, in SetChannelParameters() function
/external/chromium_org/content/renderer/media/
Drtc_video_encoder.h63 virtual int32_t SetChannelParameters(uint32_t packet_loss, int rtt) OVERRIDE; in NON_EXPORTED_BASE()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/mock/
Dmock_video_codec_interface.h42 MOCK_METHOD2(SetChannelParameters, int32_t(uint32_t packetLoss, int rtt));
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
Dvideo_capture.h98 virtual int32_t SetChannelParameters(uint32_t packetLoss, int rtt) = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.h96 virtual int SetChannelParameters(uint32_t packet_loss, int rtt);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h137 virtual int32_t SetChannelParameters(uint32_t packetLoss, int rtt) = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dpacket_loss_test.cc172 _encoder->SetChannelParameters((uint32_t)(_lossProbability * 255.0), in CodecSpecific_InitBitrate()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
Dvideo_coding.h199 virtual int32_t SetChannelParameters(uint32_t target_bitrate,

12