Home
last modified time | relevance | path

Searched refs:packetLoss (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_opt_util.cc378 uint8_t packetLoss = (uint8_t) (255 * parameters->lossPr); in ProtectionFactor() local
379 if (packetLoss == 0) in ProtectionFactor()
437 if (packetLoss >= kPacketLossMax) in ProtectionFactor()
439 packetLoss = kPacketLossMax - 1; in ProtectionFactor()
441 uint16_t indexTable = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor()
449 if (packetLoss > lossThr && avgTotPackets > packetNumThr) in ProtectionFactor()
473 packetLoss); in ProtectionFactor()
492 uint16_t indexTableKey = rateIndexTable * kPacketLossMax + packetLoss; in ProtectionFactor()
511 codeRateKey = static_cast<uint8_t> (VCM_MAX(packetLoss, in ProtectionFactor()
554 packetLoss, in ProtectionFactor()
[all …]
Dgeneric_encoder.cc109 VCMGenericEncoder::SetChannelParameters(int32_t packetLoss, int rtt) in SetChannelParameters() argument
111 return _encoder.SetChannelParameters(packetLoss, rtt); in SetChannelParameters()
Dgeneric_encoder.h106 int32_t SetChannelParameters(int32_t packetLoss, int rtt);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dtest_util.h39 int packetLoss; variable
Dtester_main.cc75 args.packetLoss = FLAGS_packet_loss_percent; in ParseArguments()
Dtest_util.cc30 packetLoss(0), in CmdArgs()
/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.h90 virtual int32_t SetChannelParameters(uint32_t packetLoss, int rtt) = 0;
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
Dtb_I420_codec.h41 virtual int32_t SetChannelParameters(uint32_t packetLoss, int rtt) OVERRIDE;
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
DMediaEngine.java649 int packetLoss = 0; in sendReceiveState() local
655 packetLoss = (stats.fractionLost * 100) >> 8; in sendReceiveState()
662 "loss: " + packetLoss + "%"; in sendReceiveState()
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_I420_codec.cc49 int32_t TbI420Encoder::SetChannelParameters(uint32_t packetLoss, int rtt) { in SetChannelParameters() argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h173 virtual int32 SetChannelParameters(uint32 packetLoss, in SetChannelParameters() argument
/external/chromium_org/third_party/webrtc/video/
Dvideo_send_stream_tests.cc1307 virtual int32_t SetChannelParameters(uint32_t packetLoss, in TEST_F() argument