Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp480 DecodedFrame* pLastDecodedFrame = &m_frameData[m_frameDataIdx]; in decodeFrame() local
483 if (pLastDecodedFrame->frameCompleteFence != VK_NULL_HANDLE) in decodeFrame()
485 VK_CHECK(vk.waitForFences(device, 1, &pLastDecodedFrame->frameCompleteFence, true, TIMEOUT_100ms)); in decodeFrame()
486 VK_CHECK(vk.getFenceStatus(device, pLastDecodedFrame->frameCompleteFence)); in decodeFrame()
489 m_decoder->ReleaseDisplayedFrame(pLastDecodedFrame); in decodeFrame()
490 pLastDecodedFrame->Reset(); in decodeFrame()
492 TCU_CHECK_MSG(getNextFrame(pLastDecodedFrame) > 0, "Unexpected decode result"); in decodeFrame()
493 TCU_CHECK_MSG(pLastDecodedFrame, "Unexpected decode result"); in decodeFrame()
496 std::cout << "<= Wait on picIdx: " << pLastDecodedFrame->pictureIndex in decodeFrame()
497 << "\t\tdisplayWidth: " << pLastDecodedFrame in decodeFrame()
[all...]

Completed in 1 milliseconds