Searched refs:alloc_frame_buffer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.c246 static int alloc_frame_buffer(MpegEncContext *s, Picture *pic) function
255 av_log(s->avctx, AV_LOG_ERROR, "alloc_frame_buffer() failed (hwaccel private data allocation)\n");
314 if (alloc_frame_buffer(s, pic) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.c474 static int alloc_frame_buffer(MpegEncContext *s, Picture *pic) function
520 av_log(s->avctx, AV_LOG_ERROR, "alloc_frame_buffer() failed (hwaccel private data allocation)\n");
658 if (alloc_frame_buffer(s, pic) < 0)

Completed in 109 milliseconds