Home
last modified time | relevance | path

Searched refs:ff_set_dimensions (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
H A Dpnm.c144 ret = ff_set_dimensions(avctx, w, h); in ff_pnm_decode_header()
188 ret = ff_set_dimensions(avctx, w, h); in ff_pnm_decode_header()
H A Dptx.c62 if ((ret = ff_set_dimensions(avctx, w, h)) < 0) in ptx_decode_frame()
H A Dmpegvideo_parser.c140 set_dim_ret = ff_set_dimensions(avctx, pc->width, pc->height); in mpegvideo_extract_headers()
176 set_dim_ret = ff_set_dimensions(avctx, pc->width, pc->height); in mpegvideo_extract_headers()
H A Dlibrsvgdec.c69 if ((ret = ff_set_dimensions(avctx, dimensions.width, dimensions.height))) in librsvg_decode_frame()
H A Dinternal.h225 int ff_set_dimensions(AVCodecContext *s, int width, int height);
H A Daliaspixdec.c61 ret = ff_set_dimensions(avctx, width, height); in decode_frame()
H A Dpgxdec.c126 if ((ret = ff_set_dimensions(avctx, width, height)) < 0) in pgx_decode_frame()
H A Dqoidec.c58 if ((ret = ff_set_dimensions(avctx, width, height)) < 0) in qoi_decode_frame()
H A Dxbmdec.c84 if ((ret = ff_set_dimensions(avctx, width, height)) < 0) in xbm_decode_frame()
H A Dmpeg4video_parser.c113 ret = ff_set_dimensions(avctx, s->width, s->height); in mpeg4_decode_header()
H A Davs.c167 return ff_set_dimensions(avctx, 318, 198); in avs_decode_init()
H A Dkgv1dec.c71 if ((res = ff_set_dimensions(avctx, w, h)) < 0) in decode_frame()
H A Dlibopenh264dec.c131 ret = ff_set_dimensions(avctx, info.UsrData.sSystemBuffer.iWidth, info.UsrData.sSystemBuffer.iHeight); in svc_decode_frame()
H A Drl2.c143 ret = ff_set_dimensions(avctx, 320, 200); in rl2_decode_init()
H A Dtxd.c94 if ((ret = ff_set_dimensions(avctx, w, h)) < 0) in txd_decode_frame()
H A Dansi.c92 int ret = ff_set_dimensions(avctx, 80 << 3, 25 << 4); in decode_init()
259 ret = ff_set_dimensions(avctx, width, height); in execute_code()
H A Dqdrw.c318 ret = ff_set_dimensions(avctx, w, h); in decode_frame()
425 ret = ff_set_dimensions(avctx, w, h); in decode_frame()
H A Davcodec.c192 // only call ff_set_dimensions() for non H.264/VP6F/DXV codecs so as not to overwrite previously setup dimensions in avcodec_open2()
196 ret = ff_set_dimensions(avctx, avctx->coded_width, avctx->coded_height); in avcodec_open2()
198 ret = ff_set_dimensions(avctx, avctx->width, avctx->height); in avcodec_open2()
207 ff_set_dimensions(avctx, 0, 0); in avcodec_open2()
H A Deatqi.c146 ret = ff_set_dimensions(avctx, w, h); in tqi_decode_frame()
H A Dvbndec.c103 ret = ff_set_dimensions(avctx, width, height); in vbn_decode_frame()
H A Dtruemotion2rt.c97 ret = ff_set_dimensions(avctx, width, height); in truemotion2rt_decode_header()
H A Dpcx.c143 if ((ret = ff_set_dimensions(avctx, w, h)) < 0) in pcx_decode_frame()
H A Dsunrast.c107 ret = ff_set_dimensions(avctx, w, h); in sunrast_decode_frame()
111 // ensured by ff_set_dimensions() in sunrast_decode_frame()
118 // ensured by ff_set_dimensions() in sunrast_decode_frame()
H A Dtiertexseqv.c222 ret = ff_set_dimensions(avctx, 256, 128); in seqvideo_decode_init()
H A Dlibdav1d.c203 res = ff_set_dimensions(c, seq.max_width, seq.max_height); in libdav1d_parse_extradata()
396 res = ff_set_dimensions(c, p->p.w, p->p.h); in libdav1d_receive_frame()

Completed in 11 milliseconds

12345