Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h61 cudaVideoCodec_MPEG1=0, /**< MPEG1 */ enumerator
Dgstnvdecoder.c1025 {cudaVideoCodec_MPEG1, "mpegvideo",
/third_party/ffmpeg/libavcodec/
Dnvdec.c71 case AV_CODEC_ID_MPEG1VIDEO: return cudaVideoCodec_MPEG1; in map_avcodec_id()
Dcuviddec.c935 ctx->cuparseinfo.CodecType = cudaVideoCodec_MPEG1; in cuvid_decode_init()