Searched refs:ulHeight (Results 1 – 5 of 5) sorted by relevance
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()152 if ((params->ulWidth * params->ulHeight) / 256 > caps.nMaxMBCount) { in nvdec_test_capabilities()154 (int)(params->ulWidth * params->ulHeight) / 256, caps.nMaxMBCount); in nvdec_test_capabilities()396 params.ulHeight = avctx->coded_height; in ff_nvdec_decode_init()
134 avctx->coded_height = cuinfo.ulHeight = format->coded_height; in cuvid_handle_video_sequence()
178 …unsigned long ulHeight; /**< IN: Coded sequence height in pixels … member802 …unsigned int ulHeight; /**< IN: Coded sequence height in pixels, MUST be < = ulMaxHeigh… member
281 create_info.ulHeight = GST_VIDEO_INFO_HEIGHT (&decoder->coded_info); in gst_nv_decoder_configure()
531 create_info.ulHeight = height; in parser_sequence_callback()