HomeSort by relevance Sort by last modified time
    Searched refs:start_timestamp_ (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/ui/events/gestures/
fling_curve.h 23 base::TimeTicks start_timestamp() const { return start_timestamp_; }
27 const base::TimeTicks start_timestamp_; member in class:ui::FlingCurve
fling_curve.cc 40 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/
wildcard_login_checker.cc 43 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_);
wildcard_login_checker.h 70 base::Time start_timestamp_; member in class:policy::WildcardLoginChecker
  /external/chromium_org/media/filters/
audio_clock.h 123 const base::TimeDelta start_timestamp_; member in class:media::AudioClock
audio_clock.cc 15 : start_timestamp_(start_timestamp),
38 if (start_timestamp_ == front_timestamp_ && buffered_.empty())
video_renderer_impl.h 189 base::TimeDelta start_timestamp_; member in class:media::VideoRendererImpl
audio_decoder_unittest.cc 145 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
audio_renderer_impl.h 167 // Returns true if the data in the buffer is all before |start_timestamp_|.
254 base::TimeDelta start_timestamp_; member in class:media::AudioRendererImpl
video_renderer_impl.cc 105 start_timestamp_ = timestamp;
334 if (frame->timestamp() <= start_timestamp_)
audio_renderer_impl.cc 151 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/
pipeline.cc 346 start_timestamp_ = demuxer_->GetStartTime();
351 DCHECK(start_timestamp_ >= base::TimeDelta());
352 renderer_->StartPlayingFrom(start_timestamp_);
596 start_timestamp_ = seek_timestamp;
pipeline.h 328 base::TimeDelta start_timestamp_; member in class:media::Pipeline
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc 82 start_timestamp_(0),
    [all...]
rtcp_sender.h 298 uint32_t start_timestamp_ GUARDED_BY(_criticalSectionRTCPSender);
rtp_sender.h 382 uint32_t start_timestamp_ GUARDED_BY(send_critsect_);
rtcp_sender.cc 99 start_timestamp_(0),
311 start_timestamp_ = start_timestamp;
616 RTPtime = start_timestamp_ + last_rtp_timestamp_ +
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 570 TimeInMillis start_timestamp() const { return start_timestamp_; }
912 TimeInMillis start_timestamp_; member in class:testing::internal::UnitTestImpl
    [all...]
gtest.cc     [all...]
  /external/gtest/src/
gtest-internal-inl.h 570 TimeInMillis start_timestamp() const { return start_timestamp_; }
912 TimeInMillis start_timestamp_; member in class:testing::internal::UnitTestImpl
    [all...]
gtest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 564 TimeInMillis start_timestamp() const { return start_timestamp_; }
906 TimeInMillis start_timestamp_; member in class:testing::internal::UnitTestImpl
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 1313 TimeInMillis start_timestamp_; member in class:testing::internal::UnitTestImpl
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 1313 TimeInMillis start_timestamp_; member in class:testing::internal::UnitTestImpl
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 1313 TimeInMillis start_timestamp_; member in class:testing::internal::UnitTestImpl
    [all...]

Completed in 1473 milliseconds

1 2