Searched refs:avcodec_align_dimensions2 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | get_buffer.c | 126 avcodec_align_dimensions2(avctx, &w, &h, pool->stride_align); in update_frame_pool()
|
H A D | utils.c | 140 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 D | avcodec.h | 1138 * 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 D | target_dec_fuzzer.c | 114 avcodec_align_dimensions2(ctx, &w, &h, linesize_align); in fuzz_video_get_buffer()
|
Completed in 8 milliseconds