Home
last modified time | relevance | path

Searched refs:decoded_codec_plc (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_coding/include/
Daudio_coding_module_typedefs.h61 decoded_codec_plc(0), in AudioDecodingCallStats()
71 int decoded_codec_plc; // Number of calls resulted in codec PLC. member
/external/webrtc/modules/audio_coding/acm2/
Dcall_statistics.cc35 ++decoding_stat_.decoded_codec_plc; in DecodedByNetEq()
Dcall_statistics_unittest.cc50 EXPECT_EQ(1, stats.decoded_codec_plc); in TEST()
/external/webrtc/audio/
Daudio_receive_stream_unittest.cc47 audio_decode_stats.decoded_codec_plc = 124; in MakeAudioDecodeStatsForTest()
331 EXPECT_EQ(kAudioDecodeStats.decoded_codec_plc, stats.decoding_codec_plc); in TEST()
Daudio_receive_stream.cc250 stats.decoding_codec_plc = ds.decoded_codec_plc; in GetStats()