HomeSort by relevance Sort by last modified time
    Searched defs:CanReadWithoutStalling (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/base/
video_decoder.cc 19 bool VideoDecoder::CanReadWithoutStalling() const {
  /external/chromium_org/media/filters/
decoder_stream.cc 209 bool DecoderStream<StreamType>::CanReadWithoutStalling() const {
211 return !ready_outputs_.empty() || decoder_->CanReadWithoutStalling();
215 bool DecoderStream<DemuxerStream::AUDIO>::CanReadWithoutStalling() const {
gpu_video_decoder.cc 322 bool GpuVideoDecoder::CanReadWithoutStalling() const {

Completed in 111 milliseconds