Searched defs:NetworkStatistics (Results 1 – 2 of 2) sorted by relevance
76 struct NetworkStatistics { struct78 uint16_t currentBufferSize;80 uint16_t preferredBufferSize;82 bool jitterPeaksFound;85 uint64_t totalSamplesReceived;86 uint64_t concealedSamples;87 uint64_t silentConcealedSamples;88 uint64_t concealmentEvents;89 uint64_t jitterBufferDelayMs;90 uint64_t jitterBufferTargetDelayMs;[all …]
345 int NetEqImpl::NetworkStatistics(NetEqNetworkStatistics* stats) { in NetworkStatistics() function in webrtc::NetEqImpl