Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dplugin.c179 case cudaVideoCodec_HEVC: in plugin_init()
Dgstnvdec.c292 case cudaVideoCodec_HEVC:{ in calculate_num_decode_surface()
485 if (format->codec == cudaVideoCodec_HEVC) { in parser_sequence_callback()
925 else if (klass->codec_type == cudaVideoCodec_HEVC) in gst_nvdec_start()
972 if (klass->codec_type == cudaVideoCodec_HEVC) { in gst_nvdec_clear_codec_data()
978 if (klass->codec_type == cudaVideoCodec_HEVC || in gst_nvdec_clear_codec_data()
1650 } else if (klass->codec_type == cudaVideoCodec_HEVC && parse_nal) { in gst_nvdec_process_input()
Dcuviddec.h69 cudaVideoCodec_HEVC, /**< HEVC */ enumerator
Dgstnvdecoder.c954 case cudaVideoCodec_HEVC: in gst_nv_decoder_get_supported_codec_profiles()
1048 {cudaVideoCodec_HEVC, "h265",
Dgstnvh265dec.c387 cudaVideoCodec_HEVC, &info, self->coded_width, self->coded_height, in gst_nv_h265_dec_new_sequence()
/third_party/ffmpeg/libavcodec/
Dnvdec.c69 case AV_CODEC_ID_HEVC: return cudaVideoCodec_HEVC; in map_avcodec_id()
Dcuviddec.c925 ctx->cuparseinfo.CodecType = cudaVideoCodec_HEVC; in cuvid_decode_init()