Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds