Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp132 const format_description_t* halFormatToExynosFormat(int inHalFormat, uint32_t inCompressType) { in halFormatToExynosFormat() argument
143 ((inCompressType == COMP_ANY) || (descCompressType == COMP_ANY) || in halFormatToExynosFormat()
144 (inCompressType == descCompressType))) { in halFormatToExynosFormat()