xref: /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/sample_adpcc_module.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 #ifndef __SAMPLE_ADPCC_MODULE_H__
2 #define __SAMPLE_ADPCC_MODULE_H__
3 
4 #include "base/xcam_common.h"
5 
6 XCamReturn sample_adpcc_module(const void *arg);
7 
8 #endif  /*__SAMPLE_ADPCC_MODULE_H__*/
9