Searched refs:rotIndex (Results 1 – 4 of 4) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 2401 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex, in getPPCIndex() argument 2405 rotIndex = 0; in getPPCIndex() 2431 rotIndex = PPC_ROT; in getPPCIndex() 2433 rotIndex = PPC_ROT_NO; in getPPCIndex() 2470 uint32_t rotIndex = 0; in getPPC() local 2473 getPPCIndex(src, dst, formatIndex, rotIndex, scaleIndex, criteria); in getPPC() 2475 if ((rotIndex == PPC_ROT_NO) && (assignCheckSrc != NULL) && in getPPC() 2477 rotIndex = PPC_ROT; in getPPC() 2481 if (hasPPC(mPhysicalType, formatIndex, rotIndex)) { in getPPC() 2482 … PPC = ppc_table_map.at(PPC_IDX(mPhysicalType, formatIndex, rotIndex)).ppcList[scaleIndex]; in getPPC() [all …]
|
D | ExynosMPP.h | 737 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex,
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.cpp | 1163 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()
|
D | ExynosHWCHelper.h | 579 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex);
|