Home
last modified time | relevance | path

Searched defs:timestamp_ms (Results 1 – 9 of 9) 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()
40 Logging::Context::Context(const std::string& name, int64_t timestamp_ms, in Context()
45 Logging::Context::Context(const char* name, int64_t timestamp_ms, in Context()
201 Logging::State::State(const std::string& tag, int64_t timestamp_ms, in State()
218 void Logging::PushState(const std::string& append_to_tag, int64_t timestamp_ms, in PushState()
Dbwe_test_framework.h205 virtual void Plot(int64_t timestamp_ms) {} in Plot()
Dbwe_test_framework.cc276 void RateCounterFilter::Plot(int64_t timestamp_ms) { in Plot()
611 void TraceBasedDeliveryFilter::Plot(int64_t timestamp_ms) { in Plot()
Dbwe_test_logging.h298 int64_t timestamp_ms; member
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_video.cc57 int64_t timestamp_ms, in ParseRtpPacket()
Drtp_receiver_audio.cc186 int64_t timestamp_ms, in ParseRtpPacket()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter.cc102 int64_t timestamp_ms = current_offset_ms_ + (offset_us / 1000); in OnTransportFeedback() local
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.cc145 void UpdateQueueTime(int64_t timestamp_ms) { in UpdateQueueTime()
/external/webrtc/webrtc/
Dcommon_types.h248 uint64_t timestamp_ms; // Ntp timestamp in ms at time of rate estimation. member