Lines Matching refs:int32_t
78 int32_t msg_type; // msg type of data notify
92 int32_t addEntry(exif_tag_id_t tagid,
110 int32_t init(jpeg_encode_callback_t jpeg_cb, void *user_data);
111 int32_t deinit();
112 int32_t start(QCameraChannel *pSrcChannel);
113 int32_t stop();
114 int32_t processData(mm_camera_super_buf_t *frame);
115 int32_t processRawData(mm_camera_super_buf_t *frame);
116 int32_t processPPData(mm_camera_super_buf_t *frame);
117 int32_t processJpegEvt(qcamera_jpeg_evt_payload_t *evt);
118 int32_t getJpegPaddingReq(cam_padding_info_t &padding_info);
123 int32_t sendDataNotify(int32_t msg_type,
128 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
132 int32_t getJpegEncodingConfig(mm_jpeg_encode_params_t& encode_parm,
135 int32_t encodeData(qcamera_jpeg_data_t *jpeg_job_data,
137 int32_t queryStreams(QCameraStream **main,
144 int32_t syncStreamParams(mm_camera_super_buf_t *frame,
149 int32_t cb_status);
153 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
162 int32_t setYUVFrameInfo(mm_camera_super_buf_t *recvd_frame);
166 int32_t reprocess(qcamera_pp_data_t *pp_job);
167 int32_t stopCapture();