/device/google/cuttlefish_common/guest/hals/camera/ |
D | EmulatedCamera2.h | 101 uint32_t *stream_id, uint32_t *format_actual, 104 virtual int registerStreamBuffers(uint32_t stream_id, int num_buffers, 107 virtual int releaseStream(uint32_t stream_id); 112 const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id, 117 const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id); 119 virtual int releaseReprocessStream(uint32_t stream_id); 170 uint32_t *stream_id, uint32_t *format_actual, 174 uint32_t stream_id, int num_buffers, 177 static int release_stream(const camera2_device_t *, uint32_t stream_id); 182 uint32_t *stream_id, uint32_t *consumer_usage, uint32_t *max_buffers); [all …]
|
D | EmulatedCamera2.cpp | 236 uint32_t *stream_id, in allocate_stream() argument 240 return ec->allocateStream(width, height, format, stream_ops, stream_id, in allocate_stream() 245 uint32_t stream_id, in register_stream_buffers() argument 249 return ec->registerStreamBuffers(stream_id, num_buffers, buffers); in register_stream_buffers() 252 uint32_t stream_id) { in release_stream() argument 254 return ec->releaseStream(stream_id); in release_stream() 259 const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id, in allocate_reprocess_stream() argument 263 reprocess_stream_ops, stream_id, in allocate_reprocess_stream() 269 const camera2_stream_in_ops_t *reprocess_stream_ops, uint32_t *stream_id) { in allocate_reprocess_stream_from_stream() argument 272 reprocess_stream_ops, stream_id); in allocate_reprocess_stream_from_stream() [all …]
|
D | EmulatedFakeCamera2.h | 93 uint32_t *stream_id, uint32_t *format_actual, 96 virtual int registerStreamBuffers(uint32_t stream_id, int num_buffers, 99 virtual int releaseStream(uint32_t stream_id); 113 uint32_t *stream_id); 115 virtual int releaseReprocessStream(uint32_t stream_id);
|
D | EmulatedFakeCamera2.cpp | 375 const camera2_stream_ops_t *stream_ops, uint32_t *stream_id, in allocateStream() argument 478 *stream_id = mNextStreamId; in allocateStream() 483 ALOGV("Stream allocated: %d, %d x %d, 0x%x. U: %x, B: %d", *stream_id, width, in allocateStream() 490 int EmulatedFakeCamera2::registerStreamBuffers(uint32_t stream_id, in registerStreamBuffers() argument 500 ALOGV("%s: Stream %d registering %d buffers", __FUNCTION__, stream_id, in registerStreamBuffers() 505 ALOGE("%s: Stream %d only has %d buffers!", __FUNCTION__, stream_id, in registerStreamBuffers() 510 ssize_t streamIndex = mStreams.indexOfKey(stream_id); in registerStreamBuffers() 512 ALOGE("%s: Unknown stream id %d!", __FUNCTION__, stream_id); in registerStreamBuffers() 525 stream_id, finalFormat, stream.format); in registerStreamBuffers() 532 int EmulatedFakeCamera2::releaseStream(uint32_t stream_id) { in releaseStream() argument [all …]
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera2.h | 107 uint32_t *stream_id, 113 uint32_t stream_id, 117 virtual int releaseStream(uint32_t stream_id); 125 uint32_t *stream_id, 132 uint32_t *stream_id); 134 virtual int releaseReprocessStream(uint32_t stream_id); 183 uint32_t *stream_id, 189 uint32_t stream_id, 194 uint32_t stream_id); 201 uint32_t *stream_id, [all …]
|
D | EmulatedCamera2.cpp | 135 uint32_t *stream_id, in allocateStream() argument 143 uint32_t stream_id, in registerStreamBuffers() argument 150 int EmulatedCamera2::releaseStream(uint32_t stream_id) { in releaseStream() argument 161 uint32_t *stream_id, in allocateReprocessStream() argument 170 uint32_t *stream_id) { in allocateReprocessStreamFromStream() argument 174 int EmulatedCamera2::releaseReprocessStream(uint32_t stream_id) { in releaseReprocessStream() argument 263 uint32_t *stream_id, in allocate_stream() argument 269 stream_id, format_actual, usage, max_buffers); in allocate_stream() 273 uint32_t stream_id, in register_stream_buffers() argument 277 return ec->registerStreamBuffers(stream_id, in register_stream_buffers() [all …]
|
D | EmulatedFakeCamera2.h | 95 uint32_t *stream_id, 101 uint32_t stream_id, 105 virtual int releaseStream(uint32_t stream_id); 120 uint32_t *stream_id); 122 virtual int releaseReprocessStream(uint32_t stream_id);
|
D | EmulatedFakeCamera2.cpp | 361 uint32_t *stream_id, in allocateStream() argument 465 *stream_id = mNextStreamId; in allocateStream() 471 *stream_id, width, height, format, *usage, *max_buffers); in allocateStream() 478 uint32_t stream_id, in registerStreamBuffers() argument 489 stream_id, num_buffers); in registerStreamBuffers() 494 __FUNCTION__, stream_id, num_buffers); in registerStreamBuffers() 498 ssize_t streamIndex = mStreams.indexOfKey(stream_id); in registerStreamBuffers() 500 ALOGE("%s: Unknown stream id %d!", __FUNCTION__, stream_id); in registerStreamBuffers() 513 __FUNCTION__, stream_id, finalFormat, stream.format); in registerStreamBuffers() 520 int EmulatedFakeCamera2::releaseStream(uint32_t stream_id) { in releaseStream() argument [all …]
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 94 uint32_t stream_id; member 340 uint32_t stream_id; member 345 uint32_t stream_id; member 350 uint32_t stream_id; member 355 uint32_t stream_id; member 495 uint32_t stream_id; member 562 int stream_id, int32_t fd, uint32_t id, int32_t *value); 566 int stream_id, int32_t fd, uint32_t id, int32_t *value); 595 uint32_t stream_id, 598 uint32_t ch_id, uint32_t stream_id); [all …]
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera.c | 581 uint32_t stream_id, in mm_camera_cancel_buf() argument 590 rc = mm_channel_cancel_buf(ch_obj,stream_id,buf_idx); in mm_camera_cancel_buf() 609 uint32_t ch_id, uint32_t stream_id) in mm_camera_get_queued_buf_count() argument 615 payload = stream_id; in mm_camera_get_queued_buf_count() 657 shim_cmd_data.stream_id = 0; in mm_camera_query_capability() 1009 uint32_t stream_id, in mm_camera_link_stream() argument 1025 stream_link.stream_id = stream_id; in mm_camera_link_stream() 1089 uint32_t stream_id) in mm_camera_del_stream() argument 1101 (void *)&stream_id, in mm_camera_del_stream() 1197 uint32_t stream_id, in mm_camera_config_stream() argument [all …]
|
D | mm_camera_interface.c | 649 static int32_t mm_camera_intf_cancel_buf(uint32_t camera_handle, uint32_t ch_id, uint32_t stream_id, in mm_camera_intf_cancel_buf() argument 661 rc = mm_camera_cancel_buf(my_obj, ch_id, stream_id, buf_idx); in mm_camera_intf_cancel_buf() 684 uint32_t ch_id, uint32_t stream_id) in mm_camera_intf_get_queued_buf_count() argument 695 rc = mm_camera_get_queued_buf_count(my_obj, ch_id, stream_id); in mm_camera_intf_get_queued_buf_count() 720 uint32_t stream_id, in mm_camera_intf_link_stream() argument 735 id = mm_camera_link_stream(my_obj, ch_id, stream_id, linked_ch_id); in mm_camera_intf_link_stream() 740 LOGD("X stream_id = %u", stream_id); in mm_camera_intf_link_stream() 760 uint32_t stream_id = 0; in mm_camera_intf_add_stream() local 772 stream_id = mm_camera_add_stream(my_obj, ch_id); in mm_camera_intf_add_stream() 776 LOGD("X stream_id = %d", stream_id); in mm_camera_intf_add_stream() [all …]
|
D | mm_camera_channel.c | 53 uint32_t stream_id, uint32_t buf_idx); 61 uint32_t stream_id); 65 uint32_t stream_id, 86 uint32_t stream_id); 657 uint32_t stream_id, mm_stream_data_cb_t buf_cb) in mm_channel_reg_stream_buf_cb() argument 661 stream_id); in mm_channel_reg_stream_buf_cb() 819 payload->stream_id, in mm_channel_fsm_fn_stopped() 845 uint32_t stream_id = *((uint32_t *)in_val); in mm_channel_fsm_fn_stopped() local 846 rc = mm_channel_get_queued_buf_count(my_obj, stream_id); in mm_channel_fsm_fn_stopped() 889 payload->stream_id, payload->buf_cb); in mm_channel_fsm_fn_stopped() [all …]
|
/device/google/marlin/camera/QCamera2/stack/common/ |
D | mm_camera_interface.h | 126 uint32_t stream_id; member 589 uint32_t stream_id); 601 uint32_t stream_id, 614 uint32_t stream_id, 637 uint32_t stream_id, 675 uint32_t stream_id, 760 uint32_t stream_id, 772 uint32_t stream_id); 876 uint32_t ch_id, uint32_t stream_id, mm_camera_buf_notify_t buf_cb,
|
D | mm_camera_shim.h | 70 uint32_t stream_id; /*streamID*/ member
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | msmb_generic_buf_mgr.h | 34 uint32_t stream_id; member 44 uint32_t stream_id; member
|
D | msmb_isp.h | 230 uint32_t stream_id; member 244 uint32_t stream_id; member 272 uint32_t stream_id; member 366 uint32_t stream_id; member 472 uint32_t stream_id; member 479 uint32_t stream_id; member 587 uint32_t stream_id; member 594 uint32_t stream_id; member 607 uint32_t stream_id; member 621 uint32_t stream_id; member
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | msmb_generic_buf_mgr.h | 20 uint32_t stream_id; member 31 uint32_t stream_id; member
|
D | msmb_isp.h | 259 uint32_t stream_id; member 275 uint32_t stream_id; member 306 uint32_t stream_id; member 423 uint32_t stream_id; member 561 uint32_t stream_id; member 569 uint32_t stream_id; member 721 uint32_t stream_id; member 728 uint32_t stream_id; member 742 uint32_t stream_id; member 758 uint32_t stream_id; member
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | msmb_generic_buf_mgr.h | 34 uint32_t stream_id; member 44 uint32_t stream_id; member
|
D | msmb_isp.h | 230 uint32_t stream_id; member 244 uint32_t stream_id; member 272 uint32_t stream_id; member 366 uint32_t stream_id; member 472 uint32_t stream_id; member 479 uint32_t stream_id; member 587 uint32_t stream_id; member 594 uint32_t stream_id; member 607 uint32_t stream_id; member 621 uint32_t stream_id; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | msmb_generic_buf_mgr.h | 20 uint32_t stream_id; member 31 uint32_t stream_id; member
|
D | msmb_isp.h | 259 uint32_t stream_id; member 275 uint32_t stream_id; member 306 uint32_t stream_id; member 423 uint32_t stream_id; member 561 uint32_t stream_id; member 569 uint32_t stream_id; member 721 uint32_t stream_id; member 728 uint32_t stream_id; member 742 uint32_t stream_id; member 758 uint32_t stream_id; member
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 422 mStreams[j]->getMyHandle() == recvd_frame->bufs[i]->stream_id) { in bufDone() 446 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame, uint32_t stream_id) in bufDone() argument 453 (recvd_frame->bufs[i]->stream_id == stream_id)) { in bufDone() 456 (mStreams[j]->getMyHandle() == stream_id)) { in bufDone() 1291 pStream = getStreamBySrouceHandle(frame->stream_id); in doReprocessOffline() 1402 pStream = getStreamBySrouceHandle(frame->bufs[i]->stream_id); in doReprocessOffline() 1422 uint32_t stream_id = frame->bufs[i]->stream_id; in doReprocessOffline() local 1424 m_pSrcChannel->getStreamByHandle(stream_id); in doReprocessOffline() 1432 if (crop->crop_info[j].stream_id == in doReprocessOffline() 1443 crop->crop_info[crop->num_of_streams].stream_id = in doReprocessOffline() [all …]
|
/device/google/marlin/camera/QCamera2/util/ |
D | QCameraBufferMaps.cpp | 177 mBufMapList.buf_maps[pos].stream_id = pStreamId; in enqueue()
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 226 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_snapshot_metadata_notify_cb() 306 if (bufs->bufs[i]->stream_id == m_stream->s_id) { in mm_app_snapshot_notify_cb_raw() 374 if (bufs->bufs[i]->stream_id == m_stream->s_id) { in mm_app_snapshot_notify_cb() 397 if (bufs->bufs[i]->stream_id == p_stream->s_id) { in mm_app_snapshot_notify_cb()
|