Searched defs:NetworkStatistics (Results 1 – 2 of 2) sorted by relevance
329 struct NetworkStatistics // NETEQ statistics struct332 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 …]
323 int NetEqImpl::NetworkStatistics(NetEqNetworkStatistics* stats) { in NetworkStatistics() function in webrtc::NetEqImpl