Searched refs:exynosFormat (Results 1 – 1 of 1) sorted by relevance
336 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDpuFormat() local337 return (exynosFormat != nullptr) ? exynosFormat->s3cFormat : DECON_PIXEL_FORMAT_MAX; in halFormatToDpuFormat()350 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDrmFormat() local351 return (exynosFormat != nullptr) ? exynosFormat->drmFormat : DRM_FORMAT_UNDEFINED; in halFormatToDrmFormat()563 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getFormatStr() local565 if (exynosFormat != nullptr) { in getFormatStr()566 return exynosFormat->name; in getFormatStr()595 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getBufferNumOfFormat() local596 return (exynosFormat != nullptr) ? exynosFormat->bufferNum : 0; in getBufferNumOfFormat()600 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getPlaneNumOfFormat() local[all …]