Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp42 #define RGB_BYTE_ALIGN_DEFAULT 64 macro
566 static_assert(is_power2(RGB_BYTE_ALIGN_DEFAULT), in calc_allocation_size()
571 (format.is_rgb ? RGB_BYTE_ALIGN_DEFAULT : 0); in calc_allocation_size()