HomeSort by relevance Sort by last modified time
    Searched refs:kPacketCount (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc 504 const uint16_t kPacketCount = 10000;
510 for (uint16_t i = 0; i < kPacketCount; ++i, now_ms += 10) {
540 double mean = p * (kPacketCount - 1);
542 // pair is p * (1 - p). Since there are (kPacketCount - 1) independent pairs,
543 // the variance for the number of swaps is (kPacketCount - 1) * p * (1 - p).
544 double std_deviation = sqrt((kPacketCount - 1) * p * (1 - p));
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback_unittest.cc 243 const size_t kPacketCount = (1 << 13) - 1 + 14;
244 const uint16_t kReceived[] = {0, kPacketCount};
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender_unittest.cc 282 const uint32_t kPacketCount = 0x12345;
286 feedback_state.packets_sent = kPacketCount;
296 EXPECT_EQ(kPacketCount, parser()->sender_report()->PacketCount());

Completed in 3329 milliseconds