Searched refs:decoding_plc (Results 1 – 8 of 8) sorted by relevance
57 int32_t decoding_plc = 0; member
231 stats.decoding_plc = ds.decoded_plc; in GetStats()
321 EXPECT_EQ(kAudioDecodeStats.decoded_plc, stats.decoding_plc); in TEST()
734 decoding_plc(0), in VoiceReceiverInfo()758 int decoding_plc; member
2403 rinfo.decoding_plc = stats.decoding_plc; in GetStats()
354 stats.decoding_plc = 1234; in GetAudioReceiveStreamStats()389 EXPECT_EQ(info.decoding_plc, stats.decoding_plc); in VerifyVoiceReceiverInfo()
160 { StatsReport::kStatsValueNameDecodingPLC, info.decoding_plc }, in ExtractStats()
366 EXPECT_EQ(rtc::ToString<int>(info.decoding_plc), value_in_report); in VerifyVoiceReceiverInfoReport()