Home
last modified time | relevance | path

Searched refs:nMinHeight (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 …8.bIsSupported, ctx->caps8.nMinWidth, ctx->caps8.nMaxWidth, ctx->caps8.nMinHeight, ctx->caps8.nMax… in cuvid_test_capabilities()
756 …IsSupported, ctx->caps10.nMinWidth, ctx->caps10.nMaxWidth, ctx->caps10.nMinHeight, ctx->caps10.nMa… in cuvid_test_capabilities()
758 …IsSupported, ctx->caps12.nMinWidth, ctx->caps12.nMaxWidth, ctx->caps12.nMinHeight, ctx->caps12.nMa… 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.h167 …unsigned short nMinHeight; /**< OUT: Min supported coded height in pixels… member
Dgstnvdecoder.c1157 if (min_height > decoder_caps.nMinHeight) in gst_nv_decoder_check_device_caps()
1158 min_height = decoder_caps.nMinHeight; in gst_nv_decoder_check_device_caps()