Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-headers/include/
Dwiadevd.h37 …DeviceBitmapLogo)(THIS_ BSTR bstrDeviceId,HBITMAP *phBitmap,ULONG nMaxWidth,ULONG nMaxHeight) PURE; in DECLARE_INTERFACE_()
/third_party/ffmpeg/libavcodec/
Dcuviddec.c734 …pported, ctx->caps8.nMinWidth, ctx->caps8.nMaxWidth, ctx->caps8.nMinHeight, ctx->caps8.nMaxHeight); in cuvid_test_capabilities()
736 …ted, ctx->caps10.nMinWidth, ctx->caps10.nMaxWidth, ctx->caps10.nMinHeight, ctx->caps10.nMaxHeight); in cuvid_test_capabilities()
738 …ted, ctx->caps12.nMinWidth, ctx->caps12.nMaxWidth, ctx->caps12.nMinHeight, ctx->caps12.nMaxHeight); in cuvid_test_capabilities()
773 if (probed_height > caps->nMaxHeight || probed_height < caps->nMinHeight) { in cuvid_test_capabilities()
775 probed_height, caps->nMinHeight, caps->nMaxHeight); in cuvid_test_capabilities()
Dnvdec.c127 caps.nMinHeight, caps.nMaxHeight); in nvdec_test_capabilities()
140 if (params->ulHeight > caps.nMaxHeight || params->ulHeight < caps.nMinHeight) { in nvdec_test_capabilities()
142 (int)params->ulHeight, caps.nMinHeight, caps.nMaxHeight); in nvdec_test_capabilities()
/third_party/gstreamer/gstplugins_bad/sys/nvdec/
Dcuviddec.h161 …unsigned int nMaxHeight; /**< OUT: Max supported coded height in pixels… member