/external/webrtc/webrtc/modules/audio_coding/neteq/ |
rtcp.h | 39 void GetStatistics(bool no_reset, RtcpStatistics* stats);
|
rtcp.cc | 57 void Rtcp::GetStatistics(bool no_reset, RtcpStatistics* stats) {
|
neteq_impl.cc | 341 rtcp_.GetStatistics(false, stats); 348 rtcp_.GetStatistics(true, stats); [all...] |
/external/webrtc/webrtc/modules/audio_coding/test/ |
TestVADDTX.h | 30 void GetStatistics(uint32_t* stats);
|
TestVADDTX.cc | 59 void ActivityMonitor::GetStatistics(uint32_t* counter) { 123 monitor_->GetStatistics(stats);
|
/system/core/logd/ |
CommandListener.h | 61 LogBufferCmd(GetStatistics)
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
receive_statistics.h | 28 virtual bool GetStatistics(RtcpStatistics* statistics, bool reset) = 0;
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
receive_statistics_impl.h | 35 bool GetStatistics(RtcpStatistics* statistics, bool reset) override;
|
receive_statistics_unittest.cc | 196 // Call GetStatistics, simulating a timed rtcp sender thread. 199 ->GetStatistics(&statistics, true); 235 ->GetStatistics(&statistics, true);
|
receive_statistics_impl.cc | 186 bool StreamStatisticianImpl::GetStatistics(RtcpStatistics* statistics,
|
rtcp_sender.cc | 913 if (!statistician->GetStatistics(&stats, true)) [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
remb.cc | 140 if (!statistician->GetStatistics(&stats, true))
|
/external/zopfli/src/zopfli/ |
squeeze.c | 399 static void GetStatistics(const ZopfliLZ77Store* store, SymbolStats* stats) { 477 GetStatistics(¤tstore, &stats); 500 GetStatistics(¤tstore, &stats);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mfreadwrite.h | 444 virtual HRESULT STDMETHODCALLTYPE GetStatistics( 516 HRESULT (STDMETHODCALLTYPE *GetStatistics)( 544 #define IMFSinkWriter_GetStatistics(This,dwStreamIndex,pStats) (This)->lpVtbl->GetStatistics(This,dwStreamIndex,pStats) 588 return This->lpVtbl->GetStatistics(This,dwStreamIndex,pStats); [all...] |
wmcontainer.h | [all...] |
/external/webrtc/webrtc/voice_engine/ |
channel.cc | [all...] |
/external/webrtc/webrtc/video/ |
video_send_stream_tests.cc | 284 bool GetStatistics(RtcpStatistics* statistics, bool reset) override { [all...] |