Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2409 if (isFormatSBWC(criteria.format) && hasPPC(mPhysicalType, PPC_FORMAT_SBWC, PPC_ROT_NO)) in getPPCIndex()
2412 … if ((isFormatRgb(criteria.format)) && hasPPC(mPhysicalType, PPC_FORMAT_AFBC_RGB, PPC_ROT_NO)) in getPPCIndex()
2414 … else if ((isFormatYUV(criteria.format)) && hasPPC(mPhysicalType, PPC_FORMAT_AFBC_YUV, PPC_ROT_NO)) in getPPCIndex()
2420 } else if (isFormatP010(criteria.format) && hasPPC(mPhysicalType, PPC_FORMAT_P010, PPC_ROT_NO)) in getPPCIndex()
2422 … else if (isFormatYUV420(criteria.format) && hasPPC(mPhysicalType, PPC_FORMAT_YUV420, PPC_ROT_NO)) in getPPCIndex()
2424 … else if (isFormatYUV422(criteria.format) && hasPPC(mPhysicalType, PPC_FORMAT_YUV422, PPC_ROT_NO)) in getPPCIndex()
2481 if (hasPPC(mPhysicalType, formatIndex, rotIndex)) { in getPPC()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h579 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex);
DExynosHWCHelper.cpp1163 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex) { in hasPPC() function