Searched refs:pending_picture_ready_ (Results 1 – 2 of 2) sorted by relevance
421 std::queue<PictureRecord> pending_picture_ready_; variable
2976 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()