1 Star 1 Fork 0

SHARE_TECHNOLOGY/linux-rga

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RockchipFileOps.h 651 Bytes
一键复制 编辑 原始数据 按行查看 历史
gitee 提交于 2022-05-12 14:02 +08:00 . first commit
/*
* Copyright (C) 2016 Rockchip Electronics Co.Ltd
* Authors:
* Zhiqin Wei <wzq@rock-chips.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
*/
#ifndef _rk_file_ops_h_
#define _rk_file_ops_h_
// -------------------------------------------------------------------------------
int get_buf_from_file(void *buf, int f, int sw, int sh, int index);
int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/flshare-technology/linux-rga.git
git@gitee.com:flshare-technology/linux-rga.git
flshare-technology
linux-rga
linux-rga
master

搜索帮助