Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2360 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex, in getPPCIndex() argument
2364 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()
2441 … PPC = ppc_table_map.at(PPC_IDX(mPhysicalType, formatIndex, rotIndex)).ppcList[scaleIndex]; in getPPC()
[all …]
DExynosMPP.h696 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex,
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
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()
DExynosHWCHelper.h535 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex);