Home
last modified time | relevance | path

Searched refs:is_rgb (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/platform/exynos-gsc/
Dgsc-regs.c179 if (is_rgb(frame->fmt->color)) { in gsc_hw_set_in_image_format()
299 if (is_rgb(frame->fmt->color)) { in gsc_hw_set_out_image_format()
410 if (!is_rgb(frame->fmt->color)) { in gsc_hw_set_global_alpha()
Dgsc-core.h97 #define is_rgb(x) (!!((x) & 0x1)) macro
Dgsc-core.c547 is_rgb(f->fmt->color)) in gsc_try_crop()