Searched refs:is_rgb (Results 1 – 5 of 5) sorted by relevance
/external/drm_hwcomposer/ |
D | platformhisi.cpp | 75 bool is_rgb) { in ConvertGrallocFormatToDrmModifiers() argument 91 if (is_rgb) in ConvertGrallocFormatToDrmModifiers() 123 bool is_rgb; in ImportBuffer() local 149 is_rgb = IsDrmFormatRgb(fmt); in ImportBuffer() 151 is_rgb); in ImportBuffer()
|
D | platformhisi.h | 42 uint64_t ConvertGrallocFormatToDrmModifiers(uint64_t flags, bool is_rgb);
|
/external/webp/src/dec/ |
D | io_dec.c | 553 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup() local 568 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); in CustomSetup() 576 if (is_rgb) { in CustomSetup() 600 : is_rgb ? EmitAlphaRGB in CustomSetup() 602 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 | 851 const int is_rgb = (r_ptr < b_ptr); // otherwise it's bgr in ImportYUVAFromRGBA() local 908 if (is_rgb) { in ImportYUVAFromRGBA()
|