xref: /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/RkIspFecVersion.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  *  Copyright (c) 2019 Rockchip Corporation
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  */
17 
18 #ifndef _RK_ISP_FEC_VERSION_H_
19 /*!
20  * ==================== RK ISP FEC VERSION HISTORY ====================
21  *
22  * v1.0.0
23  * - FEC: supports different resolution of input and output
24  * - add IspFec lib
25  *
26  * v1.0.1
27  * - add the function that generating mesh online
28  * - support that prepare and process can be called by different threads
29  *
30  */
31 
32 #define RK_ISP_FEC_VERSION_REAL_V "v1.0.1"
33 #define RK_ISP_FEC_RELEASE_DATE "2023-06-01"
34 
35 /******* DO NOT EDIT THE FOLLOWINGS ***********/
36 
37 #define RK_ISP_FEC_VERSION_HEAD "ISP_FEC "
38 #define RK_ISP_FEC_VERSION \
39     RK_ISP_FEC_VERSION_HEAD\
40     RK_ISP_FEC_VERSION_REAL_V
41 
42 #endif
43