Searched refs:is_rgb (Results 1 – 8 of 8) sorted by relevance
232 unsigned int i, is_rgb = 0, is_legacy = 0; in inputfifo_send_line2() local237 is_rgb = 1; in inputfifo_send_line2()254 if ((is_rgb || is_legacy) && (i % 3 == 2)) in inputfifo_send_line2()284 if ((is_rgb || is_legacy) && (i % 3 == 2)) in inputfifo_send_line2()
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()
90 #define is_rgb(x) (!!((x) & 0x1)) macro
545 is_rgb(f->fmt->color)) in gsc_try_selection()
68 u8 is_rgb; member
88 .is_rgb = 1,102 .is_rgb = 1,1029 mxc_formats[i].is_rgb == fmt->is_rgb && in mxc_jpeg_get_sibling_format()1415 u8 is_rgb = header->app14_tf == V4L2_JPEG_APP14_TF_CMYK_RGB ? 1 : 0; in mxc_jpeg_match_image_format() local1417 if (is_rgb != fmt->is_rgb) in mxc_jpeg_match_image_format()
471 bool is_rgb = false; in imx_media_try_colorimetry() local479 is_rgb = true; in imx_media_try_colorimetry()513 V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb, in imx_media_try_colorimetry()
1836 bool is_rgb = false; in imx7_csi_try_colorimetry() local1840 is_rgb = true; in imx7_csi_try_colorimetry()1867 V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb, in imx7_csi_try_colorimetry()
Completed in 28 milliseconds