avpicture_alloc 4754 libavcodec/avcodec.h int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height); avpicture_alloc 194 libavcodec/libschroedinger.c if (!p_pic || avpicture_alloc(p_pic, avctx->pix_fmt, y_width, y_height) < 0) { avpicture_alloc 248 libavcodec/libzvbi-teletextdec.c if ((ret = avpicture_alloc(&sub_rect->pict, AV_PIX_FMT_PAL8, resx, resy)) < 0) avpicture_alloc 118 libavcodec/qtrleenc.c if ((ret = avpicture_alloc(&s->previous_frame, avctx->pix_fmt, avctx->width, avctx->height)) < 0) {