Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.cpp2364 rotIndex = 0; in getPPCIndex()
2390 rotIndex = PPC_ROT; in getPPCIndex()
2392 rotIndex = PPC_ROT_NO; in getPPCIndex()
2429 uint32_t rotIndex = 0; in getPPC() local
2432 getPPCIndex(src, dst, formatIndex, rotIndex, scaleIndex, criteria); in getPPC()
2434 if ((rotIndex == PPC_ROT_NO) && (assignCheckSrc != NULL) && in getPPC()
2436 rotIndex = PPC_ROT; in getPPC()
2440 if (hasPPC(mPhysicalType, formatIndex, rotIndex)) { in getPPC()
2454 formatIndex, rotIndex, scaleIndex, PPC); in getPPC()
2462 uint32_t rotIndex = 0; in getAssignedCapacity() local
[all …]
H A DExynosMPP.h696 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex,
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp1180 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex) { in hasPPC() argument
1181 if (ppc_table_map.find(PPC_IDX(physicalType, formatIndex, rotIndex)) != in hasPPC()
H A DExynosHWCHelper.h535 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex);