Searched refs:avpicture_alloc (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davpicture.c54 int avpicture_alloc(AVPicture *picture, function
H A Dlibschroedinger.c194 if (!p_pic || avpicture_alloc(p_pic, avctx->pix_fmt, y_width, y_height) < 0) {
H A Dqtrleenc.c118 if ((ret = avpicture_alloc(&s->previous_frame, avctx->pix_fmt, avctx->width, avctx->height)) < 0) {
H A Dlibzvbi-teletextdec.c247 if ((ret = avpicture_alloc(&sub_rect->pict, AV_PIX_FMT_PAL8, resx, resy)) < 0)
H A Davcodec.h4609 int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height);
4612 * Free a picture previously allocated by avpicture_alloc().
4631 * use avpicture_alloc().
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibschroedinger.c107 avpicture_alloc(p_pic, avccontext->pix_fmt, y_width, y_height);
H A Dlibschroedingerdec.c196 avpicture_alloc(&p_schro_params->dec_pic,
H A Dqtrleenc.c94 if (avpicture_alloc(&s->previous_frame, avctx->pix_fmt, avctx->width, avctx->height) < 0) {
H A Dimgconvert.c758 int avpicture_alloc(AVPicture *picture, function
H A Davcodec.h3619 int avpicture_alloc(AVPicture *picture, enum PixelFormat pix_fmt, int width, int height);
3622 * Free a picture previously allocated by avpicture_alloc().
3641 * use avpicture_alloc().
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2643 int avpicture_alloc(AVPicture *picture, int pix_fmt, int width, int height);
2646 * Free a picture previously allocated by avpicture_alloc().
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c2441 if (avpicture_alloc((AVPicture*)&ost->pict_tmp, codec->pix_fmt,
H A Dffmpeg.c2211 if(avpicture_alloc((AVPicture*)&ost->pict_tmp, codec->pix_fmt,

Completed in 273 milliseconds