/external/chromium_org/gpu/command_buffer/service/ |
D | gpu_tracer_unittest.cc | 128 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/ |
D | source_buffer_stream.cc | 600 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 …]
|
D | source_buffer_range.cc | 279 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp, in GetRemovalGOP() argument 290 if (end_timestamp < GetBufferedEndTimestamp()) in GetRemovalGOP() 291 gop_end = GetFirstKeyframeBefore(end_timestamp); in GetRemovalGOP()
|
D | source_buffer_range.h | 124 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp,
|
D | source_buffer_stream.h | 173 DecodeTimestamp end_timestamp, int byte_to_free,
|
/external/chromium_org/media/base/ |
D | audio_timestamp_helper.cc | 41 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/ |
D | thread.py | 121 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/ |
D | neteq_impl.cc | 839 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 …]
|
D | decision_logic_fax.cc | 31 uint32_t target_timestamp = sync_buffer.end_timestamp(); in GetDecisionSpecialized()
|
D | sync_buffer.h | 87 uint32_t end_timestamp() const { return end_timestamp_; } in end_timestamp() function
|
D | decision_logic_normal.cc | 45 uint32_t target_timestamp = sync_buffer.end_timestamp(); in GetDecisionSpecialized()
|
D | neteq_impl_unittest.cc | 490 sync_buffer->end_timestamp()); in TEST_F()
|
/external/chromium_org/chrome/common/extensions/api/ |
D | log_private.idl | 13 // Only logs created in [|start_timestamp|, |end_timestamp|] will 16 double end_timestamp;
|
/external/chromium_org/chrome/browser/extensions/api/log_private/ |
D | filter_handler.cc | 40 (filter_.start_timestamp > time || filter_.end_timestamp < time)) { in IsValidTime()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | device_status_collector_browsertest.cc | 485 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()
|
D | device_status_collector.cc | 321 int64 end_timestamp = start_timestamp + kMillisecondsPerDay; in GetActivityTimes() local 326 period->set_end_timestamp(end_timestamp); in GetActivityTimes()
|
/external/chromium_org/components/policy/proto/ |
D | device_management_backend.proto | 364 optional int64 end_timestamp = 2; field
|