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

  /external/chromium_org/media/filters/
decoder_stream.h 95 bool CanDecodeMore() const;
decoder_stream.cc 120 if (state_ == STATE_NORMAL && CanDecodeMore())
231 bool DecoderStream<StreamType>::CanDecodeMore() const {
362 if (CanDecodeMore())
411 DCHECK(CanDecodeMore());
489 if (CanDecodeMore() && !buffer->end_of_stream())

Completed in 655 milliseconds