Go to the documentation of this file.
27 #ifndef OMAP3_ISP_CCDC_H
28 #define OMAP3_ISP_CCDC_H
43 #define CCDC_OUTPUT_MEMORY (1 << 0)
44 #define CCDC_OUTPUT_PREVIEW (1 << 1)
45 #define CCDC_OUTPUT_RESIZER (1 << 2)
47 #define OMAP3ISP_CCDC_NEVENTS 16
84 #define CCDC_STOP_NOT_REQUESTED 0x00
85 #define CCDC_STOP_REQUEST 0x01
86 #define CCDC_STOP_EXECUTED (0x02 | CCDC_STOP_REQUEST)
87 #define CCDC_STOP_CCDC_FINISHED 0x04
88 #define CCDC_STOP_LSC_FINISHED 0x08
89 #define CCDC_STOP_FINISHED \
90 (CCDC_STOP_EXECUTED | CCDC_STOP_CCDC_FINISHED | CCDC_STOP_LSC_FINISHED)
92 #define CCDC_EVENT_VD1 0x10
93 #define CCDC_EVENT_VD0 0x20
94 #define CCDC_EVENT_LSC_DONE 0x40
97 #define CCDC_PAD_SINK 0
98 #define CCDC_PAD_SOURCE_OF 1
99 #define CCDC_PAD_SOURCE_VP 2
100 #define CCDC_PADS_NUM 3
170 unsigned int *max_rate);