Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter_unittest.cc190 void ExpectCallSetChannelParameters(uint32_t packetLoss, int64_t rtt) { in ExpectCallSetChannelParameters()
346 const uint32_t packetLoss = 5; in TEST_F() local
Dvp8_impl.cc1044 int VP8EncoderImpl::SetChannelParameters(uint32_t packetLoss, int64_t rtt) { in SetChannelParameters()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvideoengine.h173 virtual int32_t SetChannelParameters(uint32_t packetLoss, int64_t rtt) { in SetChannelParameters()
/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc256 uint8_t packetLoss = (uint8_t)(255 * parameters->lossPr); in ProtectionFactor() local
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1314 int32_t SetChannelParameters(uint32_t packetLoss, int64_t rtt) override { in TEST_F()