Searched refs:formatIndex (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/zuma/libhwc2.1/libresource/ |
D | ExynosResourceManagerModule.cpp | 283 uint32_t formatIndex = 0; in calculateHWResourceAmount() local 330 formatIndex = (isFormatRgb(format) ? RGB : 0) | formatBPP; in calculateHWResourceAmount() 331 SRAMtotal += getSramAmount(TDM_ATTR_AFBC, formatIndex, widthIndex); in calculateHWResourceAmount() 366 formatIndex = FORMAT_RGB_MASK; in calculateHWResourceAmount() 368 formatIndex = FORMAT_YUV_MASK; in calculateHWResourceAmount() 371 SRAMtotal += getSramAmount(TDM_ATTR_SCALE, formatIndex, LB_W_3073_INF); in calculateHWResourceAmount()
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 2418 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex, in getPPCIndex() argument 2421 formatIndex = 0; in getPPCIndex() 2427 formatIndex = PPC_FORMAT_SBWC; in getPPCIndex() 2430 formatIndex = PPC_FORMAT_AFBC_RGB; in getPPCIndex() 2432 formatIndex = PPC_FORMAT_AFBC_YUV; in getPPCIndex() 2434 formatIndex = PPC_FORMAT_RGB32; in getPPCIndex() 2438 formatIndex = PPC_FORMAT_P010; in getPPCIndex() 2440 formatIndex = PPC_FORMAT_YUV420; in getPPCIndex() 2442 formatIndex = PPC_FORMAT_YUV422; in getPPCIndex() 2444 formatIndex = PPC_FORMAT_RGB32; in getPPCIndex() [all …]
|
D | ExynosMPP.h | 737 uint32_t &formatIndex, uint32_t &rotIndex, uint32_t &scaleIndex,
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.cpp | 1163 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex) { in hasPPC() argument 1164 if (ppc_table_map.find(PPC_IDX(physicalType, formatIndex, rotIndex)) != in hasPPC()
|
D | ExynosHWCHelper.h | 581 bool hasPPC(uint32_t physicalType, uint32_t formatIndex, uint32_t rotIndex);
|