Home
last modified time | relevance | path

Searched refs:end_timestamp (Results 1 – 7 of 7) 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()
/external/libchrome/base/trace_event/
Dtrace_event.h405 category_group, name, id, thread_id, begin_timestamp, end_timestamp, \ argument
423 uid_category_group_enabled, name, handle, end_timestamp, \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c704 uint32_t end_timestamp) in read_oa_samples_until() argument
727 (end_timestamp - start_timestamp)) ? in read_oa_samples_until()