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 141 base::TimeDelta splice_timestamp() const { function in class:media::DecoderBuffer
147 // splice around |splice_timestamp|.
148 void set_splice_timestamp(base::TimeDelta splice_timestamp) {
150 splice_timestamp_ = splice_timestamp;
  /external/chromium_org/media/filters/
video_frame_stream_unittest.cc 543 const base::TimeDelta splice_timestamp = base::TimeDelta(); local
544 demuxer_stream_->set_splice_timestamp(splice_timestamp);
545 EXPECT_CALL(*this, OnNewSpliceBuffer(splice_timestamp)).Times(AnyNumber());
source_buffer_stream.cc 1642 const base::TimeDelta splice_timestamp = new_buffers.front()->timestamp(); local
    [all...]

Completed in 139 milliseconds