0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef KS0127_H
0012 #define KS0127_H
0013
0014
0015 #define KS_INPUT_COMPOSITE_1 0
0016 #define KS_INPUT_COMPOSITE_2 1
0017 #define KS_INPUT_COMPOSITE_3 2
0018 #define KS_INPUT_COMPOSITE_4 4
0019 #define KS_INPUT_COMPOSITE_5 5
0020 #define KS_INPUT_COMPOSITE_6 6
0021
0022 #define KS_INPUT_SVIDEO_1 8
0023 #define KS_INPUT_SVIDEO_2 9
0024 #define KS_INPUT_SVIDEO_3 10
0025
0026 #define KS_INPUT_YUV656 15
0027 #define KS_INPUT_COUNT 10
0028
0029
0030 #define KS_OUTPUT_YUV656E 0
0031 #define KS_OUTPUT_EXV 1
0032
0033
0034 #define KS_STD_NTSC_N 112
0035 #define KS_STD_PAL_M 113
0036
0037 #endif
0038