Searched defs:timestamp_ms (Results 1 – 9 of 9) sorted by relevance
/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() 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()
|
D | bwe_test_framework.h | 205 virtual void Plot(int64_t timestamp_ms) {} in Plot()
|
D | bwe_test_framework.cc | 276 void RateCounterFilter::Plot(int64_t timestamp_ms) { in Plot() 611 void TraceBasedDeliveryFilter::Plot(int64_t timestamp_ms) { in Plot()
|
D | bwe_test_logging.h | 298 int64_t timestamp_ms; member
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_receiver_video.cc | 57 int64_t timestamp_ms, in ParseRtpPacket()
|
D | rtp_receiver_audio.cc | 186 int64_t timestamp_ms, in ParseRtpPacket()
|
/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
|
/external/webrtc/webrtc/modules/pacing/ |
D | paced_sender.cc | 145 void UpdateQueueTime(int64_t timestamp_ms) { in UpdateQueueTime()
|
/external/webrtc/webrtc/ |
D | common_types.h | 248 uint64_t timestamp_ms; // Ntp timestamp in ms at time of rate estimation. member
|