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

  /external/chromium_org/media/base/
audio_splicer.h 92 splice_timestamp_ = max_splice_end_timestamp_ = kNoTimestamp();
97 base::TimeDelta max_splice_end_timestamp_; member in class:media::AudioSplicer
audio_splicer.cc 236 max_splice_end_timestamp_(kNoTimestamp()),
320 input->timestamp() + input->duration() < max_splice_end_timestamp_) {
362 max_splice_end_timestamp_ = splice_timestamp_ + max_crossfade_duration_;
380 output_ts_helper.GetFramesToTarget(max_splice_end_timestamp_) -

Completed in 54 milliseconds