Home
last modified time | relevance | path

Searched refs:fmt_depth (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_v4l2.c90 int fmt_depth; in hantro_check_depth_match() local
99 fmt_depth = hantro_get_format_depth(fmt->fourcc); in hantro_check_depth_match()
106 return fmt_depth <= bit_depth; in hantro_check_depth_match()
108 return fmt_depth == bit_depth; in hantro_check_depth_match()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1552 int fmt_depth) in exynos4_jpeg_get_output_buffer_size()
1578 return (w * h * fmt_depth >> 3) + padding; in exynos4_jpeg_get_output_buffer_size()
1550 exynos4_jpeg_get_output_buffer_size(struct s5p_jpeg_ctx *ctx, struct v4l2_format *f, int fmt_depth) exynos4_jpeg_get_output_buffer_size() argument
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1550 int fmt_depth) in exynos4_jpeg_get_output_buffer_size()
1576 return (w * h * fmt_depth >> 3) + padding; in exynos4_jpeg_get_output_buffer_size()
1548 exynos4_jpeg_get_output_buffer_size(struct s5p_jpeg_ctx *ctx, struct v4l2_format *f, int fmt_depth) exynos4_jpeg_get_output_buffer_size() argument

Completed in 9 milliseconds