Searched refs:exynosFormat (Results 1 – 2 of 2) sorted by relevance
425 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDpuFormat() local426 return (exynosFormat != nullptr) ? exynosFormat->s3cFormat : DECON_PIXEL_FORMAT_MAX; in halFormatToDpuFormat()439 auto exynosFormat = halFormatToExynosFormat(format, compressType); in halFormatToDrmFormat() local440 return (exynosFormat != nullptr) ? exynosFormat->drmFormat : DRM_FORMAT_UNDEFINED; in halFormatToDrmFormat()652 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getFormatStr() local654 if (exynosFormat != nullptr) { in getFormatStr()655 return exynosFormat->name; in getFormatStr()684 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getBufferNumOfFormat() local685 return (exynosFormat != nullptr) ? exynosFormat->bufferNum : 0; in getBufferNumOfFormat()689 auto exynosFormat = halFormatToExynosFormat(format, compressType); in getPlaneNumOfFormat() local[all …]
196 auto exynosFormat = halFormatToExynosFormat(config.format, config.compressionInfo.type); in getBuffer() local197 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()