Searched defs:NetworkStatistics (Results 1 – 2 of 2) sorted by relevance
78 struct NetworkStatistics { struct80 uint16_t currentBufferSize;82 uint16_t preferredBufferSize;84 bool jitterPeaksFound;87 uint64_t totalSamplesReceived;88 uint64_t concealedSamples;89 uint64_t silentConcealedSamples;90 uint64_t concealmentEvents;91 uint64_t jitterBufferDelayMs;92 uint64_t jitterBufferEmittedCount;[all …]
387 int NetEqImpl::NetworkStatistics(NetEqNetworkStatistics* stats) { in NetworkStatistics() function in webrtc::NetEqImpl