Home
last modified time | relevance | path

Searched refs:ulHeight (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec.c146 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()
Dcuviddec.c134 avctx->coded_height = cuinfo.ulHeight = format->coded_height; in cuvid_handle_video_sequence()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h178 …unsigned long ulHeight; /**< IN: Coded sequence height in pixels … member
802 …unsigned int ulHeight; /**< IN: Coded sequence height in pixels, MUST be < = ulMaxHeigh… member
Dgstnvdecoder.c281 create_info.ulHeight = GST_VIDEO_INFO_HEIGHT (&decoder->coded_info); in gst_nv_decoder_configure()
Dgstnvdec.c531 create_info.ulHeight = height; in parser_sequence_callback()