1 /* 2 * rk_aiq_user_api2_asahrp_v33.h 3 * 4 * Copyright (c) 2022 Rockchip Corporation 5 * 6 * Licensed under the Apache License, Version 2.0 (the "License"); 7 * you may not use this file except in compliance with the License. 8 * You may obtain a copy of the License at 9 * 10 * http://www.apache.org/licenses/LICENSE-2.0 11 * 12 * Unless required by applicable law or agreed to in writing, software 13 * distributed under the License is distributed on an "AS IS" BASIS, 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 * See the License for the specific language governing permissions and 16 * limitations under the License. 17 * 18 */ 19 20 #ifndef _RK_AIQ_USER_API2_ASHARP_V33_H_ 21 #define _RK_AIQ_USER_API2_ASHARP_V33_H_ 22 23 #include "asharpV33/rk_aiq_uapi_asharp_int_v33.h" 24 25 typedef struct rk_aiq_sys_ctx_s rk_aiq_sys_ctx_t; 26 27 RKAIQ_BEGIN_DECLARE 28 29 XCamReturn rk_aiq_user_api2_asharpV33_SetAttrib(const rk_aiq_sys_ctx_t* sys_ctx, 30 const rk_aiq_sharp_attrib_v33_t* attr); 31 32 XCamReturn rk_aiq_user_api2_asharpV33_GetAttrib(const rk_aiq_sys_ctx_t* sys_ctx, 33 rk_aiq_sharp_attrib_v33_t* attr); 34 35 XCamReturn rk_aiq_user_api2_asharpV33Lite_SetAttrib(const rk_aiq_sys_ctx_t* sys_ctx, 36 const rk_aiq_sharp_attrib_v33LT_t* attr); 37 38 XCamReturn rk_aiq_user_api2_asharpV33Lite_GetAttrib(const rk_aiq_sys_ctx_t* sys_ctx, 39 rk_aiq_sharp_attrib_v33LT_t* attr); 40 41 XCamReturn rk_aiq_user_api2_asharpV33_SetStrength(const rk_aiq_sys_ctx_t* sys_ctx, 42 const rk_aiq_sharp_strength_v33_t* pStrength); 43 44 XCamReturn rk_aiq_user_api2_asharpV33_GetStrength(const rk_aiq_sys_ctx_t* sys_ctx, 45 rk_aiq_sharp_strength_v33_t* pStrength); 46 XCamReturn rk_aiq_user_api2_asharpV33_GetInfo(const rk_aiq_sys_ctx_t* sys_ctx, 47 rk_aiq_sharp_info_v33_t* pInfo); 48 RKAIQ_END_DECLARE 49 50 #endif