Searched refs:is_rgb (Results 1 – 7 of 7) 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()
93 #define is_rgb(x) (!!((x) & 0x1)) macro
546 is_rgb(f->fmt->color)) in gsc_try_selection()
450 bool is_rgb = false; in imx_media_try_colorimetry() local458 is_rgb = true; in imx_media_try_colorimetry()492 V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb, in imx_media_try_colorimetry()
3642 int n, decode_n, is_rgb; in load_jpeg_image() local3654 is_rgb = z->s->img_n == 3 && (z->rgb == 3 || (z->app14_color_transform == 0 && !z->jfif)); in load_jpeg_image()3656 if (z->s->img_n == 3 && n < 3 && !is_rgb) in load_jpeg_image()3716 if (is_rgb) { in load_jpeg_image()3756 if (is_rgb) { in load_jpeg_image()