Searched refs:PPC (Results 1 – 1 of 1) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 2427 float PPC = 0; in getPPC() local 2441 … PPC = ppc_table_map.at(PPC_IDX(mPhysicalType, formatIndex, rotIndex)).ppcList[scaleIndex]; in getPPC() 2445 if (PPC == 0) { in getPPC() 2447 __func__, mPhysicalType, formatIndex, rotIndex, scaleIndex, PPC); in getPPC() 2448 PPC = 0.000001; /* It means can't use mPhysicalType H/W */ in getPPC() 2454 formatIndex, rotIndex, scaleIndex, PPC); in getPPC() 2455 return PPC; in getPPC() 2495 float PPC = 0; in getAssignedCapacity() local 2498 PPC = G2D_BASE_PPC_COLORFILL; in getAssignedCapacity() 2500 …PPC = getPPC(mAssignedSources[i]->mSrcImg, mAssignedSources[i]->mMidImg, mAssignedSources[i]->mSrc… in getAssignedCapacity() [all …]
|