Searched refs:lossRate (Results 1 – 16 of 16) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/ |
D | test_fec.cc | 117 const float lossRate[] = {0.5f}; in TEST() local 118 const uint32_t lossRateSize = sizeof(lossRate) / sizeof(*lossRate); in TEST() 144 printf("Loss rate: %.2f, Mask type %d \n", lossRate[lossRateIdx], in TEST() 183 lossRate[lossRateIdx]); in TEST() 289 if (lossRandomVariable >= lossRate[lossRateIdx]) { in TEST() 313 if (lossRandomVariable >= lossRate[lossRateIdx]) { in TEST()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | voip_metric_unittest.cc | 33 metric.lossRate = 1; in TEST() 69 EXPECT_EQ(1, parsed.voip_metric().lossRate); in TEST()
|
D | voip_metric.cc | 50 voip_metric_.lossRate = buffer[8]; in Parse() 81 buffer[8] = voip_metric_.lossRate; in Create()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | video_sender.cc | 185 uint8_t lossRate, in SetChannelParameters() argument 188 _mediaOpt.SetTargetRates(target_bitrate, lossRate, rtt, in SetChannelParameters() 194 encoder_params_ = {target_rate, lossRate, rtt, input_frame_rate}; in SetChannelParameters()
|
D | video_coding_impl.cc | 128 uint8_t lossRate, in SetChannelParameters() argument 130 return sender_.SetChannelParameters(target_bitrate, lossRate, rtt); in SetChannelParameters()
|
D | video_coding_impl.h | 79 uint8_t lossRate,
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | rtp_player.h | 93 float lossRate,
|
/external/webrtc/webrtc/modules/video_coding/include/ |
D | video_coding.h | 158 uint8_t lossRate,
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_utility.h | 112 uint8_t lossRate; member
|
D | rtcp_sender_unittest.cc | 539 metric.lossRate = 1; in TEST_F() 565 EXPECT_EQ(metric.lossRate, parser()->voip_metric()->LossRate()); in TEST_F()
|
D | rtcp_receiver.cc | 987 receivedVoIPMetrics.lossRate = rtcpPacket.XRVOIPMetricItem.lossRate; in HandleXRVOIPMetric()
|
D | rtcp_receiver_unittest.cc | 596 metric.lossRate = kLossRate; in TEST_F() 604 EXPECT_EQ(kLossRate, rtcp_packet_info_.VoIPMetric->lossRate); in TEST_F()
|
D | rtcp_packet_unittest.cc | 473 metric.lossRate = 1; in TEST()
|
D | rtcp_utility.cc | 1110 _packet.XRVOIPMetricItem.lossRate = *_ptrRTCPData++; in ParseXrVoipMetricItem()
|
/external/webrtc/webrtc/modules/include/ |
D | module_common_types.h | 401 uint8_t lossRate; member
|
/external/webrtc/webrtc/test/ |
D | rtcp_packet_parser.h | 597 uint8_t LossRate() { return voip_metric_.lossRate; } in LossRate()
|