Lines Matching refs:int32_t
93 int32_t msg_type;
94 int32_t ext1;
95 int32_t ext2;
133 int32_t cb_status);
134 typedef void (*jpeg_data_callback)(int32_t msg_type,
142 int32_t msg_type; // msg type
143 int32_t ext1; // extended parameter
144 int32_t ext2; // extended parameter
170 virtual int32_t notifyCallback(qcamera_callback_argm_t &cbArgs);
177 virtual int32_t startSnapshots();
185 virtual int32_t flushPreviewNotifications();
186 virtual int32_t flushVideoNotifications();
215 static void enable_msg_type(struct camera_device *, int32_t msg_type);
216 static void disable_msg_type(struct camera_device *, int32_t msg_type);
217 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
246 int32_t cmd, int32_t arg1, int32_t arg2);
248 int32_t cmd, int32_t arg1, int32_t arg2);
269 int32_t setRelatedCamSyncInfo(
272 int32_t setFrameSyncEnabled(bool enable);
273 int32_t setMpoComposition(bool enable);
276 int32_t setRecordingHintValue(int32_t value);
288 virtual int32_t allocateMoreStreamBuf(QCameraMemory *mem_obj,
310 int32_t initStreamInfoBuf(cam_stream_type_t stream_type,
314 int32_t initJpegHandle();
315 int32_t deinitJpegHandle();
316 int32_t setJpegHandleInfo(mm_jpeg_ops_t *ops,
318 int32_t getJpegHandleInfo(mm_jpeg_ops_t *ops,
330 int enableMsgType(int32_t msg_type);
331 int disableMsgType(int32_t msg_type);
332 int msgTypeEnabled(int32_t msg_type);
333 int msgTypeEnabledWithLock(int32_t msg_type);
352 int sendCommand(int32_t cmd, int32_t &arg1, int32_t &arg2);
357 int32_t &faceID);
358 int32_t longShot();
412 int32_t processAutoFocusEvent(cam_auto_focus_data_t &focus_data);
413 int32_t processZoomEvent(cam_crop_data_t &crop_info);
414 int32_t processPrepSnapshotDoneEvent(cam_prep_snapshot_state_t prep_snapshot_state);
415 int32_t processASDUpdate(cam_asd_decision_t asd_decision);
416 int32_t processJpegNotify(qcamera_jpeg_evt_payload_t *jpeg_job);
417 int32_t processHDRData(cam_asd_hdr_scene_data_t hdr_scene);
418 int32_t processLEDCalibration(int32_t value);
419 int32_t processRetroAECUnlock();
420 int32_t processZSLCaptureDone();
421 int32_t processSceneData(cam_scene_mode_type scene);
422 int32_t transAwbMetaToParams(cam_awb_params_t &awb_params);
423 int32_t processFocusPositionInfo(cam_focus_pos_info_t &cur_pos_info);
424 int32_t processAEInfo(cam_3a_params_t &ae_params);
427 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
428 int32_t sendDataNotify(int32_t msg_type,
434 int32_t sendPreviewCallback(QCameraStream *stream,
436 int32_t selectScene(QCameraChannel *pChannel,
439 int32_t addChannel(qcamera_ch_type_enum_t ch_type);
440 int32_t startChannel(qcamera_ch_type_enum_t ch_type);
441 int32_t stopChannel(qcamera_ch_type_enum_t ch_type);
442 int32_t delChannel(qcamera_ch_type_enum_t ch_type, bool destroy = true);
443 int32_t addPreviewChannel();
444 int32_t addSnapshotChannel();
445 int32_t addVideoChannel();
446 int32_t addZSLChannel();
447 int32_t addCaptureChannel();
448 int32_t addRawChannel();
449 int32_t addMetaDataChannel();
450 int32_t addAnalysisChannel();
458 int32_t addCallbackChannel();
460 int32_t addStreamToChannel(QCameraChannel *pChannel,
464 int32_t preparePreview();
466 int32_t prepareRawStream(QCameraChannel *pChannel);
469 int32_t processFaceDetectionResult(cam_faces_data_t *fd_data);
471 int32_t processHistogramStats(cam_hist_stats_t &stats_data);
472 int32_t setHistogram(bool histogram_en);
473 int32_t setFaceDetection(bool enabled);
474 int32_t prepareHardwareForSnapshot(int32_t afNeeded);
492 int32_t getPaddingInfo(cam_stream_type_t streamType,
494 int32_t configureOnlineRotation(QCameraChannel &ch);
495 int32_t declareSnapshotStreams();
496 int32_t unconfigureAdvancedCapture();
497 int32_t configureAdvancedCapture();
498 int32_t configureAFBracketing(bool enable = true);
499 int32_t configureHDRBracketing();
500 int32_t configureHalPostProcess();
501 int32_t stopAdvancedCapture(QCameraPicChannel *pChannel);
502 int32_t startAdvancedCapture(QCameraPicChannel *pChannel);
503 int32_t configureOptiZoom();
504 int32_t configureStillMore();
505 int32_t configureAEBracketing();
506 int32_t updatePostPreviewParameters();
511 int32_t updateMetadata(metadata_buffer_t *pMetaData);
514 int32_t getPPConfig(cam_pp_feature_config_t &pp_config,
517 virtual int32_t waitForBackgroundTask(uint32_t &taskId);
578 int32_t cbStatus);
581 int32_t cbStatus);
584 int32_t startRAWChannel(QCameraChannel *pChannel);
585 int32_t stopRAWChannel();
603 int32_t switchCameraCb(uint32_t camMaster);
604 int32_t processCameraControl(uint32_t camState, bool bundledSnapshot);
623 int32_t mMsgEnabled;
680 int32_t mZoomLevel;
745 int32_t mDefJobStatus;
772 uint32_t dequeueDeferredWork(DefWork* dw, int32_t jobStatus);
773 int32_t waitDeferredWork(uint32_t &job_id);
776 int32_t getDefJobStatus(uint32_t &job_id);
788 int32_t mNumPreviewFaces;