Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1550 int fmt_depth) in exynos4_jpeg_get_output_buffer_size() argument
1576 return (w * h * fmt_depth >> 3) + padding; in exynos4_jpeg_get_output_buffer_size()