Searched refs:end_timestamp (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/modules/audio_processing/test/conversational_speech/ |
D | multiend_call.cc | 122 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/ |
D | neteq_impl.cc | 423 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 …]
|
D | sync_buffer.h | 96 uint32_t end_timestamp() const { return end_timestamp_; } in end_timestamp() function
|
D | neteq_impl_unittest.cc | 529 sync_buffer->end_timestamp()); in TEST_F()
|
/external/openscreen/osp/public/ |
D | network_metrics.h | 24 timestamp_t end_timestamp = 0; member
|
D | service_publisher.h | 54 timestamp_t end_timestamp = 0; member
|
D | service_listener.h | 58 timestamp_t end_timestamp = 0; member
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf_query.c | 920 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/ |
D | trace_event.h | 411 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/ |
D | perf.c | 974 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()
|