Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h62 cudaVideoCodec_MPEG2, /**< MPEG2 */ enumerator
Dgstnvdecoder.c1027 {cudaVideoCodec_MPEG2, "mpeg2video",
/third_party/ffmpeg/libavcodec/
Dnvdec.c72 case AV_CODEC_ID_MPEG2VIDEO: return cudaVideoCodec_MPEG2; in map_avcodec_id()
Dcuviddec.c940 ctx->cuparseinfo.CodecType = cudaVideoCodec_MPEG2; in cuvid_decode_init()