Home
last modified time | relevance | path

Searched refs:PPC_FORMAT_P010 (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/
DExynosResourceRestriction.h268 {PPC_IDX(MPP_G2D,PPC_FORMAT_P010,PPC_ROT_NO), {3.5, 3.6, 4.3, 4.3, 3.5, 3.7, 3.7}},
269 {PPC_IDX(MPP_G2D,PPC_FORMAT_P010,PPC_ROT), {2.8, 3.2, 3.9, 4.3, 3.6, 2.6, 2.6}},
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h255 PPC_FORMAT_P010, enumerator
DExynosMPP.cpp2379 } else if (isFormatP010(criteria.format) && hasPPC(mPhysicalType, PPC_FORMAT_P010, PPC_ROT_NO)) in getPPCIndex()
2380 formatIndex = PPC_FORMAT_P010; in getPPCIndex()