Searched defs:AudioDecodingCallStats (Results 1 – 1 of 1) sorted by relevance
53 struct AudioDecodingCallStats { struct54 AudioDecodingCallStats() in AudioDecodingCallStats() argument64 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.