Home
last modified time | relevance | path

Searched refs:fmt_depth (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libswscale/
H A Dswscale_internal.h244 static inline int fmt_depth(int fmt) in fmt_depth() function
H A Dswscale.c1628 const int srcBpp= (fmt_depth(srcFormat) + 7) >> 3;
1629 const int dstBpp= (fmt_depth(dstFormat) + 7) >> 3;
1630 const int srcId= fmt_depth(srcFormat) >> 2; /* 1:0, 4:1, 8:2, 15:3, 16:4, 24:6, 32:8 */
1631 const int dstId= fmt_depth(dstFormat) >> 2;
2055 && (fmt_depth(dstFormat))<24
2056 … && ((fmt_depth(dstFormat))<(fmt_depth(srcFormat)) || (!(isRGB(srcFormat) || isBGR(srcFormat))));
H A Dyuv2rgb.c687 const int bpp = fmt_depth(c->dstFormat); in yuv2rgb_c_init_tables()
/dports/games/angband/Angband-4.2.2/src/
H A Dui-display.c512 static int fmt_depth(char buf[], int max) in fmt_depth() function
529 fmt_depth(depths, sizeof(depths)); in prt_depth()
725 int len = fmt_depth(buf, sizeof(buf)); in prt_depth_short()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1552 int fmt_depth) in exynos4_jpeg_get_output_buffer_size() argument
1578 return (w * h * fmt_depth >> 3) + padding; in exynos4_jpeg_get_output_buffer_size()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1552 int fmt_depth) in exynos4_jpeg_get_output_buffer_size() argument
1578 return (w * h * fmt_depth >> 3) + padding; in exynos4_jpeg_get_output_buffer_size()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1552 int fmt_depth) in exynos4_jpeg_get_output_buffer_size() argument
1578 return (w * h * fmt_depth >> 3) + padding; in exynos4_jpeg_get_output_buffer_size()