Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_YUV_READ (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc4/src/capabilities/src/
Dgralloc_capabilities.cpp64 dpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_YUV_READ; in get_ip_capabilities()
75 gpu_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_YUV_READ; in get_ip_capabilities()
107 bw_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_YUV_READ; in get_ip_capabilities()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h336 #define MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_YUV_READ ((uint64_t)1 << 11) macro
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp344 producer_caps &= ~MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_YUV_READ; in get_producer_caps()
623 if ((consumer_caps & MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_YUV_READ) == 0) in is_format_supported()
925 if ((consumer_caps & MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_YUV_READ) == 0) in get_active_caps()