Home
last modified time | relevance | path

Searched refs:timestamp_ms (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.cc36 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) { in Context() argument
37 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled); in Context()
40 Logging::Context::Context(const std::string& name, int64_t timestamp_ms, in Context() argument
42 Logging::GetInstance()->PushState(name, timestamp_ms, enabled); in Context()
45 Logging::Context::Context(const char* name, int64_t timestamp_ms, in Context() argument
47 Logging::GetInstance()->PushState(name, timestamp_ms, enabled); in Context()
113 state.timestamp_ms * 0.001, value); in Plot()
199 Logging::State::State() : tag(""), timestamp_ms(0), enabled(true) {} in State()
201 Logging::State::State(const std::string& tag, int64_t timestamp_ms, in State() argument
204 timestamp_ms(timestamp_ms), in State()
[all …]
Dbwe_test_logging.h246 Context(uint32_t name, int64_t timestamp_ms, bool enabled);
247 Context(const std::string& name, int64_t timestamp_ms, bool enabled);
248 Context(const char* name, int64_t timestamp_ms, bool enabled);
294 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
298 int64_t timestamp_ms; member
308 void PushState(const std::string& append_to_tag, int64_t timestamp_ms,
Dbwe_test_framework.cc276 void RateCounterFilter::Plot(int64_t timestamp_ms) { in Plot() argument
278 if (timestamp_ms >= start_plotting_time_ms_) { in Plot()
283 BWE_TEST_LOGGING_PLOT(0, "Throughput_kbps#1", timestamp_ms, plot_kbps); in Plot()
285 BWE_TEST_LOGGING_PLOT_WITH_NAME(0, "Throughput_kbps#1", timestamp_ms, in Plot()
611 void TraceBasedDeliveryFilter::Plot(int64_t timestamp_ms) { in Plot() argument
615 BWE_TEST_LOGGING_PLOT(0, "MaxThroughput_#1", timestamp_ms, in Plot()
Dbwe_test_framework.h205 virtual void Plot(int64_t timestamp_ms) {} in Plot() argument
246 virtual void Plot(int64_t timestamp_ms);
367 virtual void Plot(int64_t timestamp_ms);
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.cc145 void UpdateQueueTime(int64_t timestamp_ms) { in UpdateQueueTime() argument
146 RTC_DCHECK_GE(timestamp_ms, time_last_updated_); in UpdateQueueTime()
147 int64_t delta = timestamp_ms - time_last_updated_; in UpdateQueueTime()
152 time_last_updated_ = timestamp_ms; in UpdateQueueTime()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter.cc102 int64_t timestamp_ms = current_offset_ms_ + (offset_us / 1000); in OnTransportFeedback() local
103 PacketInfo info(timestamp_ms, sequence_number); in OnTransportFeedback()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_strategy.h47 int64_t timestamp_ms,
Drtp_receiver_audio.h58 int64_t timestamp_ms,
Drtp_receiver_video.cc57 int64_t timestamp_ms, in ParseRtpPacket() argument
Dbitrate.cc116 stats.timestamp_ms = now; in Process()
Drtp_receiver_audio.cc186 int64_t timestamp_ms, in ParseRtpPacket() argument
Drtp_sender_unittest.cc1086 callback.total_stats_.timestamp_ms); in TEST_F()
/external/perfetto/protos/perfetto/trace/power/
Dpower_rails.proto41 optional uint64 timestamp_ms = 2; field
/external/webp/include/webp/
Dmux.h494 WebPAnimEncoder* enc, struct WebPPicture* frame, int timestamp_ms,
/external/webp/src/webp/
Dmux.h494 WebPAnimEncoder* enc, struct WebPPicture* frame, int timestamp_ms,
/external/webrtc/webrtc/
Dcommon_types.h244 BitrateStatistics() : bitrate_bps(0), packet_rate(0), timestamp_ms(0) {} in BitrateStatistics()
248 uint64_t timestamp_ms; // Ntp timestamp in ms at time of rate estimation. member
/external/perfetto/src/trace_processor/
Dproto_trace_parser.cc892 int64_t ts = static_cast<int64_t>(desc.timestamp_ms()) * 1000000; in ParsePowerRails()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2568 optional uint64 timestamp_ms = 2; field