Home
last modified time | relevance | path

Searched refs:pending_picture_ready_ (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.h421 std::queue<PictureRecord> pending_picture_ready_; variable
Dv4l2_slice_video_decode_accelerator.cc2976 pending_picture_ready_.push(PictureRecord(output_record.cleared, picture)); in OutputSurface()
3013 while (!pending_picture_ready_.empty()) { in SendPictureReady()
3014 bool cleared = pending_picture_ready_.front().cleared; in SendPictureReady()
3015 const Picture& picture = pending_picture_ready_.front().picture; in SendPictureReady()
3025 pending_picture_ready_.pop(); in SendPictureReady()
3027 DVLOGF(3) << "cleared=" << pending_picture_ready_.front().cleared in SendPictureReady()
3044 pending_picture_ready_.pop(); in SendPictureReady()