hc
2023-02-18 a08c8b75ee83d7f62c9aefc23bfb42082aa4076c
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _RK_AIQ_USER_API_AHDR_PTL_H_
#define _RK_AIQ_USER_API_AHDR_PTL_H_
 
//#include "ahdr/rk_aiq_uapi_ahdr_int.h"
#include "rk_aiq_user_api_ahdr.h"
typedef struct rk_aiq_user_api_ahdr_SetAttrib {
    rk_aiq_sys_ctx_t*  sys_ctx;
    ahdr_attrib_t attr;
    XCamReturn  returnvalue;
} rk_aiq_user_api_ahdr_SetAttrib_t;
 
#endif