Searched refs:inCompressType (Results 1 – 1 of 1) sorted by relevance
132 const format_description_t* halFormatToExynosFormat(int inHalFormat, uint32_t inCompressType) { in halFormatToExynosFormat() argument143 ((inCompressType == COMP_ANY) || (descCompressType == COMP_ANY) || in halFormatToExynosFormat()144 (inCompressType == descCompressType))) { in halFormatToExynosFormat()