Lines Matching defs:ExynosCameraInfo
85 struct ExynosCameraInfo struct
91 int previewH;
92 int previewColorFormat;
93 int videoW;
94 int videoH;
95 int videoColorFormat;
96 int pictureW;
97 int pictureH;
98 int pictureColorFormat;
99 int thumbnailW;
100 int thumbnailH;
102 int antiBandingList;
103 int antiBanding;
105 int effectList;
106 int effect;
108 int flashModeList;
109 int flashMode;
111 int focusModeList;
112 int focusMode;
114 int sceneModeList;
115 int sceneMode;
117 int whiteBalanceList;
118 int whiteBalance;
119 bool autoWhiteBalanceLockSupported;
120 bool autoWhiteBalanceLock;
122 int rotation;
123 int minExposure;
124 int maxExposure;
125 int exposure;
127 bool autoExposureLockSupported;
128 bool autoExposureLock;
130 int fps;
131 int focalLengthNum;
132 int focalLengthDen;
133 bool supportVideoStabilization;
134 bool applyVideoStabilization;
135 bool videoStabilization;
136 int maxNumMeteringAreas;
137 int maxNumDetectedFaces;
138 int maxNumFocusAreas;
139 int maxZoom;
140 bool hwZoomSupported;
141 int zoom;
143 long gpsLatitude;
144 long gpsLongitude;
145 long gpsAltitude;
146 long gpsTimestamp;
172 ExynosCameraInfo(); argument