Home | History | Annotate | Download | only in vda

Lines Matching defs:cleared

180       cleared(false) {}
218 bool cleared,
220 : cleared(cleared), picture(picture) {}
1553 DCHECK_EQ(output_record.cleared, false);
2975 pending_picture_ready_.push(PictureRecord(output_record.cleared, picture));
2977 output_record.cleared = true;
3013 bool cleared = pending_picture_ready_.front().cleared;
3015 if (cleared && picture_clearing_count_ == 0) {
3018 // This picture is cleared. It can be posted to a thread different than
3020 // all pictures are cleared at the beginning.
3025 } else if (!cleared || resetting_or_flushing) {
3026 DVLOGF(3) << "cleared=" << pending_picture_ready_.front().cleared
3032 // If the picture is not cleared, post it to the child thread because it
3033 // has to be cleared in the child thread. A picture only needs to be
3034 // cleared once. If the decoder is resetting or flushing, send all
3045 // This picture is cleared. But some pictures are about to be cleared on
3047 // pictures are cleared.