Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h39 #define GRALLOC4_STANDARD_COMPRESSION "android.hardware.graphics.common.Compression" macro
150 {GRALLOC4_STANDARD_COMPRESSION,
155 {GRALLOC4_STANDARD_COMPRESSION,
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1225 return !std::strncmp(compression.name.c_str(), GRALLOC4_STANDARD_COMPRESSION, in isStandardCompression()