Searched refs:is_rgb (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/ |
| H A D | inputfifo.c | 223 unsigned int i, is_rgb = 0, is_legacy = 0; in inputfifo_send_line2() local 228 is_rgb = 1; in inputfifo_send_line2() 245 if ((is_rgb || is_legacy) && (i % 3 == 2)) in inputfifo_send_line2() 275 if ((is_rgb || is_legacy) && (i % 3 == 2)) in inputfifo_send_line2()
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-regs.c | 175 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()
|
| H A D | gsc-core.h | 88 #define is_rgb(x) (!!((x) & 0x1)) macro
|
| H A D | gsc-core.c | 544 is_rgb(f->fmt->color)) in gsc_try_selection()
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-media-utils.c | 471 bool is_rgb = false; in imx_media_try_colorimetry() local 479 is_rgb = true; in imx_media_try_colorimetry() 513 V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb, in imx_media_try_colorimetry()
|
| /linux/drivers/media/platform/nxp/imx-jpeg/ |
| H A D | mxc-jpeg.c | 89 .is_rgb = 1, 103 .is_rgb = 1, 117 .is_rgb = 1, 131 .is_rgb = 1, 1205 if (fmt->is_rgb) { in mxc_jpeg_setup_cfg_stream() 1399 mxc_formats[i].is_rgb == fmt->is_rgb && in mxc_jpeg_get_sibling_format() 1818 u8 is_rgb = header->app14_tf == V4L2_JPEG_APP14_TF_CMYK_RGB ? 1 : 0; in mxc_jpeg_match_image_format() local 1820 if (is_rgb != fmt->is_rgb) in mxc_jpeg_match_image_format()
|
| /linux/drivers/media/platform/raspberrypi/pisp_be/ |
| H A D | pisp_be.c | 1096 bool is_rgb; in pispbe_try_format() local 1137 is_rgb = f->fmt.pix_mp.colorspace == V4L2_COLORSPACE_SRGB; in pispbe_try_format() 1139 V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb, f->fmt.pix_mp.colorspace, in pispbe_try_format()
|
| /linux/drivers/media/platform/nxp/imx8-isi/ |
| H A D | imx8-isi-video.c | 439 bool is_rgb = fmt->encoding == MXC_ISI_ENC_RGB; in mxc_isi_format_try() local 442 V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb, pix->colorspace, in mxc_isi_format_try()
|