Lines Matching refs:int32_t
71 int32_t msg_type; // msg type of data notify
85 int32_t addEntry(exif_tag_id_t tagid,
103 int32_t init(jpeg_encode_callback_t jpeg_cb, void *user_data);
104 int32_t deinit();
105 int32_t start(QCameraChannel *pSrcChannel);
106 int32_t stop();
107 int32_t processData(mm_camera_super_buf_t *frame);
108 int32_t processRawData(mm_camera_super_buf_t *frame);
109 int32_t processPPData(mm_camera_super_buf_t *frame);
110 int32_t processJpegEvt(qcamera_jpeg_evt_payload_t *evt);
111 int32_t getJpegPaddingReq(cam_padding_info_t &padding_info);
114 int32_t sendDataNotify(int32_t msg_type,
119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
123 int32_t getJpegEncodingConfig(mm_jpeg_encode_params_t& encode_parm,
126 int32_t encodeData(qcamera_jpeg_data_t *jpeg_job_data,
131 int32_t processRawImageImpl(mm_camera_super_buf_t *recvd_frame);