Searched refs:alloc_frame (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolbox.c | 1272 .alloc_frame = ff_videotoolbox_alloc_frame, 1287 .alloc_frame = ff_videotoolbox_alloc_frame, 1303 .alloc_frame = ff_videotoolbox_alloc_frame, 1319 .alloc_frame = ff_videotoolbox_alloc_frame, 1334 .alloc_frame = ff_videotoolbox_alloc_frame, 1349 .alloc_frame = ff_videotoolbox_alloc_frame, 1364 .alloc_frame = ff_videotoolbox_alloc_frame,
|
H A D | hevc_refs.c | 84 static HEVCFrame *alloc_frame(HEVCContext *s) in alloc_frame() function 154 ref = alloc_frame(s); in ff_hevc_set_new_ref() 399 frame = alloc_frame(s); in generate_missing_ref()
|
H A D | videotoolbox_vp9.c | 132 .alloc_frame = ff_videotoolbox_alloc_frame,
|
H A D | qsvdec.c | 420 static int alloc_frame(AVCodecContext *avctx, QSVContext *q, QSVFrame *frame) in alloc_frame() function 495 ret = alloc_frame(avctx, q, frame); in get_surface() 516 ret = alloc_frame(avctx, q, frame); in get_surface()
|
H A D | avcodec.h | 2113 int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame); member
|
H A D | decode.c | 1451 if (hwaccel->alloc_frame) { in ff_get_buffer() 1452 ret = hwaccel->alloc_frame(avctx, frame); in ff_get_buffer()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_signalstats.c | 135 static AVFrame *alloc_frame(enum AVPixelFormat pixfmt, int w, int h) in alloc_frame() function 185 s->frame_sat = alloc_frame(s->depth > 8 ? AV_PIX_FMT_GRAY16 : AV_PIX_FMT_GRAY8, inlink->w, inlink->h); in config_output() 186 s->frame_hue = alloc_frame(AV_PIX_FMT_GRAY16, inlink->w, inlink->h); in config_output()
|
Completed in 19 milliseconds