Searched refs:nMaxHeight (Results 1 – 4 of 4) 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()
|