Searched refs:base_timestamp_ (Results 1 – 4 of 4) sorted by relevance
13 : base_timestamp_(kNoTimestamp()), in AudioTimestampHelper()21 base_timestamp_ = base_timestamp; in SetBaseTimestamp()26 return base_timestamp_; in base_timestamp()31 DCHECK(base_timestamp_ != kNoTimestamp()); in AddFrames()46 DCHECK(base_timestamp_ != kNoTimestamp()); in GetFramesToTarget()47 DCHECK(target >= base_timestamp_); in GetFramesToTarget()57 base::TimeDelta delta_from_base = target - base_timestamp_; in GetFramesToTarget()70 DCHECK(base_timestamp_ != kNoTimestamp()); in ComputeTimestamp()72 return base_timestamp_ + base::TimeDelta::FromMicroseconds(frames_us); in ComputeTimestamp()
62 base::TimeDelta base_timestamp_; variable
72 base_timestamp_ = base_timestamp; in SetBaseTimestamp()74 audio_timestamp_helper_->SetBaseTimestamp(base_timestamp_); in SetBaseTimestamp()136 base_timestamp_ = audio_timestamp_helper_->GetTimestamp(); in CreateMediaCodecBridgeInternal()138 audio_timestamp_helper_->SetBaseTimestamp(base_timestamp_); in CreateMediaCodecBridgeInternal()
65 base::TimeDelta base_timestamp_; variable