Lines Matching refs:int32_t
51 virtual int32_t init(mm_camera_channel_attr_t *attr,
55 virtual int32_t addStream(QCameraAllocator& allocator,
60 virtual int32_t linkStream(QCameraChannel *ch, QCameraStream *stream);
61 virtual int32_t start();
62 virtual int32_t stop();
63 virtual int32_t bufDone(mm_camera_super_buf_t *recvd_frame);
64 virtual int32_t bufDone(mm_camera_super_buf_t *recvd_frame, uint32_t stream_id);
65 virtual int32_t processZoomDone(preview_stream_ops_t *previewWindow,
72 int32_t UpdateStreamBasedParameters(QCameraParametersIntf ¶m);
74 int32_t setStreamSyncCB (cam_stream_type_t stream_type,
97 int32_t takePicture(mm_camera_req_buf_t *buf);
98 int32_t cancelPicture();
99 int32_t stopAdvancedCapture(mm_camera_advanced_capture_t type);
100 int32_t startAdvancedCapture(mm_camera_advanced_capture_t type,
102 int32_t flushSuperbuffer(uint32_t frame_idx);
113 int32_t takePicture(mm_camera_req_buf_t *buf);
114 int32_t cancelPicture();
115 int32_t releaseFrame(const void *opaque, bool isMetaData);
126 int32_t addReprocStreamsFromSource(QCameraAllocator& allocator,
136 int32_t doReprocess(mm_camera_super_buf_t *frame,
141 int32_t doReprocess(int buf_fd, void *buffer, size_t buf_length, int32_t &ret_val);
143 int32_t doReprocessOffline(mm_camera_super_buf_t *frame,
146 int32_t doReprocessOffline(mm_camera_buf_def_t *frame,
149 int32_t stop();