Searched refs:timestamps_ (Results 1 – 5 of 5) sorted by relevance
389 timestamps_.emplace_back(timestamp); in AddCounterValue()423 const std::deque<int64_t>& timestamps() const { return timestamps_; } in timestamps()435 std::deque<int64_t> timestamps_; variable478 timestamps_.emplace_back(timestamp); in AddInstantEvent()491 size_t instant_count() const { return timestamps_.size(); } in instant_count()493 const std::deque<int64_t>& timestamps() const { return timestamps_; } in timestamps()506 std::deque<int64_t> timestamps_;520 timestamps_.emplace_back(timestamp); in AddRawEvent()531 size_t raw_event_count() const { return timestamps_.size(); } in raw_event_count()533 const std::deque<int64_t>& timestamps() const { return timestamps_; } in timestamps()[all …]
343 while (!timestamps_.empty() && in AdvanceTimeMicroseconds()344 timestamps_.front().arrive_time <= end_time) { in AdvanceTimeMicroseconds()345 RTC_DCHECK(timestamps_.front().arrive_time >= start_time); in AdvanceTimeMicroseconds()347 SimulatedClock::AdvanceTimeMicroseconds(timestamps_.front().arrive_time - in AdvanceTimeMicroseconds()349 GenerateAndInsertFrame((timestamps_.front().render_time + 500) / 1000); in AdvanceTimeMicroseconds()350 timestamps_.pop(); in AdvanceTimeMicroseconds()374 timestamps_.push(TimestampPair(arrive_timestamps[i] * 1000, in SetFrames()403 std::queue<TimestampPair> timestamps_; member in webrtc::SimulatedClockWithFrames
415 timestamps_.push_back(timestamp); in AddPath()484 streaming_next_sample_ ? timestamps_[streaming_next_sample_ - 1] in StreamPendingTraceEvents()486 for (size_t i = streaming_next_sample_; i < timestamps_.size(); ++i) { in StreamPendingTraceEvents()488 static_cast<int>((timestamps_[i] - lastTimestamp).InMicroseconds())); in StreamPendingTraceEvents()489 lastTimestamp = timestamps_[i]; in StreamPendingTraceEvents()492 DCHECK_EQ(samples_.size(), timestamps_.size()); in StreamPendingTraceEvents()
335 return timestamps_.at(index); in sample_timestamp()355 std::vector<base::TimeTicks> timestamps_; variable
212 std::vector<int32_t> timestamps_; // Video frames timestamp queue. member in webrtc_jni::MediaCodecVideoEncoder491 timestamps_.clear(); in InitEncodeOnCodecThread()658 timestamps_.push_back(input_frame.timestamp()); in EncodeOnCodecThread()863 output_timestamp_ = timestamps_.front(); in DeliverPendingOutputs()864 timestamps_.erase(timestamps_.begin()); in DeliverPendingOutputs()