Home
last modified time | relevance | path

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

/linux-4.4.14/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.h97 #define is_rgb(x) (!!((x) & 0x1)) macro
Dgsc-core.c547 is_rgb(f->fmt->color)) in gsc_try_crop()
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h364 #define V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb, colsp, ycbcr_enc) \ argument
365 (((is_rgb) && (colsp) == V4L2_COLORSPACE_BT2020) ? V4L2_QUANTIZATION_LIM_RANGE : \
366 (((is_rgb) || (ycbcr_enc) == V4L2_YCBCR_ENC_XV601 || \