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

  /external/chromium_org/media/base/
audio_splicer.h 69 // all frames before |splice_timestamp_| into |output_sanitizer_| and drops
74 // after |splice_timestamp_| in each sanitizer and capped by
92 splice_timestamp_ = max_splice_end_timestamp_ = kNoTimestamp();
96 base::TimeDelta splice_timestamp_; member in class:media::AudioSplicer
audio_splicer.cc 235 splice_timestamp_(kNoTimestamp()),
254 if (splice_timestamp_ == kNoTimestamp()) {
268 if (input->timestamp() + input->duration() < splice_timestamp_) {
285 // The first post splice buffer is expected to match |splice_timestamp_|.
287 CHECK(splice_timestamp_ == input->timestamp());
306 output_ts_helper.GetFramesToTarget(splice_timestamp_)) {
347 DCHECK(splice_timestamp_ != kNoTimestamp());
353 if (splice_timestamp_ == splice_timestamp)
360 CHECK(splice_timestamp_ == kNoTimestamp());
361 splice_timestamp_ = splice_timestamp
    [all...]
decoder_buffer.h 139 // Indicates this buffer is part of a splice around |splice_timestamp_|.
143 return splice_timestamp_;
150 splice_timestamp_ = splice_timestamp;
176 base::TimeDelta splice_timestamp_; member in class:media::DecoderBuffer
decoder_buffer.cc 47 splice_timestamp_ = kNoTimestamp();
  /external/chromium_org/media/filters/
fake_demuxer_stream.h 67 splice_timestamp_ = splice_timestamp;
90 base::TimeDelta splice_timestamp_; member in class:media::FakeDemuxerStream
fake_demuxer_stream.cc 57 splice_timestamp_ = kNoTimestamp();
184 buffer->set_splice_timestamp(splice_timestamp_);

Completed in 104 milliseconds