Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_replacement_input.cc96 uint32_t input_frame_size_timestamps = last_frame_size_timestamps_; in ReplacePacket() local
103 input_frame_size_timestamps = timestamp_diff; in ReplacePacket()
104 last_frame_size_timestamps_ = input_frame_size_timestamps; in ReplacePacket()
106 RTC_DCHECK_LE(input_frame_size_timestamps, 120 * 48); in ReplacePacket()
108 input_frame_size_timestamps, in ReplacePacket()