Home
last modified time | relevance | path

Searched defs:compressType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp30 std::string LogCompress::CompressType2Str(uint16_t compressType) in CompressType2Str()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_hwc_prevalidate_util.h48 int compressType; /**< CompressType of Surface Buffer */ member
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp335 enum decon_pixel_format halFormatToDpuFormat(int format, uint32_t compressType) { in halFormatToDpuFormat()
348 int halFormatToDrmFormat(int format, uint32_t compressType) in halFormatToDrmFormat()
562 String8 getFormatStr(int format, uint32_t compressType) { in getFormatStr()
594 uint32_t getBufferNumOfFormat(int format, uint32_t compressType) { in getBufferNumOfFormat()
599 uint32_t getPlaneNumOfFormat(int format, uint32_t compressType) { in getPlaneNumOfFormat()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.cpp153 uint32_t compressType = 0; in getBuffer() local