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

  /external/chromium_org/media/base/
audio_discard_helper.h 71 base::TimeDelta last_input_timestamp_; member in class:media::AudioDiscardHelper
audio_discard_helper.cc 31 last_input_timestamp_(kNoTimestamp()),
46 last_input_timestamp_ = kNoTimestamp();
60 WarnOnNonMonotonicTimestamps(last_input_timestamp_,
62 last_input_timestamp_ = encoded_buffer->timestamp();
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_audio_decoder.h 79 base::TimeDelta last_input_timestamp_; member in class:media::FFmpegCdmAudioDecoder
ffmpeg_cdm_audio_decoder.cc 140 last_input_timestamp_(kNoTimestamp()),
234 if (last_input_timestamp_ == kNoTimestamp()) {
242 last_input_timestamp_ = timestamp;
245 if (timestamp < last_input_timestamp_) {
246 base::TimeDelta diff = timestamp - last_input_timestamp_;
253 last_input_timestamp_ = timestamp;
412 last_input_timestamp_ = kNoTimestamp();

Completed in 59 milliseconds