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 21 bool VideoDecoder::CanReadWithoutStalling() const {
video_decoder.h 88 virtual bool CanReadWithoutStalling() const;
  /external/chromium_org/media/filters/
video_frame_stream.h 80 bool CanReadWithoutStalling() const;
gpu_video_decoder.h 50 virtual bool CanReadWithoutStalling() const OVERRIDE;
video_frame_stream.cc 152 bool VideoFrameStream::CanReadWithoutStalling() const {
154 return decoder_->CanReadWithoutStalling();
video_renderer_base.cc 394 if (!video_frame_stream_.CanReadWithoutStalling() ||
gpu_video_decoder.cc 326 bool GpuVideoDecoder::CanReadWithoutStalling() const {

Completed in 242 milliseconds