HomeSort by relevance Sort by last modified time
    Searched defs:timestamp_ms (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.h 29 int64_t timestamp_ms,
42 timestamp_ms(-1) {}
47 int64_t timestamp_ms; member in struct:webrtc::OveruseDetector::FrameSample
54 bool PacketInOrder(uint32_t timestamp, int64_t timestamp_ms);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 40 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) {
41 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled); local
44 Logging::Context::Context(const std::string& name, int64_t timestamp_ms,
46 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
49 Logging::Context::Context(const char* name, int64_t timestamp_ms,
51 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
103 printf("PLOT\t%s\t%f\t%f\n", state.tag.c_str(), state.timestamp_ms * 0.001,
113 Logging::State::State() : tag(""), timestamp_ms(0), enabled(true) {}
115 Logging::State::State(const std::string& tag, int64_t timestamp_ms,
118 timestamp_ms(timestamp_ms)
    [all...]
bwe_test_logging.h 175 Context(uint32_t name, int64_t timestamp_ms, bool enabled);
176 Context(const std::string& name, int64_t timestamp_ms, bool enabled);
177 Context(const char* name, int64_t timestamp_ms, bool enabled);
196 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
200 int64_t timestamp_ms; member in struct:webrtc::testing::bwe::Logging::State
210 void PushState(const std::string& append_to_tag, int64_t timestamp_ms,
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 433 base::TimeDelta timestamp_ms = base::TimeDelta::FromInternalValue( local
446 timestamp_ms,
  /external/chromium_org/third_party/webrtc/
common_types.h 247 BitrateStatistics() : bitrate_bps(0), packet_rate(0), timestamp_ms(0) {}
251 uint64_t timestamp_ms; // Ntp timestamp in ms at time of rate estimation. member in struct:webrtc::BitrateStatistics

Completed in 284 milliseconds