Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcuviddec.c91 CUVIDEOFORMATEX *cuparse_ext; member
687 av_freep(&ctx->cuparse_ext); in cuvid_decode_end()
957 ctx->cuparse_ext = av_mallocz(sizeof(*ctx->cuparse_ext) in cuvid_decode_init()
958 + FFMAX(extradata_size - (int)sizeof(ctx->cuparse_ext->raw_seqhdr_data), 0)); in cuvid_decode_init()
959 if (!ctx->cuparse_ext) { in cuvid_decode_init()
965 memcpy(ctx->cuparse_ext->raw_seqhdr_data, extradata, extradata_size); in cuvid_decode_init()
966 ctx->cuparse_ext->format.seqhdr_data_length = extradata_size; in cuvid_decode_init()
968 ctx->cuparseinfo.pExtVideoInfo = ctx->cuparse_ext; in cuvid_decode_init()
998 seq_pkt.payload = ctx->cuparse_ext->raw_seqhdr_data; in cuvid_decode_init()
999 seq_pkt.payload_size = ctx->cuparse_ext->format.seqhdr_data_length; in cuvid_decode_init()
[all …]