Lines Matching refs:rotIndex
2360 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()
2447 __func__, mPhysicalType, formatIndex, rotIndex, scaleIndex, PPC); in getPPC()
2454 formatIndex, rotIndex, scaleIndex, PPC); in getPPC()
2462 uint32_t rotIndex = 0; in getAssignedCapacity() local
2478 rotIndex = PPC_ROT; in getAssignedCapacity()