Home
last modified time | relevance | path

Searched refs:nCodedWidth (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);
987 const bool extentChange = (pnvsi->nCodedWidth != m_nvidiaVulkanParserSequenceInfo.nCodedWidth)
1008 (uint32_t)pnvsi->nCodedWidth, // uint32_t coded_width;
1037 m_nvidiaVulkanParserSequenceInfo.nMaxWidth = pnvsi->nCodedWidth;
H A DextNvidiaVideoParserIf.hpp594 int32_t nCodedWidth; // Coded Picture Width 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)) {
807 m_nvsi.nMaxWidth = pnvsi->nCodedWidth;
826 detectedFormat.coded_width = pnvsi->nCodedWidth;

Completed in 11 milliseconds