Home
last modified time | relevance | path

Searched refs:afbc (Results 1 – 9 of 9) 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_bufferallocation.cpp705 if (format->afbc == false) in validate_format()
Dmali_gralloc_formats.cpp590 if (!formats[fmt_idx].afbc || in is_format_supported()
/hardware/google/gchips/gralloc3/src/
Dformat_info.cpp37 … .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
38 … .tile_size = 1, .has_alpha = false, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
39 … .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
40 … .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv = false, .afbc = true, .linear = …
41 … .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 = false, .linear = …
44 … .tile_size = 1, .has_alpha = true, .is_rgb = true, .is_yuv = false, .afbc = false, .linear = …
47 … .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv = true, .afbc = true, .linear = …
48 … .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv = true, .afbc = true, .linear = …
51 …T, .tile_size = 1, .has_alpha = false, .is_rgb = false, .is_yuv = true, .afbc = true, .linear = …
[all …]
Dformat_info.h65 …bool afbc; /* AFBC supported (per specification and by gralloc). IP support n… member
Dmali_gralloc_formats.cpp778 if (!formats[fmt_idx].afbc || in is_format_supported()
1501 else if (formats[fmt_idx].afbc && in get_base_format_for_modifiers()
Dmali_gralloc_bufferallocation.cpp647 if (format->afbc == false) in validate_format()
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp103 bool afbc = (unmasked_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK); in drm_fourcc_from_handle() local
105 if (afbc && internal_format == MALI_GRALLOC_FORMAT_INTERNAL_RGB_565) in drm_fourcc_from_handle()