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

  /external/webrtc/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)
137 StreamStatistician* statistician = local
    [all...]
rtcp_sender.h 163 StreamStatistician* statistician)
rtcp_sender.cc 910 StreamStatistician* statistician) {
913 if (!statistician->GetStatistics(&stats, true))
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.h 65 static RTCPReportBlock BuildReportBlock(StreamStatistician* statistician);
remb.cc 137 StreamStatistician* statistician) {
140 if (!statistician->GetStatistics(&stats, true))
  /external/webrtc/webrtc/video/
vie_receiver.cc 461 StreamStatistician* statistician = local
463 if (!statistician)
465 return statistician->IsPacketInOrder(header.sequenceNumber);
473 StreamStatistician* statistician =
475 if (!statistician)
481 statistician->IsRetransmitOfOldPacket(header, min_rtt);
vie_channel.cc 829 StreamStatistician* statistician = vie_receiver_.GetReceiveStatistics()-> local
831 if (statistician) {
832 statistician->GetReceiveStreamDataCounters(rtp_counters);
836 StreamStatistician* statistician = local
838 if (statistician) {
839 statistician->GetReceiveStreamDataCounters(rtx_counters);
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc 1779 StreamStatistician* statistician = local
3142 StreamStatistician* statistician = local
3208 StreamStatistician* statistician = local
    [all...]

Completed in 943 milliseconds