Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/include/
H A Daudio_coding_module_typedefs.h59 decoded_codec_plc(0), in AudioDecodingCallStats()
69 int decoded_codec_plc; // Number of calls resulted in codec PLC. member
/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/
H A Dcall_statistics.cc35 ++decoding_stat_.decoded_codec_plc; in DecodedByNetEq()
H A Dcall_statistics_unittest.cc50 EXPECT_EQ(1, stats.decoded_codec_plc); in TEST()
/aosp_15_r20/external/webrtc/audio/
H A Daudio_receive_stream_unittest.cc48 audio_decode_stats.decoded_codec_plc = 124; in MakeAudioDecodeStatsForTest()
321 EXPECT_EQ(kAudioDecodeStats.decoded_codec_plc, stats.decoding_codec_plc); in TEST()
H A Daudio_receive_stream.cc366 stats.decoding_codec_plc = ds.decoded_codec_plc; in GetStats()