Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/verisilicon/
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()
/linux-6.12.1/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c1555 int fmt_depth) in exynos4_jpeg_get_output_buffer_size() argument
1581 return (w * h * fmt_depth >> 3) + padding; in exynos4_jpeg_get_output_buffer_size()