Home
last modified time | relevance | path

Searched refs:last_timestamp_ (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback.cc285 last_timestamp_(Timestamp::Zero()), in TransportFeedback()
297 last_timestamp_(other.last_timestamp_), in TransportFeedback()
314 last_timestamp_ = BaseTime(); in SetBase()
328 if (last_timestamp_ > timestamp) { in AddReceivedPacket()
329 timestamp += (last_timestamp_ - timestamp).RoundUpTo(kTimeWrapPeriod); in AddReceivedPacket()
331 RTC_DCHECK_GE(timestamp, last_timestamp_); in AddReceivedPacket()
333 (timestamp - last_timestamp_).us() % kTimeWrapPeriod.us(); in AddReceivedPacket()
372 last_timestamp_ += delta * kDeltaTick; in AddReceivedPacket()
480 last_timestamp_ += delta * kDeltaTick; in Parse()
489 last_timestamp_ += delta * kDeltaTick; in Parse()
[all …]
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dcompact_sched.h113 timestamp_.Append(timestamp - last_timestamp_); in AppendTimestamp()
114 last_timestamp_ = timestamp; in AppendTimestamp()
124 uint64_t last_timestamp_ = 0;
149 timestamp_.Append(timestamp - last_timestamp_); in AppendTimestamp()
150 last_timestamp_ = timestamp; in AppendTimestamp()
158 uint64_t last_timestamp_ = 0;
H A Dcompact_sched.cc242 last_timestamp_ = 0; in Reset()
261 last_timestamp_ = 0; in Reset()
/aosp_15_r20/external/drm_hwcomposer/drm/
H A DVSyncWorker.cpp55 last_timestamp_ = -1; in VSyncControl()
86 if (last_timestamp_ < 0) in GetPhasedVSync()
89 return frame_ns * ((current - last_timestamp_) / frame_ns + 1) + in GetPhasedVSync()
90 last_timestamp_; in GetPhasedVSync()
173 last_timestamp_ = timestamp; in ThreadFn()
H A DVSyncWorker.h60 int64_t last_timestamp_ = -1; variable
/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Divf_file_writer.cc39 last_timestamp_(-1), in IvfFileWriter()
175 if (last_timestamp_ != -1 && timestamp <= last_timestamp_) { in WriteFrame()
176 RTC_LOG(LS_WARNING) << "Timestamp no increasing: " << last_timestamp_ in WriteFrame()
179 last_timestamp_ = timestamp; in WriteFrame()
H A Divf_file_writer.h58 int64_t last_timestamp_; variable
/aosp_15_r20/external/pigweed/pw_log/
H A Drate_limited.cc26 const chrono::SystemClock::duration elapsed = now - last_timestamp_; in Poll()
32 if (last_timestamp_.time_since_epoch().count() != 0 && in Poll()
45 last_timestamp_ = now; in Poll()
/aosp_15_r20/external/webrtc/modules/pacing/
H A Dpacing_controller.cc76 last_timestamp_(clock_->CurrentTime()), in PacingController()
157 if (time < last_timestamp_) { in CurrentTime()
160 << last_timestamp_.ms() << ", new timestamp: " << time.ms(); in CurrentTime()
161 RTC_DCHECK_GE(time, last_timestamp_); in CurrentTime()
162 time = last_timestamp_; in CurrentTime()
164 last_timestamp_ = time; in CurrentTime()
/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_unittest.cc108 last_timestamp_(0) {} in PacketizationCallbackStubOldApi()
120 last_timestamp_ = timestamp; in SendData()
147 return last_timestamp_; in last_timestamp()
159 uint32_t last_timestamp_ RTC_GUARDED_BY(mutex_);
549 last_timestamp_(0), in AcmSenderBitExactnessOldApi()
671 uint32_t timestamp_diff = packet->header().timestamp - last_timestamp_; in VerifyPacket()
676 last_timestamp_ = packet->header().timestamp; in VerifyPacket()
708 uint32_t last_timestamp_; member in webrtc::AcmSenderBitExactnessOldApi
H A Daudio_coding_module.cc181 uint32_t last_timestamp_ RTC_GUARDED_BY(acm_mutex_);
244 RTC_DCHECK(IsNewerTimestamp(input_data.input_timestamp, last_timestamp_)) in Encode()
254 int64_t{input_data.input_timestamp - last_timestamp_} * in Encode()
258 last_timestamp_ = input_data.input_timestamp; in Encode()
/aosp_15_r20/external/webrtc/video/end_to_end_tests/
H A Dmulti_codec_receive_tests.cc91 if (!last_timestamp_ || rtp_packet.Timestamp() != *last_timestamp_) { in OnSendRtp()
101 last_timestamp_ = rtp_packet.Timestamp(); in OnSendRtp()
121 absl::optional<uint32_t> last_timestamp_; // Only accessed from pacer thread. member in webrtc::__anon5e3560a30111::FrameObserver
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dtraced_buffer_list.cc203 return gpr_time_to_millis(gpr_time_sub(ts, last_timestamp_)) > in Finished()
218 new_elem->last_timestamp_ = new_elem->ts_.sendmsg_time.time; in AddNewEntry()
243 elem->last_timestamp_ = elem->ts_.scheduled_time.time; in ProcessTimestamp()
249 elem->last_timestamp_ = elem->ts_.sent_time.time; in ProcessTimestamp()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dbuffer_list.cc202 return gpr_time_to_millis(gpr_time_sub(ts, last_timestamp_)) > in Finished()
217 new_elem->last_timestamp_ = new_elem->ts_.sendmsg_time.time; in AddNewEntry()
242 elem->last_timestamp_ = elem->ts_.scheduled_time.time; in ProcessTimestamp()
248 elem->last_timestamp_ = elem->ts_.sent_time.time; in ProcessTimestamp()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dtraced_buffer_list.cc203 return gpr_time_to_millis(gpr_time_sub(ts, last_timestamp_)) > in Finished()
218 new_elem->last_timestamp_ = new_elem->ts_.sendmsg_time.time; in AddNewEntry()
243 elem->last_timestamp_ = elem->ts_.scheduled_time.time; in ProcessTimestamp()
249 elem->last_timestamp_ = elem->ts_.sent_time.time; in ProcessTimestamp()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dbuffer_list.cc202 return gpr_time_to_millis(gpr_time_sub(ts, last_timestamp_)) > in Finished()
217 new_elem->last_timestamp_ = new_elem->ts_.sendmsg_time.time; in AddNewEntry()
242 elem->last_timestamp_ = elem->ts_.scheduled_time.time; in ProcessTimestamp()
248 elem->last_timestamp_ = elem->ts_.sent_time.time; in ProcessTimestamp()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/
H A Dscreenshare_layers.cc55 last_timestamp_(-1), in ScreenshareLayers()
125 if (last_timestamp_ == -1) { in NextFrameConfig()
128 ts_diff = unwrapped_timestamp - last_timestamp_; in NextFrameConfig()
142 if (last_timestamp_ != -1 && ts_diff > 0) { in NextFrameConfig()
163 last_timestamp_ = timestamp; in NextFrameConfig()
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dframe_buffer2_unittest.cc51 last_timestamp_ = frame_timestamp; in RenderTime()
54 auto diff = MinDiff(frame_timestamp, last_timestamp_); in RenderTime()
56 if (AheadOf(frame_timestamp, last_timestamp_)) in RenderTime()
61 last_timestamp_ = frame_timestamp; in RenderTime()
78 mutable uint32_t last_timestamp_ = 0; member in webrtc::video_coding::VCMTimingFake
/aosp_15_r20/external/webrtc/modules/congestion_controller/rtp/
H A Dtransport_feedback_adapter.cc194 if (last_timestamp_.IsInfinite()) { in ProcessTransportFeedbackInner()
198 const TimeDelta delta = feedback.GetBaseDelta(last_timestamp_) in ProcessTransportFeedbackInner()
208 last_timestamp_ = feedback.BaseTime(); in ProcessTransportFeedbackInner()
H A Dtransport_feedback_adapter.h95 Timestamp last_timestamp_ = Timestamp::MinusInfinity();
/aosp_15_r20/external/libgav1/examples/
H A Dfile_reader_test.cc88 last_timestamp_ = timestamp; in TEST_P()
92 ASSERT_EQ(last_timestamp_, expected_last_timestamp_); in TEST_P()
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampler_unittest.cc49 last_timestamp_ = sample_timestamp; in OnSampleCompleted()
55 TimeTicks last_timestamp() { return last_timestamp_; } in last_timestamp()
59 TimeTicks last_timestamp_; member in base::__anon7fa9c2390111::TestProfileBuilder
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.cc409 last_timestamp_(QuicTime::Delta::Zero()), in QuicFramer()
2116 uint64_t epoch = last_timestamp_.ToMicroseconds() & ~(epoch_delta - 1); in CalculateTimestampFromWire()
2122 last_timestamp_.ToMicroseconds(), epoch + time_delta_us, in CalculateTimestampFromWire()
2123 ClosestTo(last_timestamp_.ToMicroseconds(), prev_epoch + time_delta_us, in CalculateTimestampFromWire()
3595 last_timestamp_ = CalculateTimestampFromWire(time_delta_us); in ProcessTimestampsInAckFrame()
3597 visitor_->OnAckTimestamp(seq_num, creation_time_ + last_timestamp_); in ProcessTimestampsInAckFrame()
3624 last_timestamp_ = last_timestamp_ + QuicTime::Delta::FromMicroseconds( in ProcessTimestampsInAckFrame()
3626 visitor_->OnAckTimestamp(seq_num, creation_time_ + last_timestamp_); in ProcessTimestampsInAckFrame()
3856 last_timestamp_ = QuicTime::Delta::FromMicroseconds(timestamp_delta); in ProcessIetfTimestampsInAckFrame()
3858 last_timestamp_ = last_timestamp_ - in ProcessIetfTimestampsInAckFrame()
[all …]
/aosp_15_r20/external/pigweed/pw_log/public/pw_log/
H A Drate_limited.h49 chrono::SystemClock::time_point last_timestamp_; variable
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc3058 last_timestamp_(0), in Segment()
3244 (static_cast<double>(last_timestamp_) + last_block_duration_) / in Finalize()
3502 if (frame->timestamp() < last_timestamp_) in AddGenericFrame()
3579 last_timestamp_ = frame->timestamp(); in AddGenericFrame()
4095 if (frame->timestamp() > last_timestamp_) { in WriteFramesAll()
4096 last_timestamp_ = frame->timestamp(); in WriteFramesAll()
4148 if (frame_prev->timestamp() > last_timestamp_) { in WriteFramesLessThan()
4149 last_timestamp_ = frame_prev->timestamp(); in WriteFramesLessThan()

12