/hardware/qcom/camera/QCamera/HAL2/wrapper/ |
D | QualcommCamera.h | 69 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);
|
D | QualcommCamera.cpp | 280 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/ |
D | QCameraHWI.cpp | 187 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 …]
|
D | QCameraStream.cpp | 108 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()
|
D | QCameraStream_Preview.cpp | 124 mDisplayBuf[i].stream_id = mMmStreamId; in initBuffers()
|
/hardware/libhardware/include/hardware/ |
D | camera2.h | 626 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/ |
D | mm_camera_interface.h | 172 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,
|
D | mm_camera.h | 101 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/ |
D | ExynosCameraHWInterface2.h | 460 … 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);
|
D | ExynosCameraHWInterface2.cpp | 1654 … 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/ |
D | mm_qcamera_preview.c | 231 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 …]
|
D | mm_qcamera_video.c | 88 uint32_t ch_id, uint32_t stream_id, 107 uint32_t ch_id, uint32_t stream_id,
|
D | mm_qcamera_snapshot.c | 864 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/ |
D | QCameraHWI.h | 209 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/ |
D | mm_camera_interface.c | 339 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 …]
|
D | mm_camera_channel.c | 67 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 …]
|
D | mm_camera.c | 185 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()
|
D | mm_camera_stream.c | 273 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/ |
D | mm_qcamera_app.h | 188 uint32_t ch_id, uint32_t stream_id, 196 uint32_t ch_id, uint32_t stream_id,
|