Home
last modified time | relevance | path

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

/Linux-v4.19/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.h95 #define is_rgb(x) (!!((x) & 0x1)) macro
Dgsc-core.c585 is_rgb(f->fmt->color)) in gsc_try_crop()
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-utils.c535 bool is_rgb = false; in imx_media_fill_default_mbus_fields() local
541 is_rgb = true; in imx_media_fill_default_mbus_fields()
565 is_rgb, tryfmt->colorspace, in imx_media_fill_default_mbus_fields()
571 tryfmt->quantization = is_rgb ? in imx_media_fill_default_mbus_fields()
/Linux-v4.19/drivers/media/i2c/
Dov5640.c1983 bool is_rgb = false; in ov5640_set_framefmt() local
1999 is_rgb = true; in ov5640_set_framefmt()
2004 is_rgb = true; in ov5640_set_framefmt()
2022 is_rgb ? 0x01 : 0x00); in ov5640_set_framefmt()