Lines Matching refs:pReferenceSlots
396 VkVideoReferenceSlotInfoKHR* pReferenceSlots,
404 pReferenceSlots[dpbEntryIdx].sType = VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR;
405 pReferenceSlots[dpbEntryIdx].slotIndex = dpbSlotIndex;
406 pReferenceSlots[dpbEntryIdx].pNext = pDpbRefList[dpbEntryIdx].Init(dpbSlotIndex);
425 VkVideoReferenceSlotInfoKHR* pReferenceSlots,
433 pReferenceSlots[dpbEntryIdx].sType = VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR;
434 pReferenceSlots[dpbEntryIdx].slotIndex = dpbSlotIndex;
435 pReferenceSlots[dpbEntryIdx].pNext = pDpbSlotInfo[dpbEntryIdx].Init(dpbSlotIndex);
1145 pCurrFrameDecParams->decodeFrameInfo.pReferenceSlots = referenceSlots;
1148 pCurrFrameDecParams->decodeFrameInfo.pReferenceSlots = NULL;
1243 pCurrFrameDecParams->decodeFrameInfo.pReferenceSlots = referenceSlots;
1246 pCurrFrameDecParams->decodeFrameInfo.pReferenceSlots = nullptr;
1465 decodeBeginInfo.pReferenceSlots = pPicParams->decodeFrameInfo.pReferenceSlots;
1474 cachedParameters->fullReferenceSlots.push_back(decodeBeginInfo.pReferenceSlots[i]);
1481 decodeBeginInfo.pReferenceSlots = cachedParameters->fullReferenceSlots.data();
1865 VkVideoReferenceSlotInfoKHR* pReferenceSlots,
1909 pReferenceSlots[inIdx].slotIndex = -1;
2065 refOnlyDpbIn[dpbIdx].setH264PictureData(pDpbRefList, pReferenceSlots,
2118 VkVideoReferenceSlotInfoKHR* pReferenceSlots,
2148 pReferenceSlots[inIdx].slotIndex = -1;
2231 refOnlyDpbIn[dpbIdx].setH265PictureData(pDpbSlotInfo, pReferenceSlots,