Searched defs:end_timestamp (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_timestamp_helper.cc41 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/
H A Dsync_buffer.h87 uint32_t end_timestamp() const { return end_timestamp_; } function in class:webrtc::SyncBuffer
H A Dneteq_impl.cc839 uint32_t temp_timestamp = sync_buffer_->end_timestamp() -
866 uint32_t end_timestamp = sync_buffer_->end_timestamp(); local
874 (end_timestamp >= header->timestamp ||
875 end_timestamp + decision_logic_->generated_noise_samples() >
883 packet_buffer_->DiscardOldPackets(end_timestamp);
901 if (dtmf_buffer_->GetEvent(end_timestamp +
960 // Adjust |sync_buffer_| timestamp before setting |end_timestamp| to the
962 sync_buffer_->IncreaseEndTimestamp(timestamp_ - end_timestamp);
963 end_timestamp
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_tracer_unittest.cc128 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/
H A Ddevice_status_collector.cc321 int64 end_timestamp = start_timestamp + kMillisecondsPerDay; local
326 period->set_end_timestamp(end_timestamp);
/external/chromium_org/media/filters/
H A Dsource_buffer_range.cc279 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp,
290 if (end_timestamp < GetBufferedEndTimestamp())
291 gop_end = GetFirstKeyframeBefore(end_timestamp);
294 // [keyframe]...[start_timestamp]...[end_timestamp]...[keyframe]
278 GetRemovalGOP( DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp, int total_bytes_to_free, DecodeTimestamp* removal_end_timestamp) argument

Completed in 1669 milliseconds