Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.h400 const format_description_t *halFormatToExynosFormat(int format, uint32_t compressType);
403 enum decon_pixel_format halFormatToDpuFormat(int format, uint32_t compressType);
404 uint32_t DpuFormatToHalFormat(int format, uint32_t compressType);
405 int halFormatToDrmFormat(int format, uint32_t compressType);
437 String8 getFormatStr(int format, uint32_t compressType);
440 uint32_t getBufferNumOfFormat(int format, uint32_t compressType);
441 uint32_t getPlaneNumOfFormat(int format, uint32_t compressType);
H A DExynosHWCHelper.cpp335 enum decon_pixel_format halFormatToDpuFormat(int format, uint32_t compressType) { in halFormatToDpuFormat() argument
336 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDpuFormat()
348 int halFormatToDrmFormat(int format, uint32_t compressType) in halFormatToDrmFormat() argument
350 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDrmFormat()
562 String8 getFormatStr(int format, uint32_t compressType) { in getFormatStr() argument
563 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getFormatStr()
594 uint32_t getBufferNumOfFormat(int format, uint32_t compressType) { in getBufferNumOfFormat() argument
595 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getBufferNumOfFormat()
599 uint32_t getPlaneNumOfFormat(int format, uint32_t compressType) { in getPlaneNumOfFormat() argument
600 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getPlaneNumOfFormat()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.cpp153 uint32_t compressType = 0; in getBuffer() local
155 compressType = AFBC; in getBuffer()
157 compressType = COMP_ANY; in getBuffer()
159 auto exynosFormat = halFormatToExynosFormat(config.format, compressType); in getBuffer()