-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathconf.h
More file actions
88 lines (67 loc) · 2.02 KB
/
Copy pathconf.h
File metadata and controls
88 lines (67 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#ifndef __MODEL_CONF_H__
#define __MODEL_CONF_H__
#include "version.h"
#include "ui_sel.h"
#define _HVR
#define _JA2108
#define SN_HEAD "IV"
#define _EXT_HDDVR
#define _EXT_HDDVR_LITE
#define SDK_PLATFORM_HI3521
#define _NO_VERIFY_CHIP
#define GPIO_PLAT_TYPE6
#define GPIO_KEYPAD_MATRIX
#define HD_DISPLAY_SIZE_OPTIMISED 1
#define HWVER_MAJ (1)
#define HWVER_MIN (0)
#define HWVER_REV (0)
#define HWVER_EXT ""
#define MAX_REF_CH (32)
#define MAX_CAM_CH (8)
#define ALL_CAM_BITMASK (0xff)
#define MAX_AUD_CH (2)
#define ALL_AUD_BITMASK (0x3)
#define MAX_SENSOR_CH (4)
#define ALL_SENSOR_BITMASK (0xf)
#define MAX_ALARM_CH (1)
#define ALL_ALARM_BITMASK (0x1)
#define MAX_HDD_CNT (4)
#define MAX_TELECTRL_CH (8)
#define MAX_CIF_CNT (8)
#define MAX_D1_CNT (8)
#define MAX_D1_LIVE_FPS (30)
#define MAX_CIF_LIVE_FPS (30)
#define MAX_D1_ENC_FPS (30)
#define MAX_CIF_ENC_FPS (30)
#define MAX_NET_ENC_FPS (16)
#define MAX_D1_ENC_BPS (2048)
#define MAX_CIF_ENC_BPS (512)
#define MAX_ENC_CH (8)
#define MAX_DEC_CH (4)
#define MAX_PLAYBACK_CH (4)
//#define DEC_FULL_FRAME
#define FULL_DEC_FPS (25)
#define MIN_DEC_FPS (18)
#define MAX_DEC_RESOLUTION (1920*1080*3*30)
#define MAX_NETWORK_BANDWIDTH (40*1024)
#define DEFAULT_MAIN_STREAM_BANDWIDTH (4*1024)
#define DEFAULT_SUB_STREAM_BANDWIDTH (1*1024)
#define MAX_STREAM_NUM (2)
#define MAX_BNC_1ST_RESOL (960*1080)
#define MAX_BNC_1ST_FPS (18)
#define MAX_BNC_2ST_RESOL (352*288)
#define MAX_BNC_2ST_FPS (12)
#define MAX_NET_1ST_RESOL (1920*1080)
#define MAX_NET_1ST_FPS (30)
#define MAX_NET_2ST_RESOL (720*576)
#define MAX_NET_2ST_FPS (30)
#define ETH_NETWORK_DEV "eth0"
#if defined(_EXT_JUANOEM)
#define FIRMWARE_MAGIC "JUAN HI3521 JA-R2108HL FIRMWARE COPYRIGHT BY JUAN"
#define FIRMWARE_FILE_NAME_PREFIX "FWHJ2108HL_"
#else
#define FIRMWARE_MAGIC "JUAN HI3521 JA2108HL FIRMWARE DESIGNED BY LAW"
#define FIRMWARE_FILE_NAME_PREFIX "FWHI2108HL_"
#endif
#define DEVICE_FEATURE_NO "421321"
#endif //__MODEL_CONF_H__