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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.cc 50 int64_t timestamp_ms,
54 if (timestamp_ms >= 0) {
55 if (prev_frame_.timestamp_ms == -1 && current_frame_.timestamp_ms == -1) {
58 new_timestamp = (timestamp_ms != current_frame_.timestamp_ms);
64 current_frame_.timestamp_ms = timestamp_ms;
65 } else if (!PacketInOrder(timestamp, timestamp_ms)) {
78 current_frame_.timestamp_ms = timestamp_ms
    [all...]
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,
bwe_test_framework.h 201 virtual void Plot(int64_t timestamp_ms) {}
232 virtual void Plot(int64_t timestamp_ms);
337 virtual void Plot(int64_t timestamp_ms);
bwe_test_framework.cc 244 void RateCounterFilter::Plot(int64_t timestamp_ms) {
246 BWE_TEST_LOGGING_PLOT("Throughput_#1", timestamp_ms,
470 void TraceBasedDeliveryFilter::Plot(int64_t timestamp_ms) {
474 BWE_TEST_LOGGING_PLOT("MaxThroughput_#1", timestamp_ms,
  /external/chromium_org/media/base/
video_frame_pool_unittest.cc 15 int timestamp_ms) {
23 base::TimeDelta::FromMilliseconds(timestamp_ms));
25 EXPECT_EQ(base::TimeDelta::FromMilliseconds(timestamp_ms),
  /external/chromium_org/content/browser/renderer_host/
ime_adapter_android.h 42 long timestamp_ms,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_strategy.h 47 int64_t timestamp_ms,
rtp_receiver_audio.h 61 int64_t timestamp_ms,
bitrate.cc 116 stats.timestamp_ms = now;
rtp_receiver_video.cc 55 int64_t timestamp_ms,
73 timestamp_ms,
rtp_receiver_audio.cc 188 int64_t timestamp_ms,
rtp_sender_unittest.cc     [all...]
  /external/chromium_org/media/filters/
video_renderer_impl_unittest.cc 142 void Preroll(int timestamp_ms, PipelineStatus expected) {
143 SCOPED_TRACE(base::StringPrintf("Preroll(%d, %d)", timestamp_ms, expected));
146 base::TimeDelta::FromMilliseconds(timestamp_ms),
audio_renderer_impl_unittest.cc 220 void Preroll(int timestamp_ms, PipelineStatus expected) {
221 SCOPED_TRACE(base::StringPrintf("Preroll(%d, %d)", timestamp_ms, expected));
223 TimeDelta timestamp = TimeDelta::FromMilliseconds(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
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 433 base::TimeDelta timestamp_ms = base::TimeDelta::FromInternalValue( local
446 timestamp_ms,

Completed in 746 milliseconds