You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
210 B
8 lines
210 B
|
6 months ago
|
#ifndef _RK_AIQ_MODULE_COMMON_H_
|
||
|
|
#define _RK_AIQ_MODULE_COMMON_H_
|
||
|
|
|
||
|
|
uint16_t convert_coordinate(int x, uint16_t real);
|
||
|
|
uint16_t isp39_logtransf(uint32_t tmpfix, uint8_t is15bit_mode, uint8_t offsetbit);
|
||
|
|
|
||
|
|
#endif
|