Searched refs:end_timestamp (Results 1 - 15 of 15) 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 Ddecision_logic_fax.cc31 uint32_t target_timestamp = sync_buffer.end_timestamp();
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...]
H A Ddecision_logic_normal.cc45 uint32_t target_timestamp = sync_buffer.end_timestamp();
H A Dneteq_impl_unittest.cc490 sync_buffer->end_timestamp());
/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/extensions/api/log_private/
H A Dfilter_handler.cc40 (filter_.start_timestamp > time || filter_.end_timestamp < time)) {
/external/chromium_org/media/filters/
H A Dsource_buffer_stream.cc600 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp,
603 DCHECK(start_timestamp < end_timestamp)
605 << ", end " << end_timestamp.InSecondsF();
613 if (range->GetStartTimestamp() >= end_timestamp)
619 start_timestamp, end_timestamp, bytes_to_free, removal_end_timestamp);
662 DecodeTimestamp end_timestamp = buffers.back()->GetDecodeTimestamp();
663 if (end_timestamp == last_appended_buffer_timestamp_) {
1293 DecodeTimestamp end_timestamp =
1295 DCHECK(start_timestamp < end_timestamp);
1297 // Make sure the current range doesn't start beyond |end_timestamp|
[all...]
H A Dsource_buffer_range.h119 // [|start_timestamp|, |end_timestamp|).
124 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp,
H A Dsource_buffer_stream.h168 // [|start_timestamp|, |end_timestamp|).
173 DecodeTimestamp end_timestamp, int byte_to_free,
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
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dthread.py121 def EndSlice(self, end_timestamp, end_thread_timestamp=None):
125 * end_timestamp: Timestamp when the slice ended in milliseconds
135 if end_timestamp < curr_slice.start:
138 curr_slice.duration = end_timestamp - curr_slice.start
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector_browsertest.cc485 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(),
H A Ddevice_status_collector.cc321 int64 end_timestamp = start_timestamp + kMillisecondsPerDay; local
326 period->set_end_timestamp(end_timestamp);

Completed in 1299 milliseconds