Searched refs:decoded_plc (Results 1 – 6 of 6) sorted by relevance
27 EXPECT_EQ(0, stats.decoded_plc); in TEST()46 EXPECT_EQ(1, stats.decoded_plc); in TEST()
27 ++decoding_stat_.decoded_plc; in DecodedByNetEq()
253 EXPECT_EQ(0, stats.decoded_plc); in TEST_F()278 EXPECT_EQ(0, stats.decoded_plc); in TEST_F()293 EXPECT_EQ(kNumPlc, stats.decoded_plc); in TEST_F()
40 audio_decode_stats.decoded_plc = 123; in MakeAudioDecodeStatsForTest()321 EXPECT_EQ(kAudioDecodeStats.decoded_plc, stats.decoding_plc); in TEST()
231 stats.decoding_plc = ds.decoded_plc; in GetStats()
374 decoded_plc(0), in AudioDecodingCallStats()382 int decoded_plc; // Number of calls resulted in PLC. member