Home
last modified time | relevance | path

Searched refs:cudaVideoCodec_VP9 (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dplugin.c203 case cudaVideoCodec_VP9: in plugin_init()
Dcuviddec.h71 cudaVideoCodec_VP9, /**< VP9 */ enumerator
Dgstnvdecoder.c993 case cudaVideoCodec_VP9: in gst_nv_decoder_get_supported_codec_profiles()
1052 {cudaVideoCodec_VP9, "vp9", "video/x-vp9"}
Dgstnvvp9dec.c273 cudaVideoCodec_VP9, &info, self->width, self->height, in gst_nv_vp9_dec_new_sequence()
Dgstnvdec.c286 case cudaVideoCodec_VP9: in calculate_num_decode_surface()
/third_party/ffmpeg/libavcodec/
Dnvdec.c76 case AV_CODEC_ID_VP9: return cudaVideoCodec_VP9; in map_avcodec_id()
Dcuviddec.c955 ctx->cuparseinfo.CodecType = cudaVideoCodec_VP9; in cuvid_decode_init()