Searched refs:hasPPC (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 2368 if (isFormatSBWC(criteria.format) && hasPPC(mPhysicalType, PPC_FORMAT_SBWC, PPC_ROT_NO)) in getPPCIndex() 2371 … if ((isFormatRgb(criteria.format)) && hasPPC(mPhysicalType, PPC_FORMAT_AFBC_RGB, PPC_ROT_NO)) in getPPCIndex() 2373 … else if ((isFormatYUV(criteria.format)) && hasPPC(mPhysicalType, PPC_FORMAT_AFBC_YUV, PPC_ROT_NO)) in getPPCIndex() 2379 } else if (isFormatP010(criteria.format) && hasPPC(mPhysicalType, PPC_FORMAT_P010, PPC_ROT_NO)) in getPPCIndex() 2381 … else if (isFormatYUV420(criteria.format) && hasPPC(mPhysicalType, PPC_FORMAT_YUV420, PPC_ROT_NO)) in getPPCIndex() 2383 … else if (isFormatYUV422(criteria.format) && hasPPC(mPhysicalType, PPC_FORMAT_YUV422, PPC_ROT_NO)) in getPPCIndex() 2440 if (hasPPC(mPhysicalType, formatIndex, rotIndex)) { in getPPC()
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.h | 535 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex);
|
D | ExynosHWCHelper.cpp | 1180 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex) { in hasPPC() function
|