Searched refs:decoded_cng (Results 1 – 6 of 6) sorted by relevance
26 EXPECT_EQ(0, stats.decoded_cng); in TEST()45 EXPECT_EQ(1, stats.decoded_cng); in TEST()
31 ++decoding_stat_.decoded_cng; in DecodedByNetEq()
252 EXPECT_EQ(0, stats.decoded_cng); in TEST_F()277 EXPECT_EQ(0, stats.decoded_cng); in TEST_F()292 EXPECT_EQ(0, stats.decoded_cng); in TEST_F()
41 audio_decode_stats.decoded_cng = 456; in MakeAudioDecodeStatsForTest()322 EXPECT_EQ(kAudioDecodeStats.decoded_cng, stats.decoding_cng); in TEST()
232 stats.decoding_cng = ds.decoded_cng; in GetStats()
375 decoded_cng(0), in AudioDecodingCallStats()383 int decoded_cng; // Number of calls where comfort noise generated due to DTX. member