HomeSort by relevance Sort by last modified time
    Searched full:sync_offset (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.cc 185 int sync_offset = 1; // One gap at the end of the sync-stream. local
187 ++sync_offset; // One more gap at the beginning of the sync-stream.
190 uint32_t timestamp_update = sync_offset * timestamp_step_;
201 sync_stream->rtp_info.header.sequenceNumber += sync_offset;
209 uint16_t sequence_number_update = num_late_packets + sync_offset - 1;

Completed in 94 milliseconds