Searched defs:packetLoss (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_I420_codec.cc78 int32_t TbI420Encoder::SetChannelParameters(uint32_t packetLoss, int rtt) { argument
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dgeneric_encoder.cc106 VCMGenericEncoder::SetChannelParameters(int32_t packetLoss, int rtt) argument
108 return _encoder.SetChannelParameters(packetLoss, rtt);
H A Dmedia_opt_util.cc377 // No protection if (filtered) packetLoss is 0
378 uint8_t packetLoss = (uint8_t) (255 * parameters->lossPr);
379 if (packetLoss == 0)
396 // Threshold on packetLoss and bitRrate/frameRate (=average #packets),
410 // (for fixed bitRate and packetLoss) based on system size.
437 if (packetLoss >= kPacketLossMax)
439 packetLoss = kPacketLossMax - 1;
441 uint16_t indexTable = rateIndexTable * kPacketLossMax + packetLoss;
449 if (packetLoss > lossThr && avgTotPackets > packetNumThr)
473 packetLoss);
591 uint8_t packetLoss = (uint8_t) (255 * parameters->lossPr); local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_util.h39 int packetLoss; member in class:CmdArgs
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h173 virtual int32 SetChannelParameters(uint32 packetLoss, argument

Completed in 166 milliseconds