HomeSort by relevance Sort by last modified time
    Searched defs:end_timestamp (Results 1 - 5 of 5) 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/third_party/webrtc/modules/audio_coding/neteq/
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...]
  /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/chromeos/policy/
device_status_collector.cc 324 int64 end_timestamp = start_timestamp + kMillisecondsPerDay; local
329 period->set_end_timestamp(end_timestamp);

Completed in 171 milliseconds