forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _TOOL_RKAIQ_API_AGAMMA_H_
#define _TOOL_RKAIQ_API_AGAMMA_H_
 
#include "rk_aiq.h"
#include "rk_aiq_user_api_agamma.h"
#include "rkaiq_socket.h"
 
class RKAiqToolAGamma
{
  public:
    RKAiqToolAGamma();
    virtual ~RKAiqToolAGamma();
 
    int SetAttrib(const rk_aiq_gamma_attrib_t attr, int cmdID);
    int GetAttrib(rk_aiq_gamma_attrib_t* attr, int cmdID);
};
 
#endif // _TOOL_RKAIQ_API_AGAMMA_H_