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 233 splice_timestamp_(kNoTimestamp()),
252 if (splice_timestamp_ == kNoTimestamp()) {
266 if (input->timestamp() + input->duration() < splice_timestamp_) {
283 // The first post splice buffer is expected to match |splice_timestamp_|.
285 CHECK(splice_timestamp_ == input->timestamp());
304 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 143 // Indicates this buffer is part of a splice around |splice_timestamp_|.
147 return splice_timestamp_;
154 splice_timestamp_ = splice_timestamp;
180 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 2049 milliseconds