Home
last modified time | relevance | path

Searched refs:currentExpandRate (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver.cc257 acm_stat->currentExpandRate = neteq_stat.expand_rate; in GetNetworkStatistics()
268 acm_stat->currentExpandRate = 0; in GetNetworkStatistics()
/aosp_15_r20/external/webrtc/modules/audio_coding/include/
H A Daudio_coding_module_typedefs.h103 uint16_t currentExpandRate; member
/aosp_15_r20/external/webrtc/audio/
H A Daudio_receive_stream_unittest.cc295 EXPECT_EQ(Q14ToFloat(kNetworkStats.currentExpandRate), stats.expand_rate); in TEST()
H A Daudio_receive_stream.cc347 stats.expand_rate = Q14ToFloat(ns.currentExpandRate); in GetStats()