Searched defs:AudioDecodingCallStats (Results 1 – 1 of 1) sorted by relevance
55 struct AudioDecodingCallStats { struct56 AudioDecodingCallStats() in AudioDecodingCallStats() function66 int calls_to_silence_generator; // Number of calls where silence generated,68 int calls_to_neteq; // Number of calls to NetEq.69 int decoded_normal; // Number of calls where audio RTP packet decoded.70 int decoded_neteq_plc; // Number of calls resulted in NetEq PLC.71 int decoded_codec_plc; // Number of calls resulted in codec PLC.72 int decoded_cng; // Number of calls where comfort noise generated due to DTX.73 int decoded_plc_cng; // Number of calls resulted where PLC faded to CNG.74 int decoded_muted_output; // Number of calls returning a muted state output.