Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/exynos-gsc/
Dgsc-regs.c175 if (is_rgb(frame->fmt->color)) { in gsc_hw_set_in_image_format()
295 if (is_rgb(frame->fmt->color)) { in gsc_hw_set_out_image_format()
406 if (!is_rgb(frame->fmt->color)) { in gsc_hw_set_global_alpha()
Dgsc-core.h93 #define is_rgb(x) (!!((x) & 0x1)) macro
Dgsc-core.c546 is_rgb(f->fmt->color)) in gsc_try_selection()
/Linux-v5.4/drivers/staging/media/imx/
Dimx-media-utils.c528 bool is_rgb = false; in imx_media_try_colorimetry() local
534 is_rgb = true; in imx_media_try_colorimetry()
568 V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb, in imx_media_try_colorimetry()