Searched refs:last_input_timestamp_ (Results 1 – 4 of 4) sorted by relevance
31 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()
71 base::TimeDelta last_input_timestamp_; variable
140 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()
79 base::TimeDelta last_input_timestamp_; variable