Searched refs:avcodec_align_dimensions2 (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | utils.c | 134 void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, in avcodec_align_dimensions2() function 342 avcodec_align_dimensions2(s, width, height, linesize_align); in avcodec_align_dimensions()
|
D | avcodec.h | 2967 void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
|
D | decode.c | 1528 avcodec_align_dimensions2(avctx, &w, &h, pool->stride_align); in update_frame_pool()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavviddec.c | 755 avcodec_align_dimensions2 (ffmpegdec->context, &width, &height, in gst_ffmpegvideodec_prepare_dr_pool()
|
/third_party/ffmpeg/ |
D | Changelog | 8 - avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2()
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 289 Although avcodec_align_dimensions2() only copies 4 ints, it expects 1576 avcodec_align_dimensions2 uses context->pix_fmt to make its
|