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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dutils.c142 void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, function
245 avcodec_align_dimensions2(s, width, height, linesize_align);
419 avcodec_align_dimensions2(s, &w, &h, stride_align);
H A Davcodec.h1694 * avcodec_align_dimensions2() should be used to find the required width and
1702 * @see avcodec_align_dimensions2()
3987 void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davcodec.h2066 * avcodec_align_dimensions2() should be used to find the required width and
2074 * @see avcodec_align_dimensions2()
2189 * avcodec_align_dimensions2() should be used to find the required width and
2198 * @see avcodec_align_dimensions2()
3891 void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
H A Dutils.c296 void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, function
452 avcodec_align_dimensions2(s, width, height, linesize_align);
536 avcodec_align_dimensions2(avctx, &w, &h, pool->stride_align);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c1546 avcodec_align_dimensions2(codec, &w, &h, stride);

Completed in 207 milliseconds