• Home
  • Raw
  • Download

Lines Matching refs:int32_t

90     int32_t msg_type;
91 int32_t ext1;
92 int32_t ext2;
122 int32_t cb_status);
123 typedef void (*jpeg_data_callback)(int32_t msg_type,
131 int32_t msg_type; // msg type
132 int32_t ext1; // extended parameter
133 int32_t ext2; // extended parameter
159 virtual int32_t notifyCallback(qcamera_callback_argm_t &cbArgs);
166 virtual int32_t startSnapshots();
174 virtual int32_t flushPreviewNotifications();
175 virtual int32_t flushVideoNotifications();
205 static void enable_msg_type(struct camera_device *, int32_t msg_type);
206 static void disable_msg_type(struct camera_device *, int32_t msg_type);
207 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
236 int32_t cmd, int32_t arg1, int32_t arg2);
238 int32_t cmd, int32_t arg1, int32_t arg2);
260 int32_t setRelatedCamSyncInfo(
263 int32_t setFrameSyncEnabled(bool enable);
264 int32_t setMpoComposition(bool enable);
267 int32_t setRecordingHintValue(int32_t value);
277 virtual int32_t allocateMoreStreamBuf(QCameraMemory *mem_obj,
300 int32_t initJpegHandle();
301 int32_t deinitJpegHandle();
302 int32_t setJpegHandleInfo(mm_jpeg_ops_t *ops,
304 int32_t getJpegHandleInfo(mm_jpeg_ops_t *ops,
316 int enableMsgType(int32_t msg_type);
317 int disableMsgType(int32_t msg_type);
318 int msgTypeEnabled(int32_t msg_type);
319 int msgTypeEnabledWithLock(int32_t msg_type);
338 int sendCommand(int32_t cmd, int32_t &arg1, int32_t &arg2);
343 int32_t &faceID);
344 int32_t longShot();
394 int32_t processAutoFocusEvent(cam_auto_focus_data_t &focus_data);
395 int32_t processZoomEvent(cam_crop_data_t &crop_info);
396 int32_t processPrepSnapshotDoneEvent(cam_prep_snapshot_state_t prep_snapshot_state);
397 int32_t processASDUpdate(cam_asd_decision_t asd_decision);
398 int32_t processJpegNotify(qcamera_jpeg_evt_payload_t *jpeg_job);
399 int32_t processHDRData(cam_asd_hdr_scene_data_t hdr_scene);
400 int32_t processRetroAECUnlock();
401 int32_t processZSLCaptureDone();
402 int32_t processSceneData(cam_scene_mode_type scene);
403 int32_t transAwbMetaToParams(cam_awb_params_t &awb_params);
404 int32_t processFocusPositionInfo(cam_focus_pos_info_t &cur_pos_info);
405 int32_t processAEInfo(cam_3a_params_t &ae_params);
407 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
408 int32_t sendDataNotify(int32_t msg_type,
414 int32_t sendPreviewCallback(QCameraStream *stream,
416 int32_t selectScene(QCameraChannel *pChannel,
419 int32_t addChannel(qcamera_ch_type_enum_t ch_type);
420 int32_t startChannel(qcamera_ch_type_enum_t ch_type);
421 int32_t stopChannel(qcamera_ch_type_enum_t ch_type);
422 int32_t delChannel(qcamera_ch_type_enum_t ch_type, bool destroy = true);
423 int32_t addPreviewChannel();
424 int32_t addSnapshotChannel();
425 int32_t addVideoChannel();
426 int32_t addZSLChannel();
427 int32_t addCaptureChannel();
428 int32_t addRawChannel();
429 int32_t addMetaDataChannel();
430 int32_t addAnalysisChannel();
438 int32_t addCallbackChannel();
440 int32_t addStreamToChannel(QCameraChannel *pChannel,
444 int32_t preparePreview();
446 int32_t prepareRawStream(QCameraChannel *pChannel);
449 int32_t processFaceDetectionResult(cam_faces_data_t *fd_data);
451 int32_t processHistogramStats(cam_hist_stats_t &stats_data);
452 int32_t setHistogram(bool histogram_en);
453 int32_t setFaceDetection(bool enabled);
454 int32_t prepareHardwareForSnapshot(int32_t afNeeded);
471 int32_t configureOnlineRotation(QCameraChannel &ch);
472 int32_t declareSnapshotStreams();
473 int32_t unconfigureAdvancedCapture();
474 int32_t configureAdvancedCapture();
475 int32_t configureAFBracketing(bool enable = true);
476 int32_t configureHDRBracketing();
477 int32_t stopAdvancedCapture(QCameraPicChannel *pChannel);
478 int32_t startAdvancedCapture(QCameraPicChannel *pChannel);
479 int32_t configureOptiZoom();
480 int32_t configureStillMore();
481 int32_t configureAEBracketing();
482 int32_t updatePostPreviewParameters();
487 int32_t updateMetadata(metadata_buffer_t *pMetaData);
490 int32_t getPPConfig(cam_pp_feature_config_t &pp_config,
493 virtual int32_t waitForBackgroundTask(uint32_t &taskId);
553 int32_t cbStatus);
556 int32_t cbStatus);
559 int32_t startRAWChannel(QCameraChannel *pChannel);
560 int32_t stopRAWChannel();
585 int32_t mMsgEnabled;
641 int32_t mZoomLevel;
705 int32_t mDefJobStatus;
732 uint32_t dequeueDeferredWork(DefWork* dw, int32_t jobStatus);
733 int32_t waitDeferredWork(uint32_t &job_id);
736 int32_t getDefJobStatus(uint32_t &job_id);
748 int32_t mNumPreviewFaces;