OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statistician
(Results
1 - 4
of
4
) 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
...]
/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 358 milliseconds