Searched refs:is_rgb (Results 1 – 4 of 4) sorted by relevance
179 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()
97 #define is_rgb(x) (!!((x) & 0x1)) macro
547 is_rgb(f->fmt->color)) in gsc_try_crop()
364 #define V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb, colsp, ycbcr_enc) \ argument365 (((is_rgb) && (colsp) == V4L2_COLORSPACE_BT2020) ? V4L2_QUANTIZATION_LIM_RANGE : \366 (((is_rgb) || (ycbcr_enc) == V4L2_YCBCR_ENC_XV601 || \