Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h204 …unsigned long ulTargetWidth; /**< IN: Post-processed output width (Should be aligned… member
803 unsigned int ulTargetWidth; /**< IN: Post processed output width */ member
Dgstnvdecoder.c296 create_info.ulTargetWidth = GST_VIDEO_INFO_WIDTH (info); in gst_nv_decoder_configure()
Dgstnvdec.c543 create_info.ulTargetWidth = width; in parser_sequence_callback()
/third_party/ffmpeg/libavcodec/
Dcuviddec.c152 cuinfo.ulTargetWidth = avctx->width = (avctx->width + 1) & ~1; in cuvid_handle_video_sequence()
158 cuinfo.target_rect.right = cuinfo.ulTargetWidth; in cuvid_handle_video_sequence()
Dnvdec.c397 params.ulTargetWidth = avctx->coded_width; in ff_nvdec_decode_init()