Searched refs:audio_timestamp_helper_ (Results 1 – 4 of 4) sorted by relevance
190 audio_timestamp_helper_->SetBaseTimestamp(pts_list_.front().second); in Parse()194 base::TimeDelta current_pts = audio_timestamp_helper_->GetTimestamp(); in Parse()196 audio_timestamp_helper_->GetFrameDuration(kNumberSamplesPerAACFrame); in Parse()211 audio_timestamp_helper_->AddFrames(kNumberSamplesPerAACFrame); in Parse()274 if (audio_timestamp_helper_) { in UpdateAudioConfiguration()275 base::TimeDelta base_timestamp = audio_timestamp_helper_->GetTimestamp(); in UpdateAudioConfiguration()276 audio_timestamp_helper_.reset( in UpdateAudioConfiguration()278 audio_timestamp_helper_->SetBaseTimestamp(base_timestamp); in UpdateAudioConfiguration()280 audio_timestamp_helper_.reset( in UpdateAudioConfiguration()
74 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_; variable
141 if (audio_timestamp_helper_) in ScheduleSeekEventAndStopDecoding()142 audio_timestamp_helper_->SetBaseTimestamp(seek_time); in ScheduleSeekEventAndStopDecoding()338 audio_timestamp_helper_.reset(new AudioTimestampHelper(sampling_rate_)); in OnDemuxerConfigsAvailable()339 audio_timestamp_helper_->SetBaseTimestamp(GetCurrentTime()); in OnDemuxerConfigsAvailable()341 audio_timestamp_helper_.reset(); in OnDemuxerConfigsAvailable()450 if (audio_timestamp_helper_) in OnDemuxerSeekDone()451 audio_timestamp_helper_->SetBaseTimestamp(actual_browser_seek_time); in OnDemuxerSeekDone()479 audio_timestamp_helper_->AddFrames( in UpdateTimestamps()481 new_max_time = audio_timestamp_helper_->GetTimestamp(); in UpdateTimestamps()892 timeout = audio_timestamp_helper_->GetTimestamp() - current_timestamp; in StartStarvationCallback()
268 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_; variable