Home
last modified time | relevance | path

Searched defs:NetworkStatistics (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/
Dcommon_types.h329 struct NetworkStatistics // NETEQ statistics struct
332 uint16_t currentBufferSize;
334 uint16_t preferredBufferSize;
336 bool jitterPeaksFound;
338 uint16_t currentPacketLossRate;
340 uint16_t currentDiscardRate;
343 uint16_t currentExpandRate;
346 uint16_t currentSpeechExpandRate;
349 uint16_t currentPreemptiveRate;
351 uint16_t currentAccelerateRate;
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc323 int NetEqImpl::NetworkStatistics(NetEqNetworkStatistics* stats) { in NetworkStatistics() function in webrtc::NetEqImpl