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

  /external/chromium_org/media/base/
audio_timestamp_helper.cc 41 base::TimeDelta end_timestamp = ComputeTimestamp(frame_count_ + frame_count); local
42 return end_timestamp - GetTimestamp();
  /external/chromium_org/chrome/browser/extensions/api/log_private/
filter_handler.cc 40 (filter_.start_timestamp > time || filter_.end_timestamp < time)) {
  /external/chromium_org/media/filters/
source_buffer_stream.cc 109 // [|start_timestamp|, |end_timestamp|).
114 base::TimeDelta start_timestamp, base::TimeDelta end_timestamp,
818 base::TimeDelta start_timestamp, base::TimeDelta end_timestamp,
821 DCHECK(start_timestamp < end_timestamp)
823 << ", end " << end_timestamp.InSecondsF();
831 if (range->GetStartTimestamp() >= end_timestamp)
    [all...]
video_renderer_impl_unittest.cc 428 int end_timestamp = kFrameDurationInMs * limits::kMaxVideoFrames + local
430 EXPECT_LT(end_timestamp, kVideoDurationInMs);
433 AdvanceTimeInMs(end_timestamp);
451 int end_timestamp = duration - limits::kMaxVideoFrames * kFrameDurationInMs; local
452 for (; timestamp < end_timestamp; timestamp += kFrameDurationInMs) {
source_buffer_stream.h 152 // [|start_timestamp|, |end_timestamp|).
157 base::TimeDelta end_timestamp, int byte_to_free,
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
thread.py 112 def EndSlice(self, end_timestamp, end_thread_timestamp=None):
116 * end_timestamp: Timestamp when the slice ended in milliseconds
126 if end_timestamp < curr_slice.start:
129 curr_slice.duration = end_timestamp - curr_slice.start
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 469 EXPECT_EQ(time_period0.end_timestamp(), time_period1.start_timestamp());
472 EXPECT_EQ(time_period0.end_timestamp() - time_period0.start_timestamp(),
474 EXPECT_EQ(time_period1.end_timestamp() - time_period1.start_timestamp(),
device_status_collector.cc 360 int64 end_timestamp = start_timestamp + kMillisecondsPerDay; local
365 period->set_end_timestamp(end_timestamp);

Completed in 104 milliseconds