Searched refs:alloc_frame (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | videotoolbox.c | 1131 .alloc_frame = ff_videotoolbox_alloc_frame, 1146 .alloc_frame = ff_videotoolbox_alloc_frame, 1162 .alloc_frame = ff_videotoolbox_alloc_frame, 1178 .alloc_frame = ff_videotoolbox_alloc_frame, 1193 .alloc_frame = ff_videotoolbox_alloc_frame, 1208 .alloc_frame = ff_videotoolbox_alloc_frame,
|
D | hevc_refs.c | 82 static HEVCFrame *alloc_frame(HEVCContext *s) in alloc_frame() function 152 ref = alloc_frame(s); in ff_hevc_set_new_ref() 391 frame = alloc_frame(s); in generate_missing_ref()
|
D | qsvdec.c | 340 static int alloc_frame(AVCodecContext *avctx, QSVContext *q, QSVFrame *frame) in alloc_frame() function 403 ret = alloc_frame(avctx, q, frame); in get_surface() 424 ret = alloc_frame(avctx, q, frame); in get_surface()
|
D | avcodec.h | 2484 int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame); member
|
D | decode.c | 1937 if (hwaccel->alloc_frame) { in ff_get_buffer() 1938 ret = hwaccel->alloc_frame(avctx, frame); in ff_get_buffer()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_signalstats.c | 143 static AVFrame *alloc_frame(enum AVPixelFormat pixfmt, int w, int h) in alloc_frame() function 193 …s->frame_sat = alloc_frame(s->depth > 8 ? AV_PIX_FMT_GRAY16 : AV_PIX_FMT_GRAY8, inlink->w, inlink… in config_output() 194 s->frame_hue = alloc_frame(AV_PIX_FMT_GRAY16, inlink->w, inlink->h); in config_output()
|