Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2360 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex, in getPPCIndex() argument
2363 formatIndex = 0; in getPPCIndex()
2369 formatIndex = PPC_FORMAT_SBWC; in getPPCIndex()
2372 formatIndex = PPC_FORMAT_AFBC_RGB; in getPPCIndex()
2374 formatIndex = PPC_FORMAT_AFBC_YUV; in getPPCIndex()
2376 formatIndex = PPC_FORMAT_RGB32; in getPPCIndex()
2380 formatIndex = PPC_FORMAT_P010; in getPPCIndex()
2382 formatIndex = PPC_FORMAT_YUV420; in getPPCIndex()
2384 formatIndex = PPC_FORMAT_YUV422; in getPPCIndex()
2386 formatIndex = PPC_FORMAT_RGB32; in getPPCIndex()
[all …]
DExynosMPP.h696 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex,
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp1180 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex) { in hasPPC() argument
1181 if (ppc_table_map.find(PPC_IDX(physicalType, formatIndex, rotIndex)) != in hasPPC()
DExynosHWCHelper.h535 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex);