Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp425 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDpuFormat() local
426 return (exynosFormat != nullptr) ? exynosFormat->s3cFormat : DECON_PIXEL_FORMAT_MAX; in halFormatToDpuFormat()
439 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDrmFormat() local
440 return (exynosFormat != nullptr) ? exynosFormat->drmFormat : DRM_FORMAT_UNDEFINED; in halFormatToDrmFormat()
652 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getFormatStr() local
654 if (exynosFormat != nullptr) { in getFormatStr()
655 return exynosFormat->name; in getFormatStr()
684 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getBufferNumOfFormat() local
685 return (exynosFormat != nullptr) ? exynosFormat->bufferNum : 0; in getBufferNumOfFormat()
689 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getPlaneNumOfFormat() local
[all …]
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp196 auto exynosFormat = halFormatToExynosFormat(config.format, config.compressionInfo.type); in getBuffer() local
197 if (exynosFormat == nullptr) { in getBuffer()
202 drmFormat = exynosFormat->drmFormat; in getBuffer()
209 if ((bufferNum = exynosFormat->bufferNum) == 0) { in getBuffer()
213 if (((planeNum = exynosFormat->planeNum) == 0) || (planeNum > MAX_PLANE_NUM)) { in getBuffer()