Home
last modified time | relevance | path

Searched refs:AFBC_FORMAT_MOD_BLOCK_SIZE_16x16 (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/
H A Dmali_fourcc.h87 #ifndef AFBC_FORMAT_MOD_BLOCK_SIZE_16x16
88 #define AFBC_FORMAT_MOD_BLOCK_SIZE_16x16 ((uint64_t)0x1) macro
/aosp12/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
H A Ddrmutils.cpp167 modifier |= AFBC_FORMAT_MOD_BLOCK_SIZE_16x16; in drm_modifier_from_handle()
/aosp12/bionic/libc/kernel/uapi/drm/
H A Ddrm_fourcc.h193 #define AFBC_FORMAT_MOD_BLOCK_SIZE_16x16 (1ULL) macro
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.cpp191 uint64_t compressed_modifier = AFBC_FORMAT_MOD_BLOCK_SIZE_16x16; in getBuffer()