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

  /external/chromium_org/media/base/
video_decoder.cc 19 bool VideoDecoder::CanReadWithoutStalling() const {
video_decoder.h 103 virtual bool CanReadWithoutStalling() const;
  /external/chromium_org/media/filters/
decoder_stream.h 84 bool CanReadWithoutStalling() const;
207 bool DecoderStream<DemuxerStream::AUDIO>::CanReadWithoutStalling() const;
decoder_stream.cc 183 bool DecoderStream<StreamType>::CanReadWithoutStalling() const {
185 return !ready_outputs_.empty() || decoder_->CanReadWithoutStalling();
189 bool DecoderStream<DemuxerStream::AUDIO>::CanReadWithoutStalling() const {
gpu_video_decoder.h 53 virtual bool CanReadWithoutStalling() const OVERRIDE;
video_renderer_impl.cc 353 !video_frame_stream_->CanReadWithoutStalling() ||
gpu_video_decoder.cc 313 bool GpuVideoDecoder::CanReadWithoutStalling() const {

Completed in 540 milliseconds