Searched refs:output_timestamp_helper_ (Results 1 – 3 of 3) sorted by relevance
76 return output_timestamp_helper_; in timestamp_helper()86 AudioTimestampHelper output_timestamp_helper_; member in media::AudioStreamSanitizer96 : output_timestamp_helper_(samples_per_second), in AudioStreamSanitizer()109 output_timestamp_helper_.SetBaseTimestamp(base_timestamp); in ResetTimestampState()111 output_timestamp_helper_.AddFrames(frame_count); in ResetTimestampState()127 if (output_timestamp_helper_.base_timestamp() == kNoTimestamp()) in AddInput()128 output_timestamp_helper_.SetBaseTimestamp(input->timestamp()); in AddInput()130 if (output_timestamp_helper_.base_timestamp() > input->timestamp()) { in AddInput()137 output_timestamp_helper_.GetTimestamp(); in AddInput()148 frames_to_fill = output_timestamp_helper_.GetFramesToTarget(timestamp); in AddInput()[all …]
186 output_timestamp_helper_.reset( in Initialize()300 if (output_timestamp_helper_->base_timestamp() == kNoTimestamp() && in DecodeBuffer()307 output_timestamp_helper_->SetBaseTimestamp(base::TimeDelta()); in DecodeBuffer()309 output_timestamp_helper_->SetBaseTimestamp(timestamp); in DecodeBuffer()347 output_timestamp_helper_->GetTimestamp(); in DecodeBuffer()348 output_timestamp_helper_->AddFrames(decoded_audio_size / in DecodeBuffer()411 output_timestamp_helper_->SetBaseTimestamp(kNoTimestamp()); in ResetTimestampState()
77 scoped_ptr<AudioTimestampHelper> output_timestamp_helper_; variable