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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
receive_statistics_unittest.cc 55 StreamStatistician* statistician = local
57 ASSERT_TRUE(statistician != NULL);
58 EXPECT_GT(statistician->BitrateReceived(), 0u);
61 statistician->GetDataCounters(&bytes_received, &packets_received);
65 statistician =
67 ASSERT_TRUE(statistician != NULL);
68 EXPECT_GT(statistician->BitrateReceived(), 0u);
69 statistician->GetDataCounters(&bytes_received, &packets_received);
125 StreamStatistician* statistician = local
127 ASSERT_TRUE(statistician != NULL)
    [all...]
rtcp_sender.h 207 StreamStatistician* statistician,
rtcp_sender.cc     [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_receiver.cc 398 StreamStatistician* statistician = local
400 if (!statistician)
402 return statistician->IsPacketInOrder(header.sequenceNumber);
410 StreamStatistician* statistician =
412 if (!statistician)
418 statistician->IsRetransmitOfOldPacket(header, min_rtt);
vie_channel.cc 1062 StreamStatistician* statistician = local
1091 StreamStatistician* statistician = vie_receiver_.GetReceiveStatistics()-> local
1669 StreamStatistician* statistician = local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc 335 StreamStatistician *statistician = local
338 EXPECT_TRUE(statistician->GetStatistics(&stats, true));
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc 319 StreamStatistician* statistician = local
321 if (statistician) {
322 statistician->ResetStatistics();
1888 StreamStatistician* statistician = local
3380 StreamStatistician* statistician = local
3453 StreamStatistician* statistician = local
    [all...]

Completed in 230 milliseconds