/third_party/ffmpeg/libavcodec/ |
H A D | pnm.c | 144 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 D | ptx.c | 62 if ((ret = ff_set_dimensions(avctx, w, h)) < 0) in ptx_decode_frame()
|
H A D | mpegvideo_parser.c | 140 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 D | librsvgdec.c | 69 if ((ret = ff_set_dimensions(avctx, dimensions.width, dimensions.height))) in librsvg_decode_frame()
|
H A D | internal.h | 225 int ff_set_dimensions(AVCodecContext *s, int width, int height);
|
H A D | aliaspixdec.c | 61 ret = ff_set_dimensions(avctx, width, height); in decode_frame()
|
H A D | pgxdec.c | 126 if ((ret = ff_set_dimensions(avctx, width, height)) < 0) in pgx_decode_frame()
|
H A D | qoidec.c | 58 if ((ret = ff_set_dimensions(avctx, width, height)) < 0) in qoi_decode_frame()
|
H A D | xbmdec.c | 84 if ((ret = ff_set_dimensions(avctx, width, height)) < 0) in xbm_decode_frame()
|
H A D | mpeg4video_parser.c | 113 ret = ff_set_dimensions(avctx, s->width, s->height); in mpeg4_decode_header()
|
H A D | avs.c | 167 return ff_set_dimensions(avctx, 318, 198); in avs_decode_init()
|
H A D | kgv1dec.c | 71 if ((res = ff_set_dimensions(avctx, w, h)) < 0) in decode_frame()
|
H A D | libopenh264dec.c | 131 ret = ff_set_dimensions(avctx, info.UsrData.sSystemBuffer.iWidth, info.UsrData.sSystemBuffer.iHeight); in svc_decode_frame()
|
H A D | rl2.c | 143 ret = ff_set_dimensions(avctx, 320, 200); in rl2_decode_init()
|
H A D | txd.c | 94 if ((ret = ff_set_dimensions(avctx, w, h)) < 0) in txd_decode_frame()
|
H A D | ansi.c | 92 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 D | qdrw.c | 318 ret = ff_set_dimensions(avctx, w, h); in decode_frame() 425 ret = ff_set_dimensions(avctx, w, h); in decode_frame()
|
H A D | avcodec.c | 192 // 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 D | eatqi.c | 146 ret = ff_set_dimensions(avctx, w, h); in tqi_decode_frame()
|
H A D | vbndec.c | 103 ret = ff_set_dimensions(avctx, width, height); in vbn_decode_frame()
|
H A D | truemotion2rt.c | 97 ret = ff_set_dimensions(avctx, width, height); in truemotion2rt_decode_header()
|
H A D | pcx.c | 143 if ((ret = ff_set_dimensions(avctx, w, h)) < 0) in pcx_decode_frame()
|
H A D | sunrast.c | 107 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 D | tiertexseqv.c | 222 ret = ff_set_dimensions(avctx, 256, 128); in seqvideo_decode_init()
|
H A D | libdav1d.c | 203 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()
|