Home
last modified time | relevance | path

Searched refs:av_image_fill_plane_sizes (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dimgutils.c111 int av_image_fill_plane_sizes(size_t sizes[4], enum AVPixelFormat pix_fmt, in av_image_fill_plane_sizes() function
157 ret = av_image_fill_plane_sizes(sizes, pix_fmt, height, linesizes1); in av_image_fill_pointers()
240 if ((ret = av_image_fill_plane_sizes(sizes, pix_fmt, h, linesizes1)) < 0) in av_image_alloc()
488 ret = av_image_fill_plane_sizes(sizes, pix_fmt, height, aligned_linesize); in av_image_get_buffer_size()
H A Dimgutils.h83 int av_image_fill_plane_sizes(size_t size[4], enum AVPixelFormat pix_fmt,
H A Dframe.c155 if ((ret = av_image_fill_plane_sizes(sizes, frame->format, in get_video_buffer()
/third_party/ffmpeg/libavutil/tests/
H A Dimgutils.c48 if (av_image_fill_plane_sizes(sizes, pix_fmt, h, linesizes1) < 0) in main()
60 // Test the output of av_image_fill_plane_sizes() in main()
/third_party/ffmpeg/libavcodec/
H A Dget_buffer.c144 ret = av_image_fill_plane_sizes(size, avctx->pix_fmt, h, linesize1); in update_frame_pool()
H A Dlibsvtav1.c330 ret = av_image_fill_plane_sizes(sizes, frame->format, frame->height, in read_in_data()
/third_party/ffmpeg/libavfilter/
H A Dframepool.c93 if (av_image_fill_plane_sizes(sizes, pool->format,
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c125 ret = av_image_fill_plane_sizes(size, ctx->pix_fmt, h, linesize1); in fuzz_video_get_buffer()

Completed in 11 milliseconds