HomeSort by relevance Sort by last modified time
    Searched full:audio_decode_stats (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/audio/
audio_receive_stream_unittest.cc 36 AudioDecodingCallStats audio_decode_stats; local
37 audio_decode_stats.calls_to_silence_generator = 234;
38 audio_decode_stats.calls_to_neteq = 567;
39 audio_decode_stats.decoded_normal = 890;
40 audio_decode_stats.decoded_plc = 123;
41 audio_decode_stats.decoded_cng = 456;
42 audio_decode_stats.decoded_plc_cng = 789;
43 return audio_decode_stats;

Completed in 43 milliseconds