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 …]
332 struct NetworkStatistics // NETEQ statistics struct335 uint16_t currentBufferSize;337 uint16_t preferredBufferSize;339 bool jitterPeaksFound;341 uint16_t currentPacketLossRate;343 uint16_t currentDiscardRate;346 uint16_t currentExpandRate;349 uint16_t currentPreemptiveRate;351 uint16_t currentAccelerateRate;353 int32_t clockDriftPPM;[all …]
635 void AcmReceiver::NetworkStatistics(ACMNetworkStatistics* acm_stat) { in NetworkStatistics() function in webrtc::acm2::AcmReceiver
1785 int AudioCodingModuleImpl::NetworkStatistics(ACMNetworkStatistics* statistics) { in SetREDStatus() function in webrtc::acm2::AudioCodingModuleImpl2148 bool AudioCodingImpl::NetworkStatistics( in NetworkStatistics() function in webrtc::AudioCodingImpl
295 int NetEqImpl::NetworkStatistics(NetEqNetworkStatistics* stats) { in NetworkStatistics() function in webrtc::NetEqImpl