HomeSort by relevance Sort by last modified time
    Searched refs:end_timestamp (Results 1 - 13 of 13) 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/gpu/command_buffer/service/
gpu_tracer_unittest.cc 171 const GLint64 end_timestamp = 32 * base::Time::kNanosecondsPerMicrosecond; local
176 (end_timestamp / base::Time::kNanosecondsPerMicrosecond) + offset_time;
189 gl_fake_queries_.SetCurrentGLTime(end_timestamp);
195 gl_fake_queries_.SetCurrentGLTime(end_timestamp -
200 gl_fake_queries_.SetCurrentGLTime(end_timestamp);
  /external/chromium_org/chrome/browser/extensions/api/log_private/
filter_handler.cc 40 (filter_.start_timestamp > time || filter_.end_timestamp < time)) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
decision_logic_fax.cc 31 uint32_t target_timestamp = sync_buffer.end_timestamp();
sync_buffer.h 87 uint32_t end_timestamp() const { return end_timestamp_; } function in class:webrtc::SyncBuffer
neteq_impl.cc 849 uint32_t temp_timestamp = sync_buffer_->end_timestamp() -
876 uint32_t end_timestamp = sync_buffer_->end_timestamp(); local
    [all...]
decision_logic_normal.cc 45 uint32_t target_timestamp = sync_buffer.end_timestamp();
neteq_impl_unittest.cc 490 sync_buffer->end_timestamp());
  /external/chromium_org/media/filters/
source_buffer_stream.cc 121 // [|start_timestamp|, |end_timestamp|).
126 base::TimeDelta start_timestamp, base::TimeDelta end_timestamp,
    [all...]
source_buffer_stream.h 166 // [|start_timestamp|, |end_timestamp|).
171 base::TimeDelta end_timestamp, int byte_to_free,
  /external/chromium_org/tools/telemetry/telemetry/timeline/
thread.py 131 def EndSlice(self, end_timestamp, end_thread_timestamp=None):
135 * end_timestamp: Timestamp when the slice ended in milliseconds
145 if end_timestamp < curr_slice.start:
148 curr_slice.duration = end_timestamp - curr_slice.start
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 324 int64 end_timestamp = start_timestamp + kMillisecondsPerDay; local
329 period->set_end_timestamp(end_timestamp);
device_status_collector_browsertest.cc 485 EXPECT_EQ(time_period0.end_timestamp(), time_period1.start_timestamp());
488 EXPECT_EQ(time_period0.end_timestamp() - time_period0.start_timestamp(),
490 EXPECT_EQ(time_period1.end_timestamp() - time_period1.start_timestamp(),

Completed in 412 milliseconds