Searched refs:is_rgb (Results 1 – 8 of 8) sorted by relevance
/external/drm_hwcomposer/bufferinfo/legacy/ |
D | BufferInfoMaliHisi.cpp | 38 bool is_rgb) { in ConvertGrallocFormatToDrmModifiers() argument 54 if (is_rgb) in ConvertGrallocFormatToDrmModifiers() 71 bool is_rgb = false; in GetBoInfo() local 86 is_rgb = IsDrmFormatRgb(fmt); in GetBoInfo() 88 is_rgb); in GetBoInfo()
|
D | BufferInfoMaliHisi.h | 33 uint64_t ConvertGrallocFormatToDrmModifiers(uint64_t flags, bool is_rgb);
|
/external/fmtlib/include/fmt/ |
D | color.h | 205 FMT_CONSTEXPR color_type() FMT_NOEXCEPT : is_rgb(), value{} {} in color_type() 206 FMT_CONSTEXPR color_type(color rgb_color) FMT_NOEXCEPT : is_rgb(true), in color_type() 210 FMT_CONSTEXPR color_type(rgb rgb_color) FMT_NOEXCEPT : is_rgb(true), value{} { in color_type() 214 FMT_CONSTEXPR color_type(terminal_color term_color) FMT_NOEXCEPT : is_rgb(), in color_type() 218 bool is_rgb; member 239 if (!foreground_color.is_rgb || !rhs.foreground_color.is_rgb) 248 if (!background_color.is_rgb || !rhs.background_color.is_rgb) 268 if (!foreground_color.is_rgb || !rhs.foreground_color.is_rgb) 277 if (!background_color.is_rgb || !rhs.background_color.is_rgb) 360 if (!text_color.is_rgb) { in ansi_color_escape()
|
/external/webp/src/dec/ |
D | io_dec.c | 566 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup() local 581 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); in CustomSetup() 589 if (is_rgb) { in CustomSetup() 613 : is_rgb ? EmitAlphaRGB in CustomSetup() 615 if (is_rgb) { in CustomSetup()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local 515 is_rgb = 1; in merge_presub_sources() 520 is_rgb = 0; in merge_presub_sources() 543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, in merge_presub_sources() 558 free_source = rc_pair_alloc_source(dst_full, is_rgb, in merge_presub_sources()
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 486 const int is_rgb = (r_ptr < b_ptr); // otherwise it's bgr in ImportYUVAFromRGBA() local 543 if (is_rgb) { in ImportYUVAFromRGBA()
|
/external/armnn/third-party/stb/ |
D | stb_image.h | 3531 int n, decode_n, is_rgb; in load_jpeg_image() local 3543 is_rgb = z->s->img_n == 3 && (z->rgb == 3 || (z->app14_color_transform == 0 && !z->jfif)); in load_jpeg_image() 3545 if (z->s->img_n == 3 && n < 3 && !is_rgb) in load_jpeg_image() 3605 if (is_rgb) { in load_jpeg_image() 3645 if (is_rgb) { in load_jpeg_image()
|
/external/ComputeLibrary/include/stb/ |
D | stb_image.h | 3575 int n, decode_n, is_rgb; in load_jpeg_image() local 3587 is_rgb = z->s->img_n == 3 && (z->rgb == 3 || (z->app14_color_transform == 0 && !z->jfif)); in load_jpeg_image() 3589 if (z->s->img_n == 3 && n < 3 && !is_rgb) in load_jpeg_image() 3649 if (is_rgb) { in load_jpeg_image() 3689 if (is_rgb) { in load_jpeg_image()
|