Home
last modified time | relevance | path

Searched refs:stream_id (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/camera/QCamera/HAL2/wrapper/
DQualcommCamera.h69 uint32_t *stream_id,
76 uint32_t stream_id,
82 uint32_t stream_id);
89 uint32_t *stream_id,
96 uint32_t *stream_id);
100 uint32_t stream_id);
DQualcommCamera.cpp280 uint32_t *stream_id, in allocate_stream() argument
290 stream_id, format_actual, usage, max_buffers); in allocate_stream()
297 uint32_t stream_id, in register_stream_buffers() argument
305 rc = hardware->register_stream_buffers(stream_id, num_buffers, buffers); in register_stream_buffers()
312 uint32_t stream_id) in release_stream() argument
318 rc = hardware->release_stream(stream_id); in release_stream()
328 uint32_t *stream_id, in allocate_reprocess_stream() argument
338 uint32_t *stream_id) in allocate_reprocess_stream_from_stream() argument
345 uint32_t stream_id) in release_reprocess_stream() argument
/hardware/qcom/camera/QCamera/HAL2/core/src/
DQCameraHWI.cpp187 uint32_t ch_id, uint32_t stream_id, in get_buffer_hook() argument
195 return pme->getBuf(camera_handle, ch_id, stream_id, in get_buffer_hook()
203 uint32_t ch_id, uint32_t stream_id, in put_buffer_hook() argument
208 return pme->putBuf(camera_handle, ch_id, stream_id, in put_buffer_hook()
390 uint32_t *stream_id, in allocate_stream() argument
416 *stream_id = stream->getStreamId(); in allocate_stream()
418 ALOGE("%s: stream_id = %d\n", __func__, *stream_id); in allocate_stream()
432 uint32_t stream_id, int num_buffers, in register_stream_buffers() argument
438 QCameraStream::getStreamAtId(stream_id); in register_stream_buffers()
453 int QCameraHardwareInterface::release_stream(uint32_t stream_id) in release_stream() argument
[all …]
DQCameraStream.cpp108 if(bufs->bufs[0]->stream_id == p_obj->mStreamSnapMain->mMmStreamId){ in superbuf_cb_routine()
130 ALOGE("DEBUG4:ExtMode:%d,streamid:%d",p_obj->mExtImgMode,bufs->bufs[0]->stream_id); in stream_cb_routine()
DQCameraStream_Preview.cpp124 mDisplayBuf[i].stream_id = mMmStreamId; in initBuffers()
/hardware/libhardware/include/hardware/
Dcamera2.h626 uint32_t *stream_id,
645 uint32_t stream_id,
655 uint32_t stream_id);
700 uint32_t *stream_id,
744 uint32_t *stream_id);
753 uint32_t stream_id);
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera_interface.h172 uint32_t stream_id; /* stream handler */ member
203 uint32_t ch_id, uint32_t stream_id,
210 uint32_t ch_id, uint32_t stream_id,
261 uint32_t stream_id);
264 uint32_t stream_id,
Dmm_camera.h101 uint32_t stream_id; member
290 uint32_t stream_id; member
482 uint32_t stream_id);
485 uint32_t stream_id,
549 uint32_t stream_id,
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.h460 … uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers);
461 …virtual int registerStreamBuffers(uint32_t stream_id, int num_buffers, buffer_handle_t *bu…
462 virtual int releaseStream(uint32_t stream_id);
465 … uint32_t *stream_id, uint32_t *consumer_usage, uint32_t *max_buffers);
467 … const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id);
468 virtual int releaseReprocessStream(uint32_t stream_id);
519 status_t attachSubStream(int stream_id, int priority);
520 status_t detachSubStream(int stream_id);
559 int stream_id, nsecs_t frameTimeStamp);
DExynosCameraHWInterface2.cpp1654 … uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers) in allocateStream() argument
1693 *stream_id = STREAM_ID_PREVIEW; in allocateStream()
1695 m_streamThreads[0] = new StreamThread(this, *stream_id); in allocateStream()
1736 *stream_id = STREAM_ID_RECORD; in allocateStream()
1784 *stream_id = STREAM_ID_ZSL; in allocateStream()
1786 m_streamThreads[1] = new StreamThread(this, *stream_id); in allocateStream()
1840 *stream_id = STREAM_ID_ZSL; in allocateStream()
1884 *stream_id = STREAM_ID_JPEG; in allocateStream()
1886 subParameters = &m_subStreams[*stream_id]; in allocateStream()
1925 *stream_id = STREAM_ID_PRVCB; in allocateStream()
[all …]
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_preview.c231 uint32_t ch_id, uint32_t stream_id,
250 uint32_t ch_id, uint32_t stream_id,
325 uint32_t ch_id, uint32_t stream_id, in mm_stream_initbuf() argument
408 uint32_t ch_id, uint32_t stream_id,
423 if (pme->stream[i].id == stream_id) {
434 ch_id, stream_id,
443 ch_id, stream_id,
452 ch_id, stream_id,
461 ch_id, stream_id,
477 uint32_t ch_id, uint32_t stream_id, in mm_stream_deinitbuf() argument
[all …]
Dmm_qcamera_video.c88 uint32_t ch_id, uint32_t stream_id,
107 uint32_t ch_id, uint32_t stream_id,
Dmm_qcamera_snapshot.c864 uint32_t ch_id, uint32_t stream_id,
883 uint32_t ch_id, uint32_t stream_id,
902 uint32_t ch_id, uint32_t stream_id,
982 uint32_t ch_id, uint32_t stream_id,
/hardware/qcom/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h209 uint32_t *stream_id,
213 int register_stream_buffers(uint32_t stream_id, int num_buffers,
215 int release_stream(uint32_t stream_id);
221 uint32_t *stream_id,
225 uint32_t stream_id);
234 uint32_t ch_id, uint32_t stream_id,
241 uint32_t ch_id, uint32_t stream_id,
505 uint32_t ch_id, uint32_t stream_id,
512 uint32_t ch_id, uint32_t stream_id,
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_interface.c339 uint32_t stream_id = 0; in mm_camera_intf_add_stream() local
351 stream_id = mm_camera_add_stream(my_obj, ch_id, buf_cb, in mm_camera_intf_add_stream()
356 CDBG("%s :X stream_id = %d",__func__,stream_id); in mm_camera_intf_add_stream()
357 return stream_id; in mm_camera_intf_add_stream()
363 uint32_t stream_id) in mm_camera_intf_del_stream() argument
369 ch_id,stream_id); in mm_camera_intf_del_stream()
377 rc = mm_camera_del_stream(my_obj, ch_id, stream_id); in mm_camera_intf_del_stream()
388 uint32_t stream_id, in mm_camera_intf_config_stream() argument
395 camera_handler,ch_id,stream_id); in mm_camera_intf_config_stream()
400 CDBG("%s :mm_camera_intf_config_stream stream_id = %d",__func__,stream_id); in mm_camera_intf_config_stream()
[all …]
Dmm_camera_channel.c67 uint32_t stream_id);
69 uint32_t stream_id,
197 if (node->super_buf[i].stream_id == pp_info->stream_hdl) { in mm_channel_pp_result_notify()
428 payload->stream_id, in mm_channel_fsm_fn_stopped()
492 payload->stream_id, in mm_channel_fsm_fn_active()
692 uint32_t stream_id) in mm_channel_del_stream() argument
696 stream_obj = mm_channel_util_get_stream_by_handler(my_obj, stream_id); in mm_channel_del_stream()
712 uint32_t stream_id, in mm_channel_config_stream() argument
717 CDBG("%s : E stream ID = %d",__func__,stream_id); in mm_channel_config_stream()
718 stream_obj = mm_channel_util_get_stream_by_handler(my_obj, stream_id); in mm_channel_config_stream()
[all …]
Dmm_camera.c185 uint32_t stream_id, in mm_camera_send_ch_event() argument
193 event.e.ch.ch = stream_id; in mm_camera_send_ch_event()
830 uint32_t stream_id) in mm_camera_del_stream() argument
842 (void*)&stream_id, in mm_camera_del_stream()
853 uint32_t stream_id, in mm_camera_config_stream() argument
866 payload.stream_id = stream_id; in mm_camera_config_stream()
Dmm_camera_stream.c273 my_obj->buf[0].stream_id = my_obj->my_hdl; in mm_stream_buf_notify()
290 buf_info.stream_id = my_obj->my_hdl; in mm_stream_buf_notify()
851 buf_info->stream_id = my_obj->my_hdl; in mm_stream_read_msm_frame()
854 buf_info->buf->stream_id = my_obj->my_hdl; in mm_stream_read_msm_frame()
1055 buf->stream_id, buf->fd, buffer.index, buffer.length); in mm_stream_qbuf()
1225 my_obj->buf[i].stream_id = my_obj->my_hdl; in mm_stream_init_bufs()
/hardware/qcom/camera/QCamera/stack/mm-camera-test/inc/
Dmm_qcamera_app.h188 uint32_t ch_id, uint32_t stream_id,
196 uint32_t ch_id, uint32_t stream_id,