Home
last modified time | relevance | path

Searched refs:set_splice_timestamp (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/media/base/
Dstream_parser_buffer.cc30 copied_buffer->set_splice_timestamp(buffer.splice_timestamp()); in CopyBuffer()
113 overlapping_buffer->set_splice_timestamp(kNoTimestamp()); in ConvertToSpliceBuffer()
138 set_splice_timestamp(overlapping_buffer->timestamp()); in ConvertToSpliceBuffer()
157 splice_buffers_.back()->set_splice_timestamp(splice_timestamp()); in ConvertToSpliceBuffer()
Ddecoder_buffer.h148 void set_splice_timestamp(base::TimeDelta splice_timestamp) { in set_splice_timestamp() function
/external/chromium_org/media/filters/
Dfake_demuxer_stream.h66 void set_splice_timestamp(base::TimeDelta splice_timestamp) { in set_splice_timestamp() function
Dfake_demuxer_stream.cc184 buffer->set_splice_timestamp(splice_timestamp_); in DoRead()
Dvideo_frame_stream_unittest.cc544 demuxer_stream_->set_splice_timestamp(splice_timestamp); in TEST_P()
550 demuxer_stream_->set_splice_timestamp(kNoTimestamp()); in TEST_P()