Lines Matching refs:int32_t
100 int32_t msg_type; // msg type of data notify
114 int32_t addEntry(exif_tag_id_t tagid,
132 int32_t init(jpeg_encode_callback_t jpeg_cb, void *user_data);
133 int32_t deinit();
134 int32_t start(QCameraChannel *pSrcChannel);
135 int32_t stop();
137 int32_t processData(mm_camera_super_buf_t *frame);
138 int32_t processRawData(mm_camera_super_buf_t *frame);
139 int32_t processPPData(mm_camera_super_buf_t *frame);
140 int32_t processJpegEvt(qcamera_jpeg_evt_payload_t *evt);
141 int32_t getJpegPaddingReq(cam_padding_info_t &padding_info);
145 int32_t setJpegHandle(mm_jpeg_ops_t *pJpegHandle,
147 int32_t createJpegSession(QCameraChannel *pSrcChannel);
155 int32_t sendDataNotify(int32_t msg_type,
161 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
165 int32_t getJpegEncodingConfig(mm_jpeg_encode_params_t& encode_parm,
168 int32_t encodeData(qcamera_jpeg_data_t *jpeg_job_data,
170 int32_t queryStreams(QCameraStream **main,
177 int32_t syncStreamParams(mm_camera_super_buf_t *frame,
184 int32_t cb_status);
188 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
197 int32_t setYUVFrameInfo(mm_camera_super_buf_t *recvd_frame);
202 int32_t doReprocess();
203 int32_t stopCapture();
239 int32_t m_bufCountPPQ;