Searched defs:AudioDecodingCallStats (Results 1 – 1 of 1) sorted by relevance
369 struct AudioDecodingCallStats { struct370 AudioDecodingCallStats() in AudioDecodingCallStats() function378 int calls_to_silence_generator; // Number of calls where silence generated,380 int calls_to_neteq; // Number of calls to NetEq.381 int decoded_normal; // Number of calls where audio RTP packet decoded.382 int decoded_plc; // Number of calls resulted in PLC.383 int decoded_cng; // Number of calls where comfort noise generated due to DTX.384 int decoded_plc_cng; // Number of calls resulted where PLC faded to CNG.