55 lines
1.9 KiB
C
Raw Permalink Normal View History

2025-05-10 21:58:58 +08:00
/*
* Copyright (c) 2022 Rockchip Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
/*!
* ==================== NOTE ===================================
*
*
* rkrawstream库在不同代码仓库平台间使用完全相同的目录结构和文件
* aiq仓库包含相关提交
*
* -linux-isp3x-3588 make-Makefiles-aarch64.bash
* -linux-isp32-3588 make-Makefiles-aarch64-isp32.bash
* -linux-isp32-1106 make-Makefiles-uclibc.bash
* -linux-rk3588-3588 make-Makefiles-aarch64.bash aiq部分修改还未合并
* -linux-rv1106-1106 ipc sdk Makefile release v5.0x1.1
* -android-deveop-3588 rkaiq Android.bp
*
*/
/*!
* ==================== TODO LIST ==============================
*
* 2023/2/15
* - rkvi_demo sensor name
* - 线
*/
/*!
* ==================== RKRAWSTREAM VERSION HISTORY ============
*
* v0.0.9
* - initial version, merage with Android.
*
* v0.1.0
* - fix stop poll bug.
* - API rkrawstream_readback_set_rkraw2
* - buf_mem_type prepare阶段配置
* - buffer prepare阶段配置
* - isp32分支编译脚本
*/