Searched defs:NetworkStatistics (Results 1 – 5 of 5) sorted by relevance
248 struct NetworkStatistics // NETEQ statistics struct251 WebRtc_UWord16 currentBufferSize;253 WebRtc_UWord16 preferredBufferSize;255 bool jitterPeaksFound;257 WebRtc_UWord16 currentPacketLossRate;259 WebRtc_UWord16 currentDiscardRate;262 WebRtc_UWord16 currentExpandRate;265 WebRtc_UWord16 currentPreemptiveRate;267 WebRtc_UWord16 currentAccelerateRate;269 int32_t clockDriftPPM;[all …]
322 struct NetworkStatistics // NETEQ statistics struct325 uint16_t currentBufferSize;327 uint16_t preferredBufferSize;329 bool jitterPeaksFound;331 uint16_t currentPacketLossRate;333 uint16_t currentDiscardRate;336 uint16_t currentExpandRate;339 uint16_t currentPreemptiveRate;341 uint16_t currentAccelerateRate;343 int32_t clockDriftPPM;[all …]
650 void AcmReceiver::NetworkStatistics(ACMNetworkStatistics* acm_stat) { in NetworkStatistics() function in webrtc::acm2::AcmReceiver
1788 int AudioCodingModuleImpl::NetworkStatistics(ACMNetworkStatistics* statistics) { in SetREDStatus() function in webrtc::acm2::AudioCodingModuleImpl
293 int NetEqImpl::NetworkStatistics(NetEqNetworkStatistics* stats) { in NetworkStatistics() function in webrtc::NetEqImpl