Home
last modified time | relevance | path

Searched defs:AudioDecodingCallStats (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/include/
H A Daudio_coding_module_typedefs.h53 struct AudioDecodingCallStats { struct
54 AudioDecodingCallStats() in AudioDecodingCallStats() argument
64 int calls_to_silence_generator; // Number of calls where silence generated,
66 int calls_to_neteq; // Number of calls to NetEq.
67 int decoded_normal; // Number of calls where audio RTP packet decoded.
68 int decoded_neteq_plc; // Number of calls resulted in NetEq PLC.
69 int decoded_codec_plc; // Number of calls resulted in codec PLC.
70 int decoded_cng; // Number of calls where comfort noise generated due to DTX.
71 int decoded_plc_cng; // Number of calls resulted where PLC faded to CNG.
72 int decoded_muted_output; // Number of calls returning a muted state output.