Lines Matching refs:int32_t

112     int32_t msg_type;
113 int32_t ext1;
114 int32_t ext2;
143 int32_t cb_status);
147 int32_t msg_type; // msg type
148 int32_t ext1; // extended parameter
149 int32_t ext2; // extended parameter
172 virtual int32_t notifyCallback(qcamera_callback_argm_t &cbArgs);
177 virtual int32_t startSnapshots();
184 virtual int32_t flushPreviewNotifications();
212 static void enable_msg_type(struct camera_device *, int32_t msg_type);
213 static void disable_msg_type(struct camera_device *, int32_t msg_type);
214 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
235 int32_t cmd, int32_t arg1, int32_t arg2);
255 virtual int32_t allocateMoreStreamBuf(QCameraMemory *mem_obj,
281 int enableMsgType(int32_t msg_type);
282 int disableMsgType(int32_t msg_type);
283 int msgTypeEnabled(int32_t msg_type);
284 int msgTypeEnabledWithLock(int32_t msg_type);
301 int sendCommand(int32_t cmd, int32_t &arg1, int32_t &arg2);
306 int32_t &faceID);
307 int32_t longShot();
357 int32_t processAutoFocusEvent(cam_auto_focus_data_t &focus_data);
358 int32_t processZoomEvent(cam_crop_data_t &crop_info);
359 int32_t processPrepSnapshotDoneEvent(cam_prep_snapshot_state_t prep_snapshot_state);
360 int32_t processASDUpdate(cam_auto_scene_t scene);
361 int32_t processJpegNotify(qcamera_jpeg_evt_payload_t *jpeg_job);
362 int32_t processHDRData(cam_asd_hdr_scene_data_t hdr_scene);
363 int32_t processRetroAECUnlock();
364 int32_t processZSLCaptureDone();
365 int32_t processSceneData(cam_scene_mode_type scene);
366 int32_t transAwbMetaToParams(cam_awb_params_t &awb_params);
367 int32_t processFocusPositionInfo(cam_focus_pos_info_t &cur_pos_info);
368 int32_t processAEInfo(cam_3a_params_t &ae_params);
370 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
371 int32_t sendDataNotify(int32_t msg_type,
376 int32_t sendPreviewCallback(QCameraStream *stream,
378 int32_t selectScene(QCameraChannel *pChannel,
381 int32_t addChannel(qcamera_ch_type_enum_t ch_type);
382 int32_t startChannel(qcamera_ch_type_enum_t ch_type);
383 int32_t stopChannel(qcamera_ch_type_enum_t ch_type);
384 int32_t delChannel(qcamera_ch_type_enum_t ch_type, bool destroy = true);
385 int32_t addPreviewChannel();
386 int32_t addSnapshotChannel();
387 int32_t addVideoChannel();
388 int32_t addZSLChannel();
389 int32_t addCaptureChannel();
390 int32_t addRawChannel();
391 int32_t addMetaDataChannel();
392 int32_t addAnalysisChannel();
399 int32_t addStreamToChannel(QCameraChannel *pChannel,
403 int32_t preparePreview();
405 int32_t prepareRawStream(QCameraChannel *pChannel);
408 int32_t processFaceDetectionResult(cam_face_detection_data_t *fd_data);
409 int32_t processHistogramStats(cam_hist_stats_t &stats_data);
410 int32_t setHistogram(bool histogram_en);
411 int32_t setFaceDetection(bool enabled);
412 int32_t prepareHardwareForSnapshot(int32_t afNeeded);
428 int32_t configureOnlineRotation(QCameraChannel &ch);
429 int32_t declareSnapshotStreams();
430 int32_t unconfigureAdvancedCapture();
431 int32_t configureAdvancedCapture();
432 int32_t configureAFBracketing(bool enable = true);
433 int32_t configureHDRBracketing();
434 int32_t stopAdvancedCapture(QCameraPicChannel *pChannel);
435 int32_t startAdvancedCapture(QCameraPicChannel *pChannel);
436 int32_t configureOptiZoom();
437 int32_t configureStillMore();
438 int32_t configureAEBracketing();
439 int32_t updatePostPreviewParameters();
444 int32_t updateMetadata(metadata_buffer_t *pMetaData);
446 int32_t getPPConfig(cam_pp_feature_config_t &pp_config, int curCount);
499 int32_t cbStatus);
502 int32_t cbStatus);
513 int32_t mMsgEnabled;
558 int32_t m_max_pic_width;
559 int32_t m_max_pic_height;
569 int32_t mZoomLevel;
626 int32_t queueDefferedWork(DefferedWorkCmd cmd,
628 int32_t waitDefferedWork(int32_t &job_id);
631 int32_t mSnapshotJob;
632 int32_t mPostviewJob;
633 int32_t mMetadataJob;
634 int32_t mReprocJob;
635 int32_t mRawdataJob;