Home
last modified time | relevance | path

Searched refs:nMaxHeight (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec.c133 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()
Dcuviddec.c754 …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/
Dcuviddec.h163 …unsigned int nMaxHeight; /**< OUT: Max supported coded height in pixels… member
Dgstnvdecoder.c1161 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()