Home
last modified time | relevance | path

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

/external/chromium_org/media/base/android/
Dmedia_decoder_job.cc29 needs_flush_(false), in MediaDecoderJob()
122 needs_flush_ = true; in Flush()
260 start_time_ticks, start_presentation_timestamp, needs_flush_, in DecodeNextAccessUnit()
263 needs_flush_ = false; in DecodeNextAccessUnit()
Dmedia_decoder_job.h144 bool needs_flush_; variable