Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp972 DEBUGLOG(std::cout << "VideoBaseDecoder::BeginSequence " << std::dec << pnvsi->nCodedWidth << "x" << pnvsi->nCodedHeight << std::endl);
988 || (pnvsi->nCodedHeight != m_nvidiaVulkanParserSequenceInfo.nCodedHeight);
1009 (uint32_t)pnvsi->nCodedHeight, // uint32_t coded_height;
1038 m_nvidiaVulkanParserSequenceInfo.nMaxHeight = pnvsi->nCodedHeight;
H A DextNvidiaVideoParserIf.hpp595 int32_t nCodedHeight; // Coded Picture Height member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp800 if ((pnvsi->nCodedWidth != m_nvsi.nCodedWidth) || (pnvsi->nCodedHeight != m_nvsi.nCodedHeight)) {
808 m_nvsi.nMaxHeight = pnvsi->nCodedHeight;
827 detectedFormat.coded_height = pnvsi->nCodedHeight;

Completed in 10 milliseconds