Searched refs:nMaxHeight (Results 1 – 4 of 4) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | wiadevd.h | 37 …DeviceBitmapLogo)(THIS_ BSTR bstrDeviceId,HBITMAP *phBitmap,ULONG nMaxWidth,ULONG nMaxHeight) PURE; in DECLARE_INTERFACE_()
|
/third_party/ffmpeg/libavcodec/ |
D | cuviddec.c | 734 …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()
|
D | nvdec.c | 127 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/ |
D | cuviddec.h | 161 …unsigned int nMaxHeight; /**< OUT: Max supported coded height in pixels… member
|