Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
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);
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()