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

  /external/chromium_org/media/filters/
gpu_video_decoder.cc 78 ready_video_frames_.clear();
83 ready_video_frames_.clear();
226 if (!ready_video_frames_.empty()) {
271 if (!ready_video_frames_.empty()) {
328 return available_pictures_ > 0 || !ready_video_frames_.empty();
463 ready_video_frames_.push_back(frame);
465 DCHECK(!ready_video_frames_.empty());
471 .Run(kOk, ready_video_frames_.front());
472 ready_video_frames_.pop_front();
577 DCHECK(ready_video_frames_.empty())
    [all...]
gpu_video_decoder.h 81 // merely triggers delivery, and requires the ready_video_frames_ queue not be
171 std::list<scoped_refptr<VideoFrame> > ready_video_frames_; member in class:media::GpuVideoDecoder

Completed in 52 milliseconds