Searched refs:FF_ALLOC_ARRAY_OR_GOTO (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dinternal.h149 #define FF_ALLOC_ARRAY_OR_GOTO(ctx, p, nelem, elsize, label)\ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dutils.c315 FF_ALLOC_ARRAY_OR_GOTO(NULL, *filterPos, (dstW + 3), sizeof(**filterPos), fail);
331 FF_ALLOC_ARRAY_OR_GOTO(NULL, filter,
347 FF_ALLOC_ARRAY_OR_GOTO(NULL, filter,
388 FF_ALLOC_ARRAY_OR_GOTO(NULL, filter,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow.c487 FF_ALLOC_ARRAY_OR_GOTO(avctx, s->run_buffer, ((width + 1) >> 1), ((height + 1) >> 1) * sizeof(*s->run_buffer), fail);

Completed in 86 milliseconds