HomeSort by relevance Sort by last modified time
    Searched defs:splice_timestamp (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/base/
decoder_buffer.h 145 base::TimeDelta splice_timestamp() const { function in class:media::DecoderBuffer
151 // splice around |splice_timestamp|.
152 void set_splice_timestamp(base::TimeDelta splice_timestamp) {
154 splice_timestamp_ = splice_timestamp;
  /external/chromium_org/media/filters/
source_buffer_stream.cc 759 DCHECK(new_buffers.front()->splice_timestamp() !=
1400 const base::TimeDelta splice_timestamp = new_buffers.front()->timestamp(); local
    [all...]
video_frame_stream_unittest.cc 596 const base::TimeDelta splice_timestamp = base::TimeDelta(); local
597 demuxer_stream_->set_splice_timestamp(splice_timestamp);
598 EXPECT_CALL(*this, OnNewSpliceBuffer(splice_timestamp)).Times(AnyNumber());

Completed in 63 milliseconds