Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvdec.h66 unsigned int slice_offsets_allocated; member
Dnvdec_h264.c146 tmp = av_fast_realloc(ctx->slice_offsets, &ctx->slice_offsets_allocated, in nvdec_h264_decode_slice()
Dnvdec.c273 ctx->slice_offsets_allocated = 0; in ff_nvdec_decode_uninit()
679 tmp = av_fast_realloc(ctx->slice_offsets, &ctx->slice_offsets_allocated, in ff_nvdec_simple_decode_slice()
Dnvdec_hevc.c282 tmp = av_fast_realloc(ctx->slice_offsets, &ctx->slice_offsets_allocated, in nvdec_hevc_decode_slice()
Dnvdec_av1.c296 tmp = av_fast_realloc(ctx->slice_offsets, &ctx->slice_offsets_allocated, in nvdec_av1_decode_slice()