Searched refs:refList (Results 1 – 1 of 1) sorted by relevance
516 VAPictureH264 *refList = NULL; in updateReferenceFrames() local536 refList = (list == 0) ? sliceParam->RefPicList0 : in updateReferenceFrames()543 for (uint8_t item = 0; item < (uint8_t)(activeMinus1 + 1); item++, refList++) { in updateReferenceFrames()544 if (refList->flags & VA_PICTURE_H264_INVALID) { in updateReferenceFrames()550 if (refFrame->TopFieldOrderCnt == refList->TopFieldOrderCnt) { in updateReferenceFrames()552 flags = refFrame->flags | refList->flags; in updateReferenceFrames()564 dpb->picture_id = findSurface(refList); in updateReferenceFrames()569 … ETRACE("Reference frame %d is missing. Stop updating references frames.", getPOC(refList)); in updateReferenceFrames()573 dpb->flags = refList->flags; in updateReferenceFrames()578 dpb->frame_idx = refList->frame_idx; in updateReferenceFrames()[all …]