HomeSort by relevance Sort by last modified time
    Searched refs:audio_timestamp_helper_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/mp2t/
es_parser_adts.cc 190 audio_timestamp_helper_->SetBaseTimestamp(pts_list_.front().second);
194 base::TimeDelta current_pts = audio_timestamp_helper_->GetTimestamp();
196 audio_timestamp_helper_->GetFrameDuration(kNumberSamplesPerAACFrame);
211 audio_timestamp_helper_->AddFrames(kNumberSamplesPerAACFrame);
274 if (audio_timestamp_helper_) {
275 base::TimeDelta base_timestamp = audio_timestamp_helper_->GetTimestamp();
276 audio_timestamp_helper_.reset(
278 audio_timestamp_helper_->SetBaseTimestamp(base_timestamp);
280 audio_timestamp_helper_.reset(
es_parser_adts.h 74 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_; member in class:media::mp2t::EsParserAdts
  /external/chromium_org/media/base/android/
media_source_player.cc 141 if (audio_timestamp_helper_)
142 audio_timestamp_helper_->SetBaseTimestamp(seek_time);
338 audio_timestamp_helper_.reset(new AudioTimestampHelper(sampling_rate_));
339 audio_timestamp_helper_->SetBaseTimestamp(GetCurrentTime());
341 audio_timestamp_helper_.reset();
450 if (audio_timestamp_helper_)
451 audio_timestamp_helper_->SetBaseTimestamp(actual_browser_seek_time);
479 audio_timestamp_helper_->AddFrames(
481 new_max_time = audio_timestamp_helper_->GetTimestamp();
892 timeout = audio_timestamp_helper_->GetTimestamp() - current_timestamp
    [all...]
media_source_player.h 268 scoped_ptr<AudioTimestampHelper> audio_timestamp_helper_; member in class:media::MediaSourcePlayer

Completed in 25 milliseconds