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 839 uint32_t temp_timestamp = sync_buffer_->end_timestamp() -
866 uint32_t end_timestamp = sync_buffer_->end_timestamp(); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gpu_tracer_unittest.cc 128 const GLint64 end_timestamp = 32 * base::Time::kNanosecondsPerMicrosecond; local
133 (end_timestamp / base::Time::kNanosecondsPerMicrosecond) + offset_time;
147 gl_fake_queries_.SetCurrentGLTime(end_timestamp);
153 gl_fake_queries_.SetCurrentGLTime(end_timestamp -
158 gl_fake_queries_.SetCurrentGLTime(end_timestamp);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 321 int64 end_timestamp = start_timestamp + kMillisecondsPerDay; local
326 period->set_end_timestamp(end_timestamp);

Completed in 316 milliseconds