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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_refs.c82 static HEVCFrame *alloc_frame(HEVCContext *s) function
140 ref = alloc_frame(s);
351 frame = alloc_frame(s);
H A Dvda_h264.c525 .alloc_frame = vda_h264_alloc_frame,
H A Davcodec.h3230 int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame); member in struct:AVHWAccel
H A Dutils.c904 if (hwaccel && hwaccel->alloc_frame) {
905 ret = hwaccel->alloc_frame(avctx, frame);

Completed in 62 milliseconds