Searched refs:compressType (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.cpp | 423 enum decon_pixel_format halFormatToDpuFormat(int format, uint32_t compressType) { in halFormatToDpuFormat() argument 424 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDpuFormat() 436 int halFormatToDrmFormat(int format, uint32_t compressType) in halFormatToDrmFormat() argument 438 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDrmFormat() 651 String8 getFormatStr(int format, uint32_t compressType) { in getFormatStr() argument 652 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getFormatStr() 683 uint32_t getBufferNumOfFormat(int format, uint32_t compressType) { in getBufferNumOfFormat() argument 684 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getBufferNumOfFormat() 688 uint32_t getPlaneNumOfFormat(int format, uint32_t compressType) { in getPlaneNumOfFormat() argument 689 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getPlaneNumOfFormat()
|
D | ExynosHWCHelper.h | 430 const format_description_t *halFormatToExynosFormat(int format, uint32_t compressType); 433 enum decon_pixel_format halFormatToDpuFormat(int format, uint32_t compressType); 434 uint32_t DpuFormatToHalFormat(int format, uint32_t compressType); 435 int halFormatToDrmFormat(int format, uint32_t compressType); 476 String8 getFormatStr(int format, uint32_t compressType); 479 uint32_t getBufferNumOfFormat(int format, uint32_t compressType); 480 uint32_t getPlaneNumOfFormat(int format, uint32_t compressType);
|
/hardware/google/graphics/zuma/libhwc2.1/libresource/ |
D | ExynosResourceManagerModule.cpp | 309 int32_t compressType = mppSrc->mSrcImg.compressionInfo.type; in calculateHWResourceAmount() local 339 if (compressType == COMP_TYPE_SBWC) { in calculateHWResourceAmount() 354 if (compressType == COMP_TYPE_SBWC) { in calculateHWResourceAmount() 356 } else if (compressType == COMP_TYPE_AFBC) { in calculateHWResourceAmount() 368 if (compressType == COMP_TYPE_AFBC) { in calculateHWResourceAmount() 375 if (compressType == COMP_TYPE_SBWC) { in calculateHWResourceAmount()
|