/third_party/ffmpeg/libavfilter/ |
H A D | vf_stack.c | 219 if ((ret = av_image_fill_linesizes(item->linesize, inlink->format, inlink->w)) < 0) { in config_output() 243 if ((ret = av_image_fill_linesizes(item->linesize, inlink->format, inlink->w)) < 0) { in config_output() 251 if ((ret = av_image_fill_linesizes(item->x, inlink->format, width)) < 0) { in config_output() 277 if ((ret = av_image_fill_linesizes(item->linesize, inlink->format, inlink->w)) < 0) { in config_output() 284 if ((ret = av_image_fill_linesizes(item->x, inlink->format, inw)) < 0) { in config_output() 320 if ((ret = av_image_fill_linesizes(item->linesize, inlink->format, inlink->w)) < 0) { in config_output() 368 if ((ret = av_image_fill_linesizes(item->x, inlink->format, inw)) < 0) { in config_output()
|
H A D | vf_fieldorder.c | 67 return av_image_fill_linesizes(s->line_size, inlink->format, inlink->w); in config_input()
|
H A D | vf_repeatfields.c | 57 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_phase.c | 142 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_amplify.c | 183 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_output()
|
H A D | framepool.c | 77 ret = av_image_fill_linesizes(pool->linesize, pool->format,
|
H A D | vf_multiply.c | 69 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_fieldhint.c | 101 if ((ret = av_image_fill_linesizes(s->planewidth, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_limiter.c | 124 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_maskedthreshold.c | 105 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_telecine.c | 126 if ((ret = av_image_fill_linesizes(s->stride, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_kerndeint.c | 94 if ((ret = av_image_fill_linesizes(kerndeint->tmp_bwidth, inlink->format, inlink->w)) < 0) in config_props()
|
H A D | vf_lagfun.c | 146 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_output()
|
H A D | vf_il.c | 100 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_weave.c | 77 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_props_output()
|
H A D | vf_detelecine.c | 152 if ((ret = av_image_fill_linesizes(s->stride, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_chromanr.c | 235 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
/third_party/ffmpeg/libavutil/ |
H A D | imgutils.c | 89 int av_image_fill_linesizes(int linesizes[4], enum AVPixelFormat pix_fmt, int width) in av_image_fill_linesizes() function 232 if ((ret = av_image_fill_linesizes(linesizes, pix_fmt, align>7 ? FFALIGN(w, 8) : w)) < 0) in av_image_alloc() 456 ret = av_image_fill_linesizes(dst_linesize, pix_fmt, width); in av_image_fill_arrays() 481 ret = av_image_fill_linesizes(linesize, pix_fmt, width); in av_image_get_buffer_size() 520 ret = av_image_fill_linesizes(linesize, pix_fmt, width); in av_image_copy_to_buffer()
|
H A D | imgutils.h | 70 int av_image_fill_linesizes(int linesizes[4], enum AVPixelFormat pix_fmt, int width); 77 * plane, should be filled by av_image_fill_linesizes() 81 * int for av_image_fill_linesizes(). 93 * plane, should be filled by av_image_fill_linesizes()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | imgutils.c | 44 if (av_image_fill_linesizes(linesizes, pix_fmt, w) < 0) in main() 56 // Test the output of av_image_fill_linesizes() in main()
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_io_proc.c | 228 ret = av_image_fill_linesizes(linesizes, fmt, input->width); in ff_frame_to_dnn_classify() 230 av_log(log_ctx, AV_LOG_ERROR, "unable to get linesizes with av_image_fill_linesizes"); in ff_frame_to_dnn_classify() 271 ret = av_image_fill_linesizes(linesizes, fmt, input->width); in ff_frame_to_dnn_detect() 273 av_log(log_ctx, AV_LOG_ERROR, "unable to get linesizes with av_image_fill_linesizes"); in ff_frame_to_dnn_detect()
|
/third_party/ffmpeg/libswscale/tests/ |
H A D | floatimg_cmp.c | 143 res = av_image_fill_linesizes(rgbStride, inFormat, w); in main() 145 fprintf(stderr, "av_image_fill_linesizes failed\n"); in main() 199 res = av_image_fill_linesizes(dstStride, dstFormat, w); in main() 201 fprintf(stderr, "av_image_fill_linesizes failed\n"); in main()
|
H A D | swscale.c | 111 res = av_image_fill_linesizes(srcStride, srcFormat, srcW); in doTest() 113 fprintf(stderr, "av_image_fill_linesizes failed\n"); in doTest() 144 res = av_image_fill_linesizes(dstStride, dstFormat, dstW); in doTest() 146 fprintf(stderr, "av_image_fill_linesizes failed\n"); in doTest()
|
/third_party/ffmpeg/libavformat/ |
H A D | uncodedframecrcenc.c | 61 if (av_image_fill_linesizes(linesize, frame->format, frame->width) < 0) in video_frame_cksum()
|
/third_party/ffmpeg/libavcodec/ |
H A D | get_buffer.c | 131 ret = av_image_fill_linesizes(linesize, avctx->pix_fmt, w); in update_frame_pool()
|