Searched defs:AudioDecodingCallStats (Results 1 – 1 of 1) sorted by relevance
357 struct AudioDecodingCallStats { struct358 AudioDecodingCallStats() in AudioDecodingCallStats() argument366 int calls_to_silence_generator; // Number of calls where silence generated,368 int calls_to_neteq; // Number of calls to NetEq.369 int decoded_normal; // Number of calls where audio RTP packet decoded.370 int decoded_plc; // Number of calls resulted in PLC.371 int decoded_cng; // Number of calls where comfort noise generated due to DTX.372 int decoded_plc_cng; // Number of calls resulted where PLC faded to CNG.