Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_replacement_input.cc95 RTC_DCHECK_LE(last_frame_size_timestamps_, 120 * 48); in ReplacePacket()
96 uint32_t input_frame_size_timestamps = last_frame_size_timestamps_; in ReplacePacket()
104 last_frame_size_timestamps_ = input_frame_size_timestamps; in ReplacePacket()
Dneteq_replacement_input.h46 uint32_t last_frame_size_timestamps_ = 960; // Initial guess: 20 ms @ 48 kHz. variable