Searched refs:base_timestamp (Results 1 – 12 of 12) sorted by relevance
20 void AudioTimestampHelper::SetBaseTimestamp(base::TimeDelta base_timestamp) { in SetBaseTimestamp() argument21 base_timestamp_ = base_timestamp; in SetBaseTimestamp()25 base::TimeDelta AudioTimestampHelper::base_timestamp() const { in base_timestamp() function in media::AudioTimestampHelper
58 void ResetTimestampState(int64 frame_count, base::TimeDelta base_timestamp);106 base::TimeDelta base_timestamp) { in ResetTimestampState() argument109 output_timestamp_helper_.SetBaseTimestamp(base_timestamp); in ResetTimestampState()127 if (output_timestamp_helper_.base_timestamp() == kNoTimestamp()) in AddInput()130 if (output_timestamp_helper_.base_timestamp() > input->timestamp()) { in AddInput()279 output_ts_helper.frame_count(), output_ts_helper.base_timestamp()); in AddInput()297 if (output_ts_helper.base_timestamp() == kNoTimestamp()) { in AddInput()299 0, pre_splice_sanitizer_->timestamp_helper().base_timestamp()); in AddInput()
33 void SetBaseTimestamp(base::TimeDelta base_timestamp);35 base::TimeDelta base_timestamp() const;
62 return timestamp_helper_.base_timestamp() != kNoTimestamp(); in initialized()
62 EXPECT_TRUE(kNoTimestamp() == helper_.base_timestamp()); in TEST_F()
58 if (timestamp_helper_.base_timestamp() == kNoTimestamp()) in AddInput()
59 void AudioDecoderJob::SetBaseTimestamp(base::TimeDelta base_timestamp) { in SetBaseTimestamp() argument61 base_timestamp_ = base_timestamp; in SetBaseTimestamp()
37 void SetBaseTimestamp(base::TimeDelta base_timestamp);
215 base::TimeDelta base_timestamp; in ParseFrame() local217 base_timestamp = timestamp_helper_->GetTimestamp(); in ParseFrame()220 timestamp_helper_->SetBaseTimestamp(base_timestamp); in ParseFrame()
259 base::TimeDelta base_timestamp = audio_timestamp_helper_->GetTimestamp(); in UpdateAudioConfiguration() local262 audio_timestamp_helper_->SetBaseTimestamp(base_timestamp); in UpdateAudioConfiguration()
104 if (timestamp_helper_->base_timestamp() == kNoTimestamp() && in Decode()
300 if (output_timestamp_helper_->base_timestamp() == kNoTimestamp() && in DecodeBuffer()