blob: a1f4f7e99a8a0c48d8eb352e12ac734dc765beab [file] [log] [blame]
/*
* Copyright 2023 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef AHardwareBufferUtils_DEFINED
#define AHardwareBufferUtils_DEFINED
#include "include/core/SkColorType.h"
#include "include/core/SkTypes.h"
#if __ANDROID_API__ >= 26
namespace AHardwareBufferUtils {
SkColorType GetSkColorTypeFromBufferFormat(uint32_t bufferFormat);
} // namespace AHardwareBufferUtils
#endif
#endif // AHardwareBufferUtils_DEFINED