Searched refs:video_get_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 Dutils.c369 static int video_get_buffer(AVCodecContext *s, AVFrame *pic) function
501 return video_get_buffer(avctx, frame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dutils.c663 static int video_get_buffer(AVCodecContext *s, AVFrame *pic) function
739 return video_get_buffer(avctx, frame);
887 av_log(avctx, AV_LOG_ERROR, "video_get_buffer: image parameters invalid\n");

Completed in 148 milliseconds