Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc921 uint32_t temp_timestamp = sync_buffer_->end_timestamp() - in GetAudioInternal()
948 uint32_t end_timestamp = sync_buffer_->end_timestamp(); in GetDecision() local
951 packet_buffer_->DiscardOldPackets(end_timestamp, five_seconds_samples); in GetDecision()
960 (end_timestamp >= header->timestamp || in GetDecision()
961 end_timestamp + decision_logic_->generated_noise_samples() > in GetDecision()
969 packet_buffer_->DiscardOldPackets(end_timestamp, 5 * fs_hz_); in GetDecision()
990 end_timestamp + decision_logic_->generated_noise_samples()), in GetDecision()
1050 sync_buffer_->IncreaseEndTimestamp(timestamp_ - end_timestamp); in GetDecision()
1051 end_timestamp = timestamp_; in GetDecision()
1066 timestamp_ = end_timestamp; in GetDecision()
[all …]
Ddecision_logic_fax.cc31 uint32_t target_timestamp = sync_buffer.end_timestamp(); in GetDecisionSpecialized()
Dsync_buffer.h85 uint32_t end_timestamp() const { return end_timestamp_; } in end_timestamp() function
Ddecision_logic_normal.cc45 uint32_t target_timestamp = sync_buffer.end_timestamp(); in GetDecisionSpecialized()
Dneteq_impl_unittest.cc496 sync_buffer->end_timestamp()); in TEST_F()