Searched refs:nMaxHeight (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | nvdec.c | 134 caps.nMinHeight, caps.nMaxHeight); in nvdec_test_capabilities() 147 if (params->ulHeight > caps.nMaxHeight || params->ulHeight < caps.nMinHeight) { in nvdec_test_capabilities() 149 (int)params->ulHeight, caps.nMinHeight, caps.nMaxHeight); in nvdec_test_capabilities()
|
H A D | cuviddec.c | 729 ctx->caps8.bIsSupported, ctx->caps8.nMinWidth, ctx->caps8.nMaxWidth, ctx->caps8.nMinHeight, ctx->caps8.nMaxHeight); in cuvid_test_capabilities() 731 ctx->caps10.bIsSupported, ctx->caps10.nMinWidth, ctx->caps10.nMaxWidth, ctx->caps10.nMinHeight, ctx->caps10.nMaxHeight); in cuvid_test_capabilities() 733 ctx->caps12.bIsSupported, ctx->caps12.nMinWidth, ctx->caps12.nMaxWidth, ctx->caps12.nMinHeight, ctx->caps12.nMaxHeight); in cuvid_test_capabilities() 768 if (probed_height > caps->nMaxHeight || probed_height < caps->nMinHeight) { in cuvid_test_capabilities() 770 probed_height, caps->nMinHeight, caps->nMaxHeight); in cuvid_test_capabilities()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extNvidiaVideoParserIf.hpp | 597 int32_t nMaxHeight; // Max height within sequence member
|
H A D | vktVideoBaseDecodeUtils.cpp | 980 const bool sequenceUpdate = (m_nvidiaVulkanParserSequenceInfo.nMaxWidth != 0) && (m_nvidiaVulkanParserSequenceInfo.nMaxHeight != 0); 1038 m_nvidiaVulkanParserSequenceInfo.nMaxHeight = pnvsi->nCodedHeight;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 784 bool sequenceUpdate = m_nvsi.nMaxWidth != 0 && m_nvsi.nMaxHeight != 0; 808 m_nvsi.nMaxHeight = pnvsi->nCodedHeight;
|
Completed in 13 milliseconds