Home | History | Annotate | Download | only in neteq

Lines Matching refs:end_timestamp

849     uint32_t temp_timestamp = sync_buffer_->end_timestamp() -
876 uint32_t end_timestamp = sync_buffer_->end_timestamp();
878 end_timestamp);
887 (end_timestamp >= header->timestamp ||
888 end_timestamp + decision_logic_->generated_noise_samples() >
896 packet_buffer_->DiscardOldPackets(end_timestamp);
914 if (dtmf_buffer_->GetEvent(end_timestamp +
973 // Adjust |sync_buffer_| timestamp before setting |end_timestamp| to the
975 sync_buffer_->IncreaseEndTimestamp(timestamp_ - end_timestamp);
976 end_timestamp = timestamp_;
991 timestamp_ = end_timestamp;
1001 timestamp_ = end_timestamp;
1078 sync_buffer_->IncreaseEndTimestamp(header->timestamp - end_timestamp);
1084 stats_.LostSamples(header->timestamp - end_timestamp);
1117 timestamp_ = end_timestamp;