Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/test/conversational_speech/
Dmultiend_call.cc122 std::size_t end_timestamp = begin_timestamp + it->second->NumSamples(); in CheckTiming() local
124 << end_timestamp << " ms"; in CheckTiming()
144 begin_timestamp, end_timestamp, turn.gain); in CheckTiming()
151 if (total_duration_samples_ < end_timestamp) in CheckTiming()
152 total_duration_samples_ = end_timestamp; in CheckTiming()
157 last_turn.end = end_timestamp; in CheckTiming()
/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc423 sync_buffer_->end_timestamp(); in GetOperationsAndState()
1027 sync_buffer_->end_timestamp() - in GetAudioInternal()
1067 uint32_t end_timestamp = sync_buffer_->end_timestamp(); in GetDecision() local
1070 packet_buffer_->DiscardOldPackets(end_timestamp, five_seconds_samples, in GetDecision()
1088 (end_timestamp >= packet->timestamp || in GetDecision()
1089 end_timestamp + generated_noise_samples > packet->timestamp)) { in GetDecision()
1097 packet_buffer_->DiscardOldPackets(end_timestamp, 5 * fs_hz_, in GetDecision()
1118 static_cast<uint32_t>(end_timestamp + generated_noise_samples), in GetDecision()
1142 status.target_timestamp = sync_buffer_->end_timestamp(); in GetDecision()
1208 sync_buffer_->IncreaseEndTimestamp(timestamp_ - end_timestamp); in GetDecision()
[all …]
Dsync_buffer.h96 uint32_t end_timestamp() const { return end_timestamp_; } in end_timestamp() function
Dneteq_impl_unittest.cc529 sync_buffer->end_timestamp()); in TEST_F()
/external/openscreen/osp/public/
Dnetwork_metrics.h24 timestamp_t end_timestamp = 0; member
Dservice_publisher.h54 timestamp_t end_timestamp = 0; member
Dservice_listener.h58 timestamp_t end_timestamp = 0; member
/external/mesa3d/src/intel/perf/
Dgen_perf_query.c920 uint32_t end_timestamp) in read_oa_samples_until() argument
955 (end_timestamp - start_timestamp)) in read_oa_samples_until()
/external/libchrome/base/trace_event/
Dtrace_event.h411 category_group, name, id, thread_id, begin_timestamp, end_timestamp, \ argument
429 uid_category_group_enabled, name, handle, end_timestamp, \
/external/igt-gpu-tools/tests/
Dperf.c974 uint32_t end_timestamp) in i915_read_reports_until_timestamp() argument
980 while (last_seen_timestamp < end_timestamp) { in i915_read_reports_until_timestamp()
987 last_seen_timestamp, end_timestamp); in i915_read_reports_until_timestamp()