• Home
  • Raw
  • Download

Lines Matching refs:int32_t

70     int32_t allocate(uint8_t bufCount = 1);
71 int32_t init(cam_capability_t *capabilities,
77 int32_t updateParameters(const String8& params, bool &needRestart);
78 int32_t commitParameters();
87 int32_t getStreamRotation(cam_stream_type_t streamType,
90 int32_t getStreamFormat(cam_stream_type_t streamType,
93 int32_t getStreamSubFormat(
97 int32_t getStreamDimension(cam_stream_type_t streamType,
112 int32_t getCDSMode();
127 int32_t getEffectValue();
133 int32_t getExifDateTime(String8 &dateTime, String8 &subsecTime);
134 int32_t getExifFocalLength(rat_t *focalLenght);
136 int32_t getExifGpsProcessingMethod(char *gpsProcessingMethod,
138 int32_t getExifLatitude(rat_t *latitude, char *latRef);
139 int32_t getExifLongitude(rat_t *longitude, char *lonRef);
140 int32_t getExifAltitude(rat_t *altitude, char *altRef);
141 int32_t getExifGpsDateTimeStamp(char *gpsDateStamp,
144 int32_t updateFocusDistances(cam_focus_distances_info_t *focusDistances);
147 int32_t setAEBracketing();
152 int32_t setSelectedScene(cam_scene_mode_type scene);
155 int32_t setFaceDetectionOption(bool enabled);
156 int32_t setHistogram(bool enabled);
157 int32_t setFaceDetection(bool enabled, bool initCommit);
158 int32_t setFrameSkip(enum msm_vfe_frame_skip_pattern pattern);
160 int32_t updateRecordingHintValue(int32_t value);
161 int32_t setHDRAEBracket(cam_exp_bracketing_t hdrBracket);
164 int32_t stopAEBracket();
165 int32_t updateRAW(cam_dimension_t max_dim);
168 int32_t setISType();
174 int32_t setNumOfSnapshot();
175 int32_t adjustPreviewFpsRange(cam_fps_range_t *fpsRange);
180 int32_t getMaxPicSize(cam_dimension_t &dim);
195 int32_t updateAWBParams(cam_awb_params_t &awb_params);
202 int32_t addOnlineRotation(uint32_t rotation, uint32_t streamId,
203 int32_t device_rotation);
218 int32_t commitAFBracket(cam_af_bracketing_t afBracket);
219 int32_t set3ALock(bool lock3A);
220 int32_t setAndCommitZoom(int zoom_level);
224 int32_t setLongshotEnable(bool enable);
234 int32_t setAecLock(const char *aecStr);
235 int32_t updateDebugLevel();
240 int32_t updateOisValue(bool oisValue);
241 int32_t setIntEvent(cam_int_evt_params_t params);
244 int32_t updatePpFeatureMask(cam_stream_type_t stream_type);
245 int32_t getStreamPpMask(cam_stream_type_t stream_type, cam_feature_mask_t &pp_mask);
246 int32_t getSharpness();
247 int32_t getEffect();
248 int32_t updateFlashMode(cam_flash_mode_t flash_mode);
249 int32_t configureAEBracketing(cam_capture_frame_config_t &frame_config);
250 int32_t configureHDRBracketing(cam_capture_frame_config_t &frame_config);
251 int32_t configFrameCapture(bool commitSettings);
252 int32_t resetFrameCapture(bool commitSettings, bool lowLightEnabled);
259 int32_t getParmZoomLevel();
266 int32_t setQuadraCfaMode(uint32_t value, bool initCommit);
267 int32_t setToneMapMode(uint32_t value, bool initCommit);
273 int32_t setManualCaptureMode(
289 int32_t setRelatedCamSyncInfo(
293 int32_t setFrameSyncEnabled(bool enable);
295 int32_t getRelatedCamCalibration(
297 int32_t bundleRelatedCameras(bool sync);
302 int32_t setZslMode(bool value);
303 int32_t updateZSLModeValue(bool value);
307 int32_t getPicSizeFromAPK(int &width, int &height);
309 int32_t checkFeatureConcurrency();
310 int32_t setInstantAEC(uint8_t enable, bool initCommit);
312 int32_t getAnalysisInfo(
316 int32_t updateDtVc(int32_t *dt, int32_t *vc);
317 int32_t SetDualCamera(bool value);
318 int32_t setCameraControls(int32_t controls);
319 int32_t setSwitchCamera(uint32_t camMaster);
320 int32_t setDeferCamera(cam_dual_camera_defer_cmd_t type);
322 int32_t getDualLedCalibration();