Lines Matching refs:int32_t
91 int32_t msg_type; // msg type of data notify
105 int32_t addEntry(exif_tag_id_t tagid,
123 int32_t init(jpeg_encode_callback_t jpeg_cb, void *user_data);
124 int32_t deinit();
125 int32_t start(QCameraChannel *pSrcChannel);
126 int32_t stop();
128 int32_t processData(mm_camera_super_buf_t *frame);
129 int32_t processRawData(mm_camera_super_buf_t *frame);
130 int32_t processPPData(mm_camera_super_buf_t *frame);
131 int32_t processJpegEvt(qcamera_jpeg_evt_payload_t *evt);
132 int32_t getJpegPaddingReq(cam_padding_info_t &padding_info);
137 int32_t sendDataNotify(int32_t msg_type,
142 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
146 int32_t getJpegEncodingConfig(mm_jpeg_encode_params_t& encode_parm,
149 int32_t encodeData(qcamera_jpeg_data_t *jpeg_job_data,
151 int32_t queryStreams(QCameraStream **main,
158 int32_t syncStreamParams(mm_camera_super_buf_t *frame,
163 int32_t cb_status);
167 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);
176 int32_t setYUVFrameInfo(mm_camera_super_buf_t *recvd_frame);
180 int32_t doReprocess();
181 int32_t stopCapture();
217 int32_t m_bufCountPPQ;