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

  /external/chromium_org/media/base/
stream_parser_buffer.cc 25 copied_buffer->SetDecodeTimestamp(buffer.GetDecodeTimestamp());
70 void StreamParserBuffer::SetDecodeTimestamp(base::TimeDelta timestamp) {
73 preroll_buffer_->SetDecodeTimestamp(timestamp);
132 SetDecodeTimestamp(first_splice_buffer->GetDecodeTimestamp());
178 preroll_buffer_->SetDecodeTimestamp(GetDecodeTimestamp());
stream_parser_buffer.h 39 void SetDecodeTimestamp(base::TimeDelta timestamp);
stream_parser_unittest.cc 55 buffer->SetDecodeTimestamp(
  /external/chromium_org/media/filters/
frame_processor_base.cc 195 buffer->SetDecodeTimestamp(append_window_start);
frame_processor.cc 254 frame->SetDecodeTimestamp(decode_timestamp);
frame_processor_unittest.cc 127 buffer->SetDecodeTimestamp(timestamp);
source_buffer_stream_unittest.cc 394 buffer->SetDecodeTimestamp(timestamp);
494 buffer->SetDecodeTimestamp(timestamp);
    [all...]
  /external/chromium_org/media/formats/mp2t/
mp2t_stream_parser.cc 511 stream_parser_buffer->SetDecodeTimestamp(
540 stream_parser_buffer->SetDecodeTimestamp(
653 frame->SetDecodeTimestamp(discarded_frames_dts_.front());
es_parser_adts.cc 174 stream_parser_buffer->SetDecodeTimestamp(current_pts);
es_parser_h264.cc 274 stream_parser_buffer->SetDecodeTimestamp(current_timing_desc.dts);
  /external/chromium_org/media/formats/mp4/
mp4_stream_parser.cc 536 stream_buf->SetDecodeTimestamp(runs_->dts());

Completed in 465 milliseconds