Home
last modified time | relevance | path

Searched refs:CodecType (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcuviddec.c280 cuinfo.CodecType = ctx->codec_type = format->codec; in cuvid_handle_video_sequence()
740 = cuparseinfo->CodecType; in cuvid_test_capabilities()
920 ctx->cuparseinfo.CodecType = cudaVideoCodec_H264; in cuvid_decode_init()
925 ctx->cuparseinfo.CodecType = cudaVideoCodec_HEVC; in cuvid_decode_init()
930 ctx->cuparseinfo.CodecType = cudaVideoCodec_JPEG; in cuvid_decode_init()
935 ctx->cuparseinfo.CodecType = cudaVideoCodec_MPEG1; in cuvid_decode_init()
940 ctx->cuparseinfo.CodecType = cudaVideoCodec_MPEG2; in cuvid_decode_init()
945 ctx->cuparseinfo.CodecType = cudaVideoCodec_MPEG4; in cuvid_decode_init()
950 ctx->cuparseinfo.CodecType = cudaVideoCodec_VP8; in cuvid_decode_init()
955 ctx->cuparseinfo.CodecType = cudaVideoCodec_VP9; in cuvid_decode_init()
[all …]
Dnvdec.c107 caps.eCodecType = params->CodecType; in nvdec_test_capabilities()
401 params.CodecType = cuvid_codec_type; in ff_nvdec_decode_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dnvcuvid.h342 …cudaVideoCodec CodecType; /**< IN: cudaVideoCodec_XXX … member
Dcuviddec.h180 …cudaVideoCodec CodecType; /**< IN: cudaVideoCodec_XXX … member
Dgstnvdec.c533 create_info.CodecType = format->codec; in parser_sequence_callback()
1065 parser_params.CodecType = klass->codec_type; in gst_nvdec_set_format()
Dgstnvdecoder.c283 create_info.CodecType = codec; in gst_nv_decoder_configure()
/third_party/ffmpeg/doc/
DAPIchanges3177 Define AVMediaType enum, and use it instead of enum CodecType, which
/third_party/gstreamer/gst_libav/
DChangeLog8866 ffmpeg: CodecType => AVMediaType