Home
last modified time | relevance | path

Searched refs:afbc (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dformat_info.cpp41 … .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
42 … .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
43 … .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
44 … .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
45 … .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
46 … .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
47 … .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
48 … .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv = true, .afbc = true, .linear = …
49 … .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv = true, .afbc = true, .linear = …
51 …, .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv = true, .afbc = true, .linear = …
[all …]
Dformat_info.h71 …bool afbc; /* AFBC supported (per specification and by gralloc). IP support n… member
Dmali_gralloc_formats.cpp601 if (!formats[fmt_idx].afbc || in is_format_supported()
Dmali_gralloc_bufferallocation.cpp805 if (format->afbc == false) in validate_format()
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp104 bool afbc = (unmasked_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK); in drm_fourcc_from_handle() local
106 if (afbc && internal_format == MALI_GRALLOC_FORMAT_INTERNAL_RGB_565) in drm_fourcc_from_handle()