Home
last modified time | relevance | path

Searched refs:alloc_frame (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvideotoolbox.c1272 .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 Dhevc_refs.c84 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 Dvideotoolbox_vp9.c132 .alloc_frame = ff_videotoolbox_alloc_frame,
H A Dqsvdec.c420 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 Davcodec.h2113 int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame); member
H A Ddecode.c1451 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 Dvf_signalstats.c135 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