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

  /external/chromium_org/media/filters/
source_buffer_stream.h 220 // Seeks |range| to |seek_timestamp| and then calls SetSelectedRange() with
223 DecodeTimestamp seek_timestamp);
228 // Returns true if |seek_timestamp| refers to the beginning of the first range
230 bool ShouldSeekToStartOfBuffered(base::TimeDelta seek_timestamp) const;
source_buffer_stream.cc 442 base::TimeDelta seek_timestamp) const {
447 return (seek_timestamp <= beginning_of_buffered &&
714 DecodeTimestamp seek_timestamp = FindKeyframeAfterTimestamp(tb_timestamp);
715 if (seek_timestamp != kNoDecodeTimestamp() &&
716 seek_timestamp < new_buffers.front()->GetDecodeTimestamp() &&
718 (*range_for_next_append_)->BelongsToRange(seek_timestamp)) {
719 DCHECK(tb_timestamp < seek_timestamp);
729 SeekAndSetSelectedRange(*range_for_next_append_, seek_timestamp);
1255 DecodeTimestamp seek_timestamp = local
1264 seek_timestamp); local
    [all...]
  /external/chromium_org/media/base/
pipeline.cc 375 void Pipeline::DoSeek(TimeDelta seek_timestamp,
400 &Demuxer::Seek, base::Unretained(demuxer_), seek_timestamp));
589 const base::TimeDelta seek_timestamp = local
596 start_timestamp_ = seek_timestamp;
598 DoSeek(seek_timestamp,
pipeline.h 270 void DoSeek(base::TimeDelta seek_timestamp, const PipelineStatusCB& done_cb);

Completed in 3878 milliseconds