Updating INI configuration file to work with most cameras.
[profile/ivi/camera.git] / include / cam_capacity_type.h
1 /*\r
2  * Copyright 2012  Samsung Electronics Co., Ltd\r
3  *\r
4  * Licensed under the Flora License, Version 1.0 (the "License");\r
5  * you may not use this file except in compliance with the License.\r
6  * You may obtain a copy of the License at\r
7  *\r
8  *        http://www.tizenopensource.org/license\r
9  *\r
10  * Unless required by applicable law or agreed to in writing, software\r
11  * distributed under the License is distributed on an "AS IS" BASIS,\r
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13  * See the License for the specific language governing permissions and\r
14  * limitations under the License.\r
15  */\r
16 \r
17 \r
18 \r
19 #ifndef _CAM_CAPACITY_TYPE_H_\r
20 #define _CAM_CAPACITY_TYPE_H_\r
21 \r
22 \r
23 #ifdef __cplusplus\r
24 extern "C" {\r
25 #endif // #ifdef __cplusplus\r
26 \r
27 // EFFECT\r
28 #define CAM_CP_EFFECT_NONE                                              0x00000001\r
29 #define CAM_CP_EFFECT_BW                                                0x00000002\r
30 #define CAM_CP_EFFECT_SEPIA                                             0x00000004\r
31 #define CAM_CP_EFFECT_SHARPEN                                   0x00000008\r
32 #define CAM_CP_EFFECT_NEGATIVE                                  0x00000010\r
33 #define CAM_CP_EFFECT_RED                                               0x00000020\r
34 #define CAM_CP_EFFECT_PINK                                              0x00000040\r
35 #define CAM_CP_EFFECT_YELLOW                                    0x00000080\r
36 #define CAM_CP_EFFECT_GREEN                                             0x00000100\r
37 #define CAM_CP_EFFECT_PURPLE                                    0x00000200\r
38 #define CAM_CP_EFFECT_INVERT                                    0x00000400\r
39 #define CAM_CP_EFFECT_GRAY                                              0x00000800\r
40 #define CAM_CP_EFFECT_AQUA                                              0x00001000\r
41 #define CAM_CP_EFFECT_EMBOSS                                    0x00002000\r
42 #define CAM_CP_EFFECT_OUTLINE                                   0x00004000\r
43 #define CAM_CP_EFFECT_ANTIQUE                                   0x00008000\r
44 #define CAM_CP_EFFECT_MONO                                              0x00010000\r
45 \r
46 // FUNCTION\r
47 #define CAM_CP_FUNC_EDIR_SHORTCUT       0x00000001\r
48 #define CAM_CP_FUNC_TIMER                       0x00000002\r
49 #define CAM_CP_FUNC_EFFECT_MODE         0x00000004\r
50 #define CAM_CP_FUNC_GUIDE_LINE          0x00000008\r
51 #define CAM_CP_FUNC_RESET                       0x00000010\r
52 #define CAM_CP_FUNC_ZOOM                        0x00000020\r
53 #define CAM_CP_FUNC_COUNT                       6\r
54 \r
55 // LCD\r
56 #define CAM_CP_LCD_NORMAL                               0x00000001\r
57 #define CAM_CP_LCD_WIDE                                 0x00000002\r
58 \r
59 \r
60 #ifdef __cplusplus\r
61 }\r
62 #endif /* __cplusplus */\r
63 \r
64 #endif // _CAM_CAPACITY_TYPE_H_\r
65 \r
66 \r