Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h432 const format_description_t *halFormatToExynosFormat(int format, uint32_t compressType);
435 enum decon_pixel_format halFormatToDpuFormat(int format, uint32_t compressType);
436 uint32_t DpuFormatToHalFormat(int format, uint32_t compressType);
437 int halFormatToDrmFormat(int format, uint32_t compressType);
478 String8 getFormatStr(int format, uint32_t compressType);
481 uint32_t getBufferNumOfFormat(int format, uint32_t compressType);
482 uint32_t getPlaneNumOfFormat(int format, uint32_t compressType);
DExynosHWCHelper.cpp424 enum decon_pixel_format halFormatToDpuFormat(int format, uint32_t compressType) { in halFormatToDpuFormat() argument
425 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDpuFormat()
437 int halFormatToDrmFormat(int format, uint32_t compressType) in halFormatToDrmFormat() argument
439 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()
/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp270 int32_t compressType = mppSrc->mSrcImg.compressionInfo.type; in calculateHWResourceAmount() local
300 if (compressType == COMP_TYPE_SBWC) { in calculateHWResourceAmount()
315 if (compressType == COMP_TYPE_SBWC) { in calculateHWResourceAmount()
317 } else if (compressType == COMP_TYPE_AFBC) { in calculateHWResourceAmount()
329 if (compressType == COMP_TYPE_AFBC) { in calculateHWResourceAmount()
336 if (compressType == COMP_TYPE_SBWC) { in calculateHWResourceAmount()