Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc25 static const int kPacketDuration = 960; // 48 kHz * 20 ms member in webrtc::test::MockAudioDecoder
37 return kPacketDuration; in PacketDuration()
42 return kPacketDuration; in PacketDurationRedundant()
63 memset(decoded, 0, sizeof(int16_t) * kPacketDuration * Channels()); in DecodeInternal()
64 return kPacketDuration * Channels(); in DecodeInternal()