/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/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);
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
LineGestureStrokeHelper.java | 40 final static int END_TIMESTAMP = 1; 50 new GesturePoint(LINE_END_POINT, LINE_END_POINT, END_TIMESTAMP));
|
/external/chromium_org/chrome/common/extensions/api/ |
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/ |
filter_handler.cc | 40 (filter_.start_timestamp > time || filter_.end_timestamp < time)) {
|
/external/chromium_org/media/filters/ |
source_buffer_stream.cc | 600 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_) { [all...] |
source_buffer_range.cc | 279 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp, 290 if (end_timestamp < GetBufferedEndTimestamp()) 291 gop_end = GetFirstKeyframeBefore(end_timestamp); 294 // [keyframe]...[start_timestamp]...[end_timestamp]...[keyframe]
|
source_buffer_range.h | 119 // [|start_timestamp|, |end_timestamp|). 124 DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp,
|
source_buffer_stream.h | 168 // [|start_timestamp|, |end_timestamp|). 173 DecodeTimestamp end_timestamp, int byte_to_free,
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
decision_logic_fax.cc | 31 uint32_t target_timestamp = sync_buffer.end_timestamp();
|
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...] |
decision_logic_normal.cc | 45 uint32_t target_timestamp = sync_buffer.end_timestamp();
|
neteq_impl_unittest.cc | 490 sync_buffer->end_timestamp());
|
/external/chromium_org/tools/telemetry/telemetry/timeline/ |
thread.py | 121 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/third_party/skia/tools/tests/ |
run.sh | 121 END_TIMESTAMP=$(date +%s) 123 SECONDS_RUN=$(expr $END_TIMESTAMP - $START_TIMESTAMP)
|
/external/skia/tools/tests/ |
run.sh | 121 END_TIMESTAMP=$(date +%s) 123 SECONDS_RUN=$(expr $END_TIMESTAMP - $START_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);
|
device_status_collector_browsertest.cc | 485 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(),
|
/external/chromium_org/components/policy/proto/ |
device_management_backend.proto | 364 optional int64 end_timestamp = 2; [all...] |