Lines Matching refs:int32_t
111 int32_t msg_type;
112 int32_t ext1;
113 int32_t ext2;
140 int32_t cb_status);
144 int32_t msg_type; // msg type
145 int32_t ext1; // extended parameter
146 int32_t ext2; // extended parameter
169 virtual int32_t notifyCallback(qcamera_callback_argm_t &cbArgs);
174 virtual int32_t startSnapshots();
210 static void enable_msg_type(struct camera_device *, int32_t msg_type);
211 static void disable_msg_type(struct camera_device *, int32_t msg_type);
212 static int msg_type_enabled(struct camera_device *, int32_t msg_type);
230 int32_t cmd, int32_t arg1, int32_t arg2);
252 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);
300 int sendCommand(int32_t cmd, int32_t arg1, int32_t arg2);
305 int32_t &faceID);
306 int32_t longShot();
359 int32_t processAutoFocusEvent(cam_auto_focus_data_t &focus_data);
360 int32_t processZoomEvent(cam_crop_data_t &crop_info);
361 int32_t processPrepSnapshotDoneEvent(cam_prep_snapshot_state_t prep_snapshot_state);
362 int32_t processASDUpdate(cam_auto_scene_t scene);
363 int32_t processJpegNotify(qcamera_jpeg_evt_payload_t *jpeg_job);
364 int32_t processHDRData(cam_asd_hdr_scene_data_t hdr_scene);
365 int32_t processSceneData(cam_scene_mode_type scene);
367 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
368 int32_t sendDataNotify(int32_t msg_type,
373 int32_t sendPreviewCallback(QCameraStream *stream,
374 QCameraGrallocMemory *memory, int32_t idx);
375 int32_t selectScene(QCameraChannel *pChannel,
378 int32_t addChannel(qcamera_ch_type_enum_t ch_type);
379 int32_t startChannel(qcamera_ch_type_enum_t ch_type);
380 int32_t stopChannel(qcamera_ch_type_enum_t ch_type);
381 int32_t delChannel(qcamera_ch_type_enum_t ch_type, bool destroy = true);
382 int32_t addPreviewChannel();
383 int32_t addSnapshotChannel();
384 int32_t addVideoChannel();
385 int32_t addZSLChannel();
386 int32_t addCaptureChannel();
387 int32_t addRawChannel();
388 int32_t addMetaDataChannel();
395 int32_t addStreamToChannel(QCameraChannel *pChannel,
399 int32_t preparePreview();
401 int32_t prepareRawStream(QCameraChannel *pChannel);
404 int32_t processFaceDetectionResult(cam_face_detection_data_t *fd_data);
405 int32_t processHistogramStats(cam_hist_stats_t &stats_data);
406 int32_t setHistogram(bool histogram_en);
407 int32_t setFaceDetection(bool enabled);
408 int32_t prepareHardwareForSnapshot(int32_t afNeeded);
424 int32_t declareSnapshotStreams();
429 int32_t configureAdvancedCapture();
430 int32_t configureAFBracketing(bool enable = true);
431 int32_t configureFlashBracketing(bool enable = true);
432 int32_t configureHDRBracketing();
433 int32_t startAdvancedCapture(QCameraPicChannel *pChannel);
434 int32_t configureOptiZoom();
435 int32_t configureAEBracketing();
495 int32_t cbStatus);
498 int32_t cbStatus);
499 static int32_t getEffectValue(const char *effect);
509 int32_t mMsgEnabled;
559 int32_t m_max_pic_width;
560 int32_t m_max_pic_height;
564 int32_t mFlash;
565 int32_t mRedEye;
566 int32_t mFlashPresence;
568 int32_t mZoomLevel;
608 int32_t queueDefferedWork(DefferedWorkCmd cmd,
610 int32_t waitDefferedWork(int32_t &job_id);
613 int32_t mSnapshotJob;
614 int32_t mPostviewJob;
615 int32_t mMetadataJob;
616 int32_t mReprocJob;
617 int32_t mRawdataJob;
618 int32_t mOutputCount;