alloc_frame 2456 libavcodec/avcodec.h int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame); alloc_frame 1890 libavcodec/decode.c if (hwaccel->alloc_frame) { alloc_frame 1891 libavcodec/decode.c ret = hwaccel->alloc_frame(avctx, frame); alloc_frame 152 libavcodec/hevc_refs.c ref = alloc_frame(s); alloc_frame 391 libavcodec/hevc_refs.c frame = alloc_frame(s); alloc_frame 359 libavcodec/qsvdec.c ret = alloc_frame(avctx, q, frame); alloc_frame 380 libavcodec/qsvdec.c ret = alloc_frame(avctx, q, frame); alloc_frame 1125 libavcodec/videotoolbox.c .alloc_frame = ff_videotoolbox_alloc_frame, alloc_frame 1140 libavcodec/videotoolbox.c .alloc_frame = ff_videotoolbox_alloc_frame, alloc_frame 1156 libavcodec/videotoolbox.c .alloc_frame = ff_videotoolbox_alloc_frame, alloc_frame 1172 libavcodec/videotoolbox.c .alloc_frame = ff_videotoolbox_alloc_frame, alloc_frame 1187 libavcodec/videotoolbox.c .alloc_frame = ff_videotoolbox_alloc_frame, alloc_frame 1202 libavcodec/videotoolbox.c .alloc_frame = ff_videotoolbox_alloc_frame, alloc_frame 193 libavfilter/vf_signalstats.c s->frame_sat = alloc_frame(s->depth > 8 ? AV_PIX_FMT_GRAY16 : AV_PIX_FMT_GRAY8, inlink->w, inlink->h); alloc_frame 194 libavfilter/vf_signalstats.c s->frame_hue = alloc_frame(AV_PIX_FMT_GRAY16, inlink->w, inlink->h);