Home
last modified time | relevance | path

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

/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoMaliHisi.cpp38 bool is_rgb) { in ConvertGrallocFormatToDrmModifiers() argument
54 if (is_rgb) in ConvertGrallocFormatToDrmModifiers()
71 bool is_rgb; in ConvertBoInfo() local
85 is_rgb = IsDrmFormatRgb(fmt); in ConvertBoInfo()
87 is_rgb); in ConvertBoInfo()
DBufferInfoMaliHisi.h33 uint64_t ConvertGrallocFormatToDrmModifiers(uint64_t flags, bool is_rgb);
/external/fmtlib/include/fmt/
Dcolor.h205 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/
Dio_dec.c548 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup() local
563 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); in CustomSetup()
571 if (is_rgb) { in CustomSetup()
595 : is_rgb ? EmitAlphaRGB in CustomSetup()
597 if (is_rgb) { in CustomSetup()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c507 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/
Dpicture_csp_enc.c855 const int is_rgb = (r_ptr < b_ptr); // otherwise it's bgr in ImportYUVAFromRGBA() local
912 if (is_rgb) { in ImportYUVAFromRGBA()