Searched defs:NetEqNetworkStatistics (Results 1 – 2 of 2) sorted by relevance
34 struct NetEqNetworkStatistics { struct35 uint16_t current_buffer_size_ms; // Current jitter buffer size in ms.36 uint16_t preferred_buffer_size_ms; // Target buffer size in ms.37 uint16_t jitter_peaks_found; // 1 if adding extra delay due to peaky39 uint16_t expand_rate; // Fraction (of original stream) of synthesized41 uint16_t speech_expand_rate; // Fraction (of original stream) of synthesized43 uint16_t preemptive_rate; // Fraction of data inserted through pre-emptive45 uint16_t accelerate_rate; // Fraction of data removed through acceleration47 uint16_t secondary_decoded_rate; // Fraction of data coming from FEC/RED49 uint16_t secondary_discarded_rate; // Fraction of discarded FEC/RED data (in[all …]
5 message NetEqNetworkStatistics { message