Searched refs:packetLoss (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
D | media_opt_util.cc | 378 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 …]
|
D | generic_encoder.cc | 109 VCMGenericEncoder::SetChannelParameters(int32_t packetLoss, int rtt) in SetChannelParameters() argument 111 return _encoder.SetChannelParameters(packetLoss, rtt); in SetChannelParameters()
|
D | generic_encoder.h | 106 int32_t SetChannelParameters(int32_t packetLoss, int rtt);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
D | test_util.h | 39 int packetLoss; variable
|
D | tester_main.cc | 75 args.packetLoss = FLAGS_packet_loss_percent; in ParseArguments()
|
D | test_util.cc | 30 packetLoss(0), in CmdArgs()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/mock/ |
D | mock_video_codec_interface.h | 42 MOCK_METHOD2(SetChannelParameters, int32_t(uint32_t packetLoss, int rtt));
|
/external/chromium_org/third_party/webrtc/modules/video_capture/include/ |
D | video_capture.h | 90 virtual int32_t SetChannelParameters(uint32_t packetLoss, int rtt) = 0;
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/ |
D | tb_I420_codec.h | 41 virtual int32_t SetChannelParameters(uint32_t packetLoss, int rtt) OVERRIDE;
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/ |
D | MediaEngine.java | 649 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/ |
D | tb_I420_codec.cc | 49 int32_t TbI420Encoder::SetChannelParameters(uint32_t packetLoss, int rtt) { in SetChannelParameters() argument
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvideoengine.h | 173 virtual int32 SetChannelParameters(uint32 packetLoss, in SetChannelParameters() argument
|
/external/chromium_org/third_party/webrtc/video/ |
D | video_send_stream_tests.cc | 1307 virtual int32_t SetChannelParameters(uint32_t packetLoss, in TEST_F() argument
|