Searched refs:start_timestamp_ (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ui/events/gestures/
H A Dfling_curve.h23 base::TimeTicks start_timestamp() const { return start_timestamp_; }
27 const base::TimeTicks start_timestamp_; member in class:ui::FlingCurve
H A Dfling_curve.cc40 start_timestamp_(start_timestamp),
52 last_timestamp_ = start_timestamp_ + base::TimeDelta::FromSecondsD(
60 if (current < start_timestamp_)
65 float time = time_offset_ + (current - start_timestamp_).InSecondsF();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dwildcard_login_checker.cc43 start_timestamp_ = base::Time::Now();
66 if (!start_timestamp_.is_null()) {
71 now - start_timestamp_);
93 if (!start_timestamp_.is_null()) {
96 token_available_timestamp_ - start_timestamp_);
H A Dwildcard_login_checker.h70 base::Time start_timestamp_; member in class:policy::WildcardLoginChecker
/external/chromium_org/media/filters/
H A Daudio_clock.h123 const base::TimeDelta start_timestamp_; member in class:media::AudioClock
H A Daudio_clock.cc15 : start_timestamp_(start_timestamp),
38 if (start_timestamp_ == front_timestamp_ && buffered_.empty())
H A Daudio_decoder_unittest.cc145 start_timestamp_ = ConvertFromTimeBase(
150 ASSERT_TRUE(reader_->SeekForTesting(start_timestamp_));
285 base::TimeDelta start_timestamp() const { return start_timestamp_; }
305 base::TimeDelta start_timestamp_; member in class:media::AudioDecoderTest
H A Dvideo_renderer_impl.h189 base::TimeDelta start_timestamp_; member in class:media::VideoRendererImpl
H A Daudio_renderer_impl.h167 // Returns true if the data in the buffer is all before |start_timestamp_|.
254 base::TimeDelta start_timestamp_; member in class:media::AudioRendererImpl
H A Dvideo_renderer_impl.cc105 start_timestamp_ = timestamp;
334 if (frame->timestamp() <= start_timestamp_)
H A Daudio_renderer_impl.cc151 start_timestamp_ = time;
443 const base::TimeDelta trim_time = start_timestamp_ - buffer->timestamp();
547 (buffer->timestamp() + buffer->duration()) < start_timestamp_;
/external/chromium_org/media/base/
H A Dpipeline.cc346 start_timestamp_ = demuxer_->GetStartTime();
351 DCHECK(start_timestamp_ >= base::TimeDelta());
352 renderer_->StartPlayingFrom(start_timestamp_);
596 start_timestamp_ = seek_timestamp;
H A Dpipeline.h328 base::TimeDelta start_timestamp_; member in class:media::Pipeline
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.cc82 start_timestamp_(0),
1089 timestamp_ = start_timestamp_ + capture_timestamp;
1443 start_timestamp_ = timestamp;
1446 start_timestamp_ = timestamp;
1453 return start_timestamp_;
1704 state.start_timestamp = start_timestamp_;
1723 state.start_timestamp = start_timestamp_;
H A Drtcp_sender.h298 uint32_t start_timestamp_ GUARDED_BY(_criticalSectionRTCPSender);
H A Drtp_sender.h382 uint32_t start_timestamp_ GUARDED_BY(send_critsect_);
H A Drtcp_sender.cc99 start_timestamp_(0),
311 start_timestamp_ = start_timestamp;
616 RTPtime = start_timestamp_ + last_rtp_timestamp_ +
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h570 TimeInMillis start_timestamp() const { return start_timestamp_; }
912 TimeInMillis start_timestamp_; member in class:testing::internal::UnitTestImpl
H A Dgtest.cc4299 start_timestamp_(0),
4552 start_timestamp_ = GetTimeInMillis();
/external/gtest/src/
H A Dgtest-internal-inl.h570 TimeInMillis start_timestamp() const { return start_timestamp_; }
912 TimeInMillis start_timestamp_; member in class:testing::internal::UnitTestImpl
H A Dgtest.cc4023 start_timestamp_(0),
4276 start_timestamp_ = GetTimeInMillis();
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc971 TimeInMillis start_timestamp() const { return start_timestamp_; }
1313 TimeInMillis start_timestamp_; member in class:testing::internal::UnitTestImpl
5507 start_timestamp_(0),
5760 start_timestamp_ = GetTimeInMillis();
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc971 TimeInMillis start_timestamp() const { return start_timestamp_; }
1313 TimeInMillis start_timestamp_; member in class:testing::internal::UnitTestImpl
5507 start_timestamp_(0),
5760 start_timestamp_ = GetTimeInMillis();

Completed in 2972 milliseconds