Searched defs:end_timestamp (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dsync_buffer.h85 uint32_t end_timestamp() const { return end_timestamp_; } function in class:webrtc::SyncBuffer
H A Dneteq_impl.cc921 uint32_t temp_timestamp = sync_buffer_->end_timestamp() -
948 uint32_t end_timestamp = sync_buffer_->end_timestamp(); local
951 packet_buffer_->DiscardOldPackets(end_timestamp, five_seconds_samples);
960 (end_timestamp >= header->timestamp ||
961 end_timestamp + decision_logic_->generated_noise_samples() >
969 packet_buffer_->DiscardOldPackets(end_timestamp, 5 * fs_hz_);
990 end_timestamp + decision_logic_->generated_noise_samples()),
1048 // Adjust |sync_buffer_| timestamp before setting |end_timestamp| to the
1050 sync_buffer_->IncreaseEndTimestamp(timestamp_ - end_timestamp);
[all...]

Completed in 58 milliseconds