Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/exynos-gsc/
Dgsc-core.c280 if (is_yuv420(s_frame->fmt->color)) { in gsc_check_src_scale_info()
420 if (is_yuv420(fmt->color)) in gsc_try_fmt_mplane()
552 is_yuv420(f->fmt->color)) in gsc_try_crop()
557 if (is_yuv420(f->fmt->color) || is_yuv422(f->fmt->color)) in gsc_try_crop()
559 if (is_yuv420(f->fmt->color)) in gsc_try_crop()
598 if ((is_yuv420(f->fmt->color) || is_yuv422(f->fmt->color)) && in gsc_try_crop()
Dgsc-core.h98 #define is_yuv420(x) (!!((x) & 0x2)) macro