Searched refs:NetEqNetworkStatistics (Results 1 – 10 of 10) sorted by relevance
62 void Convert(const webrtc::NetEqNetworkStatistics& stats_raw, in Convert()63 webrtc::neteq_unittest::NetEqNetworkStatistics* stats) { in Convert()130 void WriteToFile(const NetEqNetworkStatistics& stats);131 void ReadFromFileAndCompare(const NetEqNetworkStatistics& stats);193 void RefFiles::WriteToFile(const NetEqNetworkStatistics& stats_raw) { in WriteToFile()197 neteq_unittest::NetEqNetworkStatistics stats; in WriteToFile()209 const NetEqNetworkStatistics& stats) { in ReadFromFileAndCompare()216 neteq_unittest::NetEqNetworkStatistics ref_stats; in ReadFromFileAndCompare()351 NetEqNetworkStatistics stat; in SetUp()479 NetEqNetworkStatistics network_stats; in DecodeAndCompare()[all …]
5 message NetEqNetworkStatistics { message
107 NetEqNetworkStatistics stats_ref;141 NetEqNetworkStatistics stats; in CheckNetworkStatistics()
89 NetEqNetworkStatistics *stats);
212 NetEqNetworkStatistics *stats) { in GetNetworkStatistics()
151 int NetworkStatistics(NetEqNetworkStatistics* stats) override;
929 NetEqNetworkStatistics stats; in TEST_F()
323 int NetEqImpl::NetworkStatistics(NetEqNetworkStatistics* stats) { in NetworkStatistics()
28 struct NetEqNetworkStatistics { struct241 virtual int NetworkStatistics(NetEqNetworkStatistics* stats) = 0;
447 NetEqNetworkStatistics neteq_stat; in GetNetworkStatistics()