Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/samsung/exynos-gsc/
Dgsc-core.c283 } else if (is_yuv422(s_frame->fmt->color)) { in gsc_check_src_scale_info()
543 if ((is_yuv422(f->fmt->color) && f->fmt->num_comp == 1) || in gsc_try_selection()
548 if ((is_yuv422(f->fmt->color) && f->fmt->num_comp == 3) || in gsc_try_selection()
554 if (is_yuv420(f->fmt->color) || is_yuv422(f->fmt->color)) in gsc_try_selection()
595 if ((is_yuv420(f->fmt->color) || is_yuv422(f->fmt->color)) && in gsc_try_selection()
Dgsc-core.h92 #define is_yuv422(x) (!!((x) & 0x4)) macro