Searched refs:timestamp_helper (Results 1 – 2 of 2) sorted by relevance
29 const AudioTimestampHelper& timestamp_helper) { in AccurateTrimStart() argument31 buffer->set_timestamp(timestamp_helper.GetTimestamp()); in AccurateTrimStart()75 const AudioTimestampHelper& timestamp_helper() { in timestamp_helper() function in media::AudioStreamSanitizer259 output_sanitizer_->timestamp_helper(); in AddInput()297 0, pre_splice_sanitizer_->timestamp_helper().base_timestamp()); in AddInput()372 output_sanitizer_->timestamp_helper(); in ExtractCrossfadeFromPreSplice()456 output_sanitizer_->timestamp_helper(); in CrossfadePostSplice()
621 AudioTimestampHelper timestamp_helper(kOutputSamplesPerSecond); in TEST_F() local622 timestamp_helper.SetBaseTimestamp(base::TimeDelta()); in TEST_F()625 EXPECT_EQ(timestamp_helper.GetTimestamp(), CurrentMediaTime()); in TEST_F()634 EXPECT_EQ(timestamp_helper.GetTimestamp(), CurrentMediaTime()); in TEST_F()641 timestamp_helper.AddFrames(frames_to_consume.value); in TEST_F()642 EXPECT_EQ(timestamp_helper.GetTimestamp(), CurrentMediaTime()); in TEST_F()