/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_logging.cc | 36 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 …]
|
D | bwe_test_logging.h | 246 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,
|
D | bwe_test_framework.cc | 276 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()
|
D | bwe_test_framework.h | 205 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/ |
D | paced_sender.cc | 145 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/ |
D | transport_feedback_adapter.cc | 102 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/ |
D | rtp_receiver_strategy.h | 47 int64_t timestamp_ms,
|
D | rtp_receiver_audio.h | 58 int64_t timestamp_ms,
|
D | rtp_receiver_video.cc | 57 int64_t timestamp_ms, in ParseRtpPacket() argument
|
D | bitrate.cc | 116 stats.timestamp_ms = now; in Process()
|
D | rtp_receiver_audio.cc | 186 int64_t timestamp_ms, in ParseRtpPacket() argument
|
D | rtp_sender_unittest.cc | 1086 callback.total_stats_.timestamp_ms); in TEST_F()
|
/external/perfetto/protos/perfetto/trace/power/ |
D | power_rails.proto | 41 optional uint64 timestamp_ms = 2; field
|
/external/webp/include/webp/ |
D | mux.h | 494 WebPAnimEncoder* enc, struct WebPPicture* frame, int timestamp_ms,
|
/external/webp/src/webp/ |
D | mux.h | 494 WebPAnimEncoder* enc, struct WebPPicture* frame, int timestamp_ms,
|
/external/webrtc/webrtc/ |
D | common_types.h | 244 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/ |
D | proto_trace_parser.cc | 892 int64_t ts = static_cast<int64_t>(desc.timestamp_ms()) * 1000000; in ParsePowerRails()
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 2568 optional uint64 timestamp_ms = 2; field
|