# device_soc_eeasytech **Repository Path**: openharmony-sig/device_soc_eeasytech ## Basic Information - **Project Name**: device_soc_eeasytech - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-11-25 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [device_soc_eeasytech](https://gitcode.com/openharmony-sig/device_soc_eeasytech)。| ⚠️ This repository has been archived. For the new address, please visit [device_soc_eeasytech](https://gitcode.com/openharmony-sig/device_soc_eeasytech).** > --- > # device_soc_eeasytech ## 介绍 本仓库下实现了Eeasytech芯片系列的media模块相关库,使用相关库可实现图像的硬件编解码功能。本库相关代码可直接复用于eeasytech芯片系列的产品。 ## 约束 目前支持的芯片系列 | 芯片厂商 | 主芯片型号 | GPU型号 | | ------- | ----- | -------- | | Eeasytech | SV823 | 无 | ## 目录 ``` device/soc/eeasytech ├── sv823 # SV823芯片目录 │   ├── hardware │   │   ├── BUILD.gn │   │   └── media # 媒体编解码库目录 │   └── soc.gni ├── common # eeasytech厂商芯片平台公共目录 │   └── hal │   └── usb ├── LICENSE ├── OAT.xml └── README_zh.md ``` ## 相关仓库 - device_soc_eeasytech - [vendor_unionman](https://gitee.com/openharmony/vendor_unionman) - [device_board_unionman](https://gitee.com/openharmony/device_board_unionman)