Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dinitial_delay_manager.cc185 int sync_offset = 1; // One gap at the end of the sync-stream. in LatePackets() local
187 ++sync_offset; // One more gap at the beginning of the sync-stream. in LatePackets()
190 uint32_t timestamp_update = sync_offset * timestamp_step_; in LatePackets()
201 sync_stream->rtp_info.header.sequenceNumber += sync_offset; in LatePackets()
209 uint16_t sequence_number_update = num_late_packets + sync_offset - 1; in LatePackets()