Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.h65 uint32_t ppc = 0; member
DExynosDeviceInterface.cpp154 if (mDPUInfo.dpuInfo.ppc) in makeDPURestrictions()
155 it->setPPC(static_cast<float>(mDPUInfo.dpuInfo.ppc)); in makeDPURestrictions()
DExynosDeviceDrmInterface.cpp203 mDPUInfo.dpuInfo.ppc = static_cast<uint32_t>(value); in updateRestrictions()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h697 void setPPC(float ppc) { mPPC = ppc; }; in setPPC() argument