Searched refs:decoded_cng (Results 1 – 6 of 6) sorted by relevance
27 EXPECT_EQ(0, stats.decoded_cng); in TEST()48 EXPECT_EQ(1, stats.decoded_cng); in TEST()
39 ++decoding_stat_.decoded_cng; in DecodedByNetEq()
389 EXPECT_EQ(0, stats.decoded_cng); in TEST_F()438 EXPECT_EQ(0, stats.decoded_cng); in TEST_F()455 EXPECT_EQ(0, stats.decoded_cng); in TEST_F()
62 decoded_cng(0), in AudioDecodingCallStats()72 int decoded_cng; // Number of calls where comfort noise generated due to DTX. member
48 audio_decode_stats.decoded_cng = 456; in MakeAudioDecodeStatsForTest()332 EXPECT_EQ(kAudioDecodeStats.decoded_cng, stats.decoding_cng); in TEST()
251 stats.decoding_cng = ds.decoded_cng; in GetStats()