OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStatistician
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
receive_statistics.h
69
virtual StreamStatistician*
GetStatistician
(uint32_t ssrc) const = 0;
91
StreamStatistician*
GetStatistician
(uint32_t ssrc) const override;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_unittest.cc
56
receive_statistics_->
GetStatistician
(kSsrc1);
66
receive_statistics_->
GetStatistician
(kSsrc2);
89
receive_statistics_->
GetStatistician
(kSsrc1)->GetDataCounters(
93
receive_statistics_->
GetStatistician
(kSsrc2)->GetDataCounters(
126
receive_statistics_->
GetStatistician
(kSsrc1);
138
receive_statistics_->
GetStatistician
(kSsrc1);
198
receive_statistics_->
GetStatistician
(kSsrc1)
234
receive_statistics_->
GetStatistician
(kSsrc1)
receive_statistics_impl.h
111
StreamStatistician*
GetStatistician
(uint32_t ssrc) const override;
receive_statistics_impl.cc
439
StreamStatistician* ReceiveStatisticsImpl::
GetStatistician
(
523
StreamStatistician* NullReceiveStatistics::
GetStatistician
(
/external/webrtc/webrtc/video/
vie_receiver.cc
462
rtp_receive_statistics_->
GetStatistician
(header.ssrc);
474
rtp_receive_statistics_->
GetStatistician
(header.ssrc);
vie_channel.cc
830
GetStatistician
(vie_receiver_.GetRemoteSsrc());
837
vie_receiver_.GetReceiveStatistics()->
GetStatistician
(rtx_ssrc);
[
all
...]
video_send_stream_tests.cc
270
StreamStatistician*
GetStatistician
(uint32_t ssrc) const override {
[
all
...]
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
Completed in 222 milliseconds