Searched refs:nMaxHeight (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvdec.c | 133 caps.nMinHeight, caps.nMaxHeight); in nvdec_test_capabilities() 146 if (params->ulHeight > caps.nMaxHeight || params->ulHeight < caps.nMinHeight) { in nvdec_test_capabilities() 148 (int)params->ulHeight, caps.nMinHeight, caps.nMaxHeight); in nvdec_test_capabilities()
|
D | cuviddec.c | 754 …pported, ctx->caps8.nMinWidth, ctx->caps8.nMaxWidth, ctx->caps8.nMinHeight, ctx->caps8.nMaxHeight); in cuvid_test_capabilities() 756 …ted, ctx->caps10.nMinWidth, ctx->caps10.nMaxWidth, ctx->caps10.nMinHeight, ctx->caps10.nMaxHeight); in cuvid_test_capabilities() 758 …ted, ctx->caps12.nMinWidth, ctx->caps12.nMaxWidth, ctx->caps12.nMinHeight, ctx->caps12.nMaxHeight); in cuvid_test_capabilities() 793 if (probed_height > caps->nMaxHeight || probed_height < caps->nMinHeight) { in cuvid_test_capabilities() 795 probed_height, caps->nMinHeight, caps->nMaxHeight); in cuvid_test_capabilities()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuviddec.h | 163 …unsigned int nMaxHeight; /**< OUT: Max supported coded height in pixels… member
|
D | gstnvdecoder.c | 1161 if (max_height < decoder_caps.nMaxHeight) in gst_nv_decoder_check_device_caps() 1162 max_height = decoder_caps.nMaxHeight; in gst_nv_decoder_check_device_caps()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | extNvidiaVideoParserIf.hpp | 597 int32_t nMaxHeight; // Max height within sequence member
|
D | vktVideoBaseDecodeUtils.cpp | 980 …idiaVulkanParserSequenceInfo.nMaxWidth != 0) && (m_nvidiaVulkanParserSequenceInfo.nMaxHeight != 0); in BeginSequence() 1038 m_nvidiaVulkanParserSequenceInfo.nMaxHeight = pnvsi->nCodedHeight; in BeginSequence()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
D | extNvidiaVideoParserIf.hpp | 597 int32_t nMaxHeight; // Max height within sequence member
|
D | vktVideoBaseDecodeUtils.cpp | 980 …idiaVulkanParserSequenceInfo.nMaxWidth != 0) && (m_nvidiaVulkanParserSequenceInfo.nMaxHeight != 0); in BeginSequence() 1038 m_nvidiaVulkanParserSequenceInfo.nMaxHeight = pnvsi->nCodedHeight; in BeginSequence()
|