Home
last modified time | relevance | path

Searched refs:decoded_neteq_plc (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/
H A Dcall_statistics_unittest.cc28 EXPECT_EQ(0, stats.decoded_neteq_plc); in TEST()
49 EXPECT_EQ(1, stats.decoded_neteq_plc); in TEST()
H A Dacm_receiver_unittest.cc381 EXPECT_EQ(0, stats.decoded_neteq_plc); in TEST_F()
430 EXPECT_EQ(0, stats.decoded_neteq_plc); in TEST_F()
447 EXPECT_EQ(kNumPlc, stats.decoded_neteq_plc); in TEST_F()
H A Dcall_statistics.cc31 ++decoding_stat_.decoded_neteq_plc; in DecodedByNetEq()
/aosp_15_r20/external/webrtc/modules/audio_coding/include/
H A Daudio_coding_module_typedefs.h58 decoded_neteq_plc(0), in AudioDecodingCallStats()
68 int decoded_neteq_plc; // Number of calls resulted in NetEq PLC. member
/aosp_15_r20/external/webrtc/audio/
H A Daudio_receive_stream_unittest.cc47 audio_decode_stats.decoded_neteq_plc = 123; in MakeAudioDecodeStatsForTest()
320 EXPECT_EQ(kAudioDecodeStats.decoded_neteq_plc, stats.decoding_plc); in TEST()
H A Daudio_receive_stream.cc365 stats.decoding_plc = ds.decoded_neteq_plc; in GetStats()