Home
last modified time | relevance | path

Searched refs:avcodec_align_dimensions2 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dget_buffer.c126 avcodec_align_dimensions2(avctx, &w, &h, pool->stride_align); in update_frame_pool()
H A Dutils.c140 void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, in avcodec_align_dimensions2() function
357 avcodec_align_dimensions2(s, width, height, linesize_align); in avcodec_align_dimensions()
H A Davcodec.h1138 * avcodec_align_dimensions2() should be used to find the required width and
1147 * @see avcodec_align_dimensions2()
2493 void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c114 avcodec_align_dimensions2(ctx, &w, &h, linesize_align); in fuzz_video_get_buffer()

Completed in 8 milliseconds