Home
last modified time | relevance | path

Searched refs:last_input_timestamp_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/media/base/
Daudio_discard_helper.cc31 last_input_timestamp_(kNoTimestamp()), in AudioDiscardHelper()
46 last_input_timestamp_ = kNoTimestamp(); in Reset()
60 WarnOnNonMonotonicTimestamps(last_input_timestamp_, in ProcessBuffers()
62 last_input_timestamp_ = encoded_buffer->timestamp(); in ProcessBuffers()
Daudio_discard_helper.h71 base::TimeDelta last_input_timestamp_; variable
/external/chromium_org/media/cdm/ppapi/external_clear_key/
Dffmpeg_cdm_audio_decoder.cc140 last_input_timestamp_(kNoTimestamp()), in FFmpegCdmAudioDecoder()
234 if (last_input_timestamp_ == kNoTimestamp()) { in DecodeBuffer()
242 last_input_timestamp_ = timestamp; in DecodeBuffer()
245 if (timestamp < last_input_timestamp_) { in DecodeBuffer()
246 base::TimeDelta diff = timestamp - last_input_timestamp_; in DecodeBuffer()
253 last_input_timestamp_ = timestamp; in DecodeBuffer()
412 last_input_timestamp_ = kNoTimestamp(); in ResetTimestampState()
Dffmpeg_cdm_audio_decoder.h79 base::TimeDelta last_input_timestamp_; variable