Home
last modified time | relevance | path

Searched refs:last_push_playout_timestamp_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cma/backend/
H A Daudio_decoder_for_mixer.cc142 last_push_playout_timestamp_ = kInvalidTimestamp; in Initialize()
217 last_push_playout_timestamp_ = kInvalidTimestamp; in RestartPlaybackAt()
248 last_push_playout_timestamp_ = kInvalidTimestamp; in Resume()
281 if (paused_ || last_push_playout_timestamp_ == kInvalidTimestamp || in GetTimestampedPts()
287 *timestamp = last_push_playout_timestamp_; in GetTimestampedPts()
384 int64_t last_timestamp = last_push_playout_timestamp_; in ResetMixerInputForNewConfig()
385 last_push_playout_timestamp_ = kInvalidTimestamp; in ResetMixerInputForNewConfig()
504 last_push_playout_timestamp_ = in OnBufferDecoded()
H A Daudio_decoder_for_mixer.h121 int64_t last_push_playout_timestamp_ = INT64_MIN; variable