Home
last modified time | relevance | path

Searched refs:preroll_timestamp_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/media/base/android/
Dmedia_source_player.cc462 preroll_timestamp_ = current_time; in OnDemuxerSeekDone()
464 audio_decoder_job_->BeginPrerolling(preroll_timestamp_); in OnDemuxerSeekDone()
466 video_decoder_job_->BeginPrerolling(preroll_timestamp_); in OnDemuxerSeekDone()
796 audio_decoder_job_->BeginPrerolling(preroll_timestamp_); in ConfigureAudioDecoderJob()
865 video_decoder_job_->BeginPrerolling(preroll_timestamp_); in ConfigureVideoDecoderJob()
Dmedia_decoder_job.h163 base::TimeDelta preroll_timestamp_; variable
Dmedia_decoder_job.cc135 preroll_timestamp_ = preroll_timestamp; in BeginPrerolling()
360 bool render_output = unit.timestamp >= preroll_timestamp_ && in DecodeInternal()
Dmedia_source_player.h260 base::TimeDelta preroll_timestamp_; variable
Dmedia_source_player_unittest.cc182 return player_.preroll_timestamp_; in GetPrerollTimestamp()
/external/chromium_org/media/filters/
Dvideo_renderer_impl.cc145 preroll_timestamp_ = time; in Preroll()
405 if (state_ == kPrerolling && preroll_timestamp_ != kNoTimestamp() && in FrameReady()
406 frame->GetTimestamp() <= preroll_timestamp_) { in FrameReady()
Daudio_renderer_impl.cc222 preroll_timestamp_ = time; in Preroll()
412 preroll_timestamp_ - buffer->timestamp(); in HandleSplicerBuffer()
521 (buffer->timestamp() + buffer->duration()) < preroll_timestamp_; in IsBeforePrerollTime()
Dvideo_renderer_impl.h228 base::TimeDelta preroll_timestamp_; variable
Daudio_renderer_impl.h248 base::TimeDelta preroll_timestamp_; variable