alloc_frame 3322 libavcodec/avcodec.h int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame); alloc_frame 151 libavcodec/hevc_refs.c ref = alloc_frame(s); alloc_frame 405 libavcodec/hevc_refs.c frame = alloc_frame(s); alloc_frame 236 libavcodec/qsv.c ret = alloc_frame(avctx, frame); alloc_frame 257 libavcodec/qsv.c ret = alloc_frame(avctx, frame); alloc_frame 895 libavcodec/utils.c if (hwaccel->alloc_frame) { alloc_frame 896 libavcodec/utils.c ret = hwaccel->alloc_frame(avctx, frame); alloc_frame 526 libavcodec/vda_h264.c .alloc_frame = vda_h264_alloc_frame, alloc_frame 166 libavfilter/vf_signalstats.c s->frame_sat = alloc_frame(AV_PIX_FMT_GRAY8, inlink->w, inlink->h); alloc_frame 167 libavfilter/vf_signalstats.c s->frame_hue = alloc_frame(AV_PIX_FMT_GRAY16, inlink->w, inlink->h);