Home
last modified time | relevance | path

Searched refs:end_timestamp (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dgpu_tracer_unittest.cc128 const GLint64 end_timestamp = 32 * base::Time::kNanosecondsPerMicrosecond; in DoTraceTest() local
133 (end_timestamp / base::Time::kNanosecondsPerMicrosecond) + offset_time; in DoTraceTest()
147 gl_fake_queries_.SetCurrentGLTime(end_timestamp); in DoTraceTest()
153 gl_fake_queries_.SetCurrentGLTime(end_timestamp - in DoTraceTest()
158 gl_fake_queries_.SetCurrentGLTime(end_timestamp); in DoTraceTest()
/external/chromium_org/media/filters/
Dsource_buffer_stream.cc600 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp, in GetRemovalRange() argument
603 DCHECK(start_timestamp < end_timestamp) in GetRemovalRange()
605 << ", end " << end_timestamp.InSecondsF(); in GetRemovalRange()
613 if (range->GetStartTimestamp() >= end_timestamp) in GetRemovalRange()
619 start_timestamp, end_timestamp, bytes_to_free, removal_end_timestamp); in GetRemovalRange()
662 DecodeTimestamp end_timestamp = buffers.back()->GetDecodeTimestamp(); in FreeBuffers() local
663 if (end_timestamp == last_appended_buffer_timestamp_) { in FreeBuffers()
1293 DecodeTimestamp end_timestamp = in FindNewSelectedRangeSeekTimestamp() local
1295 DCHECK(start_timestamp < end_timestamp); in FindNewSelectedRangeSeekTimestamp()
1298 if ((*itr)->GetStartTimestamp() >= end_timestamp) in FindNewSelectedRangeSeekTimestamp()
[all …]
Dsource_buffer_range.cc279 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp, in GetRemovalGOP() argument
290 if (end_timestamp < GetBufferedEndTimestamp()) in GetRemovalGOP()
291 gop_end = GetFirstKeyframeBefore(end_timestamp); in GetRemovalGOP()
Dsource_buffer_range.h124 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp,
Dsource_buffer_stream.h173 DecodeTimestamp end_timestamp, int byte_to_free,
/external/chromium_org/media/base/
Daudio_timestamp_helper.cc41 base::TimeDelta end_timestamp = ComputeTimestamp(frame_count_ + frame_count); in GetFrameDuration() local
42 return end_timestamp - GetTimestamp(); in GetFrameDuration()
/external/chromium_org/tools/telemetry/telemetry/timeline/
Dthread.py121 def EndSlice(self, end_timestamp, end_thread_timestamp=None): argument
135 if end_timestamp < curr_slice.start:
138 curr_slice.duration = end_timestamp - curr_slice.start
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc839 uint32_t temp_timestamp = sync_buffer_->end_timestamp() - in GetAudioInternal()
866 uint32_t end_timestamp = sync_buffer_->end_timestamp(); in GetDecision() local
874 (end_timestamp >= header->timestamp || in GetDecision()
875 end_timestamp + decision_logic_->generated_noise_samples() > in GetDecision()
883 packet_buffer_->DiscardOldPackets(end_timestamp); in GetDecision()
901 if (dtmf_buffer_->GetEvent(end_timestamp + in GetDecision()
962 sync_buffer_->IncreaseEndTimestamp(timestamp_ - end_timestamp); in GetDecision()
963 end_timestamp = timestamp_; in GetDecision()
978 timestamp_ = end_timestamp; in GetDecision()
988 timestamp_ = end_timestamp; in GetDecision()
[all …]
Ddecision_logic_fax.cc31 uint32_t target_timestamp = sync_buffer.end_timestamp(); in GetDecisionSpecialized()
Dsync_buffer.h87 uint32_t end_timestamp() const { return end_timestamp_; } in end_timestamp() function
Ddecision_logic_normal.cc45 uint32_t target_timestamp = sync_buffer.end_timestamp(); in GetDecisionSpecialized()
Dneteq_impl_unittest.cc490 sync_buffer->end_timestamp()); in TEST_F()
/external/chromium_org/chrome/common/extensions/api/
Dlog_private.idl13 // Only logs created in [|start_timestamp|, |end_timestamp|] will
16 double end_timestamp;
/external/chromium_org/chrome/browser/extensions/api/log_private/
Dfilter_handler.cc40 (filter_.start_timestamp > time || filter_.end_timestamp < time)) { in IsValidTime()
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_status_collector_browsertest.cc485 EXPECT_EQ(time_period0.end_timestamp(), time_period1.start_timestamp()); in TEST_F()
488 EXPECT_EQ(time_period0.end_timestamp() - time_period0.start_timestamp(), in TEST_F()
490 EXPECT_EQ(time_period1.end_timestamp() - time_period1.start_timestamp(), in TEST_F()
Ddevice_status_collector.cc321 int64 end_timestamp = start_timestamp + kMillisecondsPerDay; in GetActivityTimes() local
326 period->set_end_timestamp(end_timestamp); in GetActivityTimes()
/external/chromium_org/components/policy/proto/
Ddevice_management_backend.proto364 optional int64 end_timestamp = 2; field