/* * Copyright (C) 2015-2020 Alibaba Group Holding Limited */ #ifndef FB_ROTATE_H #define FB_ROTATE_H /** * @addtogroup rotate * This is the brief description of the component. * * This is the detailed description, and it's optional. * @{ */ #include #include /* Here is Macro and struct definition*/ /* Here is API and callback definition*/ void rotate_cw(const uint8_t *in, uint8_t *out, uint32_t w, uint32_t h); /** @} */ #endif