OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_splice_timestamp
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/media/filters/
fake_demuxer_stream.h
66
void
set_splice_timestamp
(base::TimeDelta splice_timestamp) {
function in class:media::FakeDemuxerStream
fake_demuxer_stream.cc
184
buffer->
set_splice_timestamp
(splice_timestamp_);
video_frame_stream_unittest.cc
597
demuxer_stream_->
set_splice_timestamp
(splice_timestamp);
603
demuxer_stream_->
set_splice_timestamp
(kNoTimestamp());
/external/chromium_org/media/base/
stream_parser_buffer.cc
30
copied_buffer->
set_splice_timestamp
(buffer.splice_timestamp());
124
overlapping_buffer->
set_splice_timestamp
(kNoTimestamp());
149
set_splice_timestamp
(overlapping_buffer->timestamp());
170
splice_buffers_.back()->
set_splice_timestamp
(splice_timestamp());
decoder_buffer.h
152
void
set_splice_timestamp
(base::TimeDelta splice_timestamp) {
function in class:media::DecoderBuffer
/external/chromium_org/media/mojo/services/
media_type_converters_unittest.cc
28
buffer->
set_splice_timestamp
(base::TimeDelta::FromMilliseconds(200));
media_type_converters.cc
205
buffer->
set_splice_timestamp
(
Completed in 126 milliseconds