Home
last modified time | relevance | path

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

/drivers/media/platform/verisilicon/
Dhantro_v4l2.c82 int fmt_depth, ctx_depth = 8; in hantro_check_depth_match() local
91 fmt_depth = hantro_get_format_depth(fmt->fourcc); in hantro_check_depth_match()
98 return fmt_depth <= ctx_depth; in hantro_check_depth_match()
100 return fmt_depth == ctx_depth; in hantro_check_depth_match()
/drivers/media/platform/samsung/s5p-jpeg/
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()