Go to the source code of this file.
Data Structures | |
struct | autoexp_log_t |
Defines | |
#define | AUTOEXP_DEV_NAME "/dev/autoexp" |
#define | TABLES_LEN 8192 |
#define | OFFSET_HIST_C (4096 + 256 * 6 * 2) |
#define | OFFSET_GAMMA_C (OFFSET_HIST_C + 4) |
#define | IOC_AUTOEXP_SET 0x01 |
#define | IOC_AUTOEXP_GET 0x02 |
#define | IOC_AUTOEXP_GET_LOG 0x03 |
#define | IOC_AUTOEXP_GAMMA_TABLE 0x10 |
#define | HIST_NOT_CHANGE 0xFFFF |
#define | LOG_C 200 |
Moved to c313a.h. |
#define AUTOEXP_DEV_NAME "/dev/autoexp" |
Definition at line 4 of file autoexp.h.
Referenced by calcWhiteBalance(), main(), and php_elphel_init_globals().
#define HIST_NOT_CHANGE 0xFFFF |
Definition at line 17 of file autoexp.h.
Referenced by autoexp__ioctl(), fillAEStruct(), hist__ioctl(), main(), and set2state().
#define IOC_AUTOEXP_GAMMA_TABLE 0x10 |
#define IOC_AUTOEXP_GET 0x02 |
Definition at line 12 of file autoexp.h.
Referenced by autoexp__ioctl(), calcWhiteBalance(), getAEParams(), and main().
#define IOC_AUTOEXP_GET_LOG 0x03 |
#define IOC_AUTOEXP_SET 0x01 |
#define LOG_C 200 |
Moved to c313a.h.
Definition at line 52 of file autoexp.h.
Referenced by autoexp__ioctl(), hist__ioctl(), and main().
#define OFFSET_GAMMA_C (OFFSET_HIST_C + 4) |
#define OFFSET_HIST_C (4096 + 256 * 6 * 2) |
#define TABLES_LEN 8192 |
Definition at line 6 of file autoexp.h.
Referenced by calcWhiteBalance(), main(), and php_elphel_init_globals().