Home
last modified time | relevance | path

Searched refs:numGopReferenceSlots (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp1315 pPerFrameDecodeParameters->numGopReferenceSlots = FillDpbH264State(pNvidiaVulkanParserPictureData,
1330 const int32_t setupSlotNdx = pPerFrameDecodeParameters->numGopReferenceSlots;
1351 s << "numGopReferenceSlots:" << std::dec << pPerFrameDecodeParameters->numGopReferenceSlots << "(";
1352 if (pPerFrameDecodeParameters->numGopReferenceSlots)
1354 for (int32_t dpbEntryIdx = 0; dpbEntryIdx < pPerFrameDecodeParameters->numGopReferenceSlots; dpbEntryIdx++)
1365 pPerFrameDecodeParameters->decodeFrameInfo.referenceSlotCount = pPerFrameDecodeParameters->numGopReferenceSlots;
1425 pPerFrameDecodeParameters->numGopReferenceSlots = FillDpbH265State(pNvidiaVulkanParserPictureData,
1439 const int32_t setupSlotNdx = pPerFrameDecodeParameters->numGopReferenceSlots;
1459 if (pPerFrameDecodeParameters->numGopReferenceSlots)
[all...]
H A DextNvidiaVideoParserIf.hpp1024 int32_t numGopReferenceSlots; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp1116 pCurrFrameDecParams->numGopReferenceSlots = FillDpbH264State(
1136 if (pCurrFrameDecParams->numGopReferenceSlots) {
1137 DE_ASSERT(pCurrFrameDecParams->numGopReferenceSlots <= (int32_t)VkParserPerFrameDecodeParameters::MAX_DPB_REF_SLOTS);
1138 for (deUint32 dpbEntryIdx = 0; dpbEntryIdx < (deUint32)pCurrFrameDecParams->numGopReferenceSlots;
1146 pCurrFrameDecParams->decodeFrameInfo.referenceSlotCount = pCurrFrameDecParams->numGopReferenceSlots;
1216 pCurrFrameDecParams->numGopReferenceSlots = FillDpbH265State(pd, pin, pDpbRefList, pStdPictureInfo,
1234 if (pCurrFrameDecParams->numGopReferenceSlots) {
1235 DE_ASSERT(pCurrFrameDecParams->numGopReferenceSlots <= (int32_t)VkParserPerFrameDecodeParameters::MAX_DPB_REF_SLOTS);
1236 for (deUint32 dpbEntryIdx = 0; dpbEntryIdx < (deUint32)pCurrFrameDecParams->numGopReferenceSlots;
1244 pCurrFrameDecParams->decodeFrameInfo.referenceSlotCount = pCurrFrameDecParams->numGopReferenceSlots;
[all...]

Completed in 7 milliseconds