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.cpp2418 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex, in getPPCIndex() argument
2422 rotIndex = 0; in getPPCIndex()
2448 rotIndex = PPC_ROT; in getPPCIndex()
2450 rotIndex = PPC_ROT_NO; in getPPCIndex()
2487 uint32_t rotIndex = 0; in getPPC() local
2490 getPPCIndex(src, dst, formatIndex, rotIndex, scaleIndex, criteria); in getPPC()
2492 if ((rotIndex == PPC_ROT_NO) && (assignCheckSrc != NULL) && in getPPC()
2494 rotIndex = PPC_ROT; in getPPC()
2498 if (hasPPC(mPhysicalType, formatIndex, rotIndex)) { in getPPC()
2499 … PPC = ppc_table_map.at(PPC_IDX(mPhysicalType, formatIndex, rotIndex)).ppcList[scaleIndex]; in getPPC()
[all …]
DExynosMPP.h737 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex,
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp1163 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex) { in hasPPC() argument
1164 if (ppc_table_map.find(PPC_IDX(physicalType, formatIndex, rotIndex)) != in hasPPC()
DExynosHWCHelper.h581 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex);