HomeSort by relevance Sort by last modified time
    Searched refs:base_timestamp_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/
audio_timestamp_helper.cc 13 : base_timestamp_(kNoTimestamp()),
21 base_timestamp_ = base_timestamp;
26 return base_timestamp_;
31 DCHECK(base_timestamp_ != kNoTimestamp());
46 DCHECK(base_timestamp_ != kNoTimestamp());
47 DCHECK(target >= base_timestamp_);
53 // Compute a timestamp relative to |base_timestamp_| since timestamps
57 base::TimeDelta delta_from_base = target - base_timestamp_;
70 DCHECK(base_timestamp_ != kNoTimestamp());
72 return base_timestamp_ + base::TimeDelta::FromMicroseconds(frames_us)
    [all...]
audio_timestamp_helper.h 53 // Note: |target| must be >= |base_timestamp_|.
61 base::TimeDelta base_timestamp_; member in class:media::AudioTimestampHelper

Completed in 49 milliseconds