Searched refs:fmt_depth (Results 1 – 2 of 2) sorted by relevance
82 int fmt_depth, ctx_depth = 8; in hantro_check_depth_match() local91 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()
1550 int fmt_depth) in exynos4_jpeg_get_output_buffer_size() argument1576 return (w * h * fmt_depth >> 3) + padding; in exynos4_jpeg_get_output_buffer_size()