/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
H A D | transport_feedback.cc | 285 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 D | compact_sched.h | 113 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 D | compact_sched.cc | 242 last_timestamp_ = 0; in Reset() 261 last_timestamp_ = 0; in Reset()
|
/aosp_15_r20/external/drm_hwcomposer/drm/ |
H A D | VSyncWorker.cpp | 55 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 D | VSyncWorker.h | 60 int64_t last_timestamp_ = -1; variable
|
/aosp_15_r20/external/webrtc/modules/video_coding/utility/ |
H A D | ivf_file_writer.cc | 39 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 D | ivf_file_writer.h | 58 int64_t last_timestamp_; variable
|
/aosp_15_r20/external/pigweed/pw_log/ |
H A D | rate_limited.cc | 26 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 D | pacing_controller.cc | 76 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 D | audio_coding_module_unittest.cc | 108 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 D | audio_coding_module.cc | 181 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 D | multi_codec_receive_tests.cc | 91 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/ |
D | traced_buffer_list.cc | 203 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/ |
D | buffer_list.cc | 202 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 D | traced_buffer_list.cc | 203 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 D | buffer_list.cc | 202 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 D | screenshare_layers.cc | 55 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 D | frame_buffer2_unittest.cc | 51 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 D | transport_feedback_adapter.cc | 194 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 D | transport_feedback_adapter.h | 95 Timestamp last_timestamp_ = Timestamp::MinusInfinity();
|
/aosp_15_r20/external/libgav1/examples/ |
H A D | file_reader_test.cc | 88 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 D | stack_sampler_unittest.cc | 49 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 D | quic_framer.cc | 409 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 D | rate_limited.h | 49 chrono::SystemClock::time_point last_timestamp_; variable
|
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvmuxer/ |
H A D | mkvmuxer.cc | 3058 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()
|