/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraHWI.cpp | 58 camera_metadata_entry_t& streams) in tryRestartStreams() argument 64 for (uint32_t i = 0; i < streams.count; i++) { in tryRestartStreams() 65 int streamId = streams.data.u8[i]; in tryRestartStreams() 90 for (uint32_t i = 0; i < streams.count; i++) { in tryRestartStreams() 91 int streamId = streams.data.u8[i]; in tryRestartStreams() 101 for (uint32_t i = 0; i < streams.count; i++) { in tryRestartStreams() 102 int streamId = streams.data.u8[i]; in tryRestartStreams() 149 camera_metadata_entry_t streams; in runCommandThread() local 152 &streams); in runCommandThread() 158 res = tryRestartStreams(streams); in runCommandThread() [all …]
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 205 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_snapshot_metadata_notify_cb() 206 p_stream = &channel->streams[i]; in mm_app_snapshot_metadata_notify_cb() 277 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_RAW) { in mm_app_snapshot_notify_cb_raw() 278 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb_raw() 345 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb() 346 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 373 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb() 374 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 572 mm_app_del_stream(test_obj, ch, &ch->streams[i]); in mm_app_stop_capture_raw()
|
D | mm_qcamera_preview.c | 61 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb() 62 p_stream = &channel->streams[i]; in mm_app_metadata_notify_cb() 137 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb() 138 p_stream = &channel->streams[i]; in mm_app_preview_notify_cb() 215 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb() 216 p_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() 227 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_zsl_notify_cb() 228 m_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() 239 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_zsl_notify_cb() 240 md_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() [all …]
|
D | mm_qcamera_rdi.c | 261 stream = &channel->streams[i]; in mm_app_stop_and_del_rdi_channel()
|
D | mm_qcamera_reprocess.c | 62 m_stream = &channel->streams[0]; in mm_app_reprocess_notify_cb()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 211 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_snapshot_metadata_notify_cb() 212 p_stream = &channel->streams[i]; in mm_app_snapshot_metadata_notify_cb() 291 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_RAW) { in mm_app_snapshot_notify_cb_raw() 292 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb_raw() 361 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb() 362 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 389 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb() 390 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 588 mm_app_del_stream(test_obj, ch, &ch->streams[i]); in mm_app_stop_capture_raw()
|
D | mm_qcamera_preview.c | 67 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb() 68 p_stream = &channel->streams[i]; in mm_app_metadata_notify_cb() 147 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb() 148 p_stream = &channel->streams[i]; in mm_app_preview_notify_cb() 226 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb() 227 p_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() 238 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_zsl_notify_cb() 239 m_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() 250 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_zsl_notify_cb() 251 md_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() [all …]
|
D | mm_qcamera_rdi.c | 262 stream = &channel->streams[i]; in mm_app_stop_and_del_rdi_channel()
|
D | mm_qcamera_reprocess.c | 62 m_stream = &channel->streams[0]; in mm_app_reprocess_notify_cb()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 211 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_snapshot_metadata_notify_cb() 212 p_stream = &channel->streams[i]; in mm_app_snapshot_metadata_notify_cb() 291 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_RAW) { in mm_app_snapshot_notify_cb_raw() 292 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb_raw() 361 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_snapshot_notify_cb() 362 m_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 389 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_POSTVIEW) { in mm_app_snapshot_notify_cb() 390 p_stream = &channel->streams[i]; in mm_app_snapshot_notify_cb() 588 mm_app_del_stream(test_obj, ch, &ch->streams[i]); in mm_app_stop_capture_raw()
|
D | mm_qcamera_preview.c | 67 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_metadata_notify_cb() 68 p_stream = &channel->streams[i]; in mm_app_metadata_notify_cb() 147 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_preview_notify_cb() 148 p_stream = &channel->streams[i]; in mm_app_preview_notify_cb() 226 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) { in mm_app_zsl_notify_cb() 227 p_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() 238 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT) { in mm_app_zsl_notify_cb() 239 m_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() 250 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_METADATA) { in mm_app_zsl_notify_cb() 251 md_stream = &channel->streams[i]; in mm_app_zsl_notify_cb() [all …]
|
D | mm_qcamera_rdi.c | 262 stream = &channel->streams[i]; in mm_app_stop_and_del_rdi_channel()
|
D | mm_qcamera_reprocess.c | 62 m_stream = &channel->streams[0]; in mm_app_reprocess_notify_cb()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 145 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) && in mm_channel_util_get_stream_by_handler() 146 (handler == ch_obj->streams[i].my_hdl)) { in mm_channel_util_get_stream_by_handler() 147 s_obj = &ch_obj->streams[i]; in mm_channel_util_get_stream_by_handler() 995 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) { in mm_channel_link_stream() 996 stream_obj = &my_obj->streams[idx]; in mm_channel_link_stream() 1037 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) { in mm_channel_add_stream() 1038 stream_obj = &my_obj->streams[idx]; in mm_channel_add_stream() 1184 if (my_obj->streams[i].my_hdl > 0) { in mm_channel_get_bundle_info() 1186 my_obj->streams[i].my_hdl); in mm_channel_get_bundle_info() 1196 __func__, i, my_obj->streams[i].my_hdl); in mm_channel_get_bundle_info() [all …]
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 145 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) && in mm_channel_util_get_stream_by_handler() 146 (handler == ch_obj->streams[i].my_hdl)) { in mm_channel_util_get_stream_by_handler() 147 s_obj = &ch_obj->streams[i]; in mm_channel_util_get_stream_by_handler() 995 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) { in mm_channel_link_stream() 996 stream_obj = &my_obj->streams[idx]; in mm_channel_link_stream() 1037 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) { in mm_channel_add_stream() 1038 stream_obj = &my_obj->streams[idx]; in mm_channel_add_stream() 1184 if (my_obj->streams[i].my_hdl > 0) { in mm_channel_get_bundle_info() 1186 my_obj->streams[i].my_hdl); in mm_channel_get_bundle_info() 1196 __func__, i, my_obj->streams[i].my_hdl); in mm_channel_get_bundle_info() [all …]
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 139 if ((MM_STREAM_STATE_NOTUSED != ch_obj->streams[i].state) && in mm_channel_util_get_stream_by_handler() 140 (handler == ch_obj->streams[i].my_hdl)) { in mm_channel_util_get_stream_by_handler() 141 s_obj = &ch_obj->streams[i]; in mm_channel_util_get_stream_by_handler() 894 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) { in mm_channel_add_stream() 895 stream_obj = &my_obj->streams[idx]; in mm_channel_add_stream() 1024 if (my_obj->streams[i].my_hdl > 0) { in mm_channel_get_bundle_info() 1026 my_obj->streams[i].my_hdl); in mm_channel_get_bundle_info() 1034 __func__, i, my_obj->streams[i].my_hdl); in mm_channel_get_bundle_info() 1069 if (my_obj->streams[i].my_hdl > 0) { in mm_channel_start() 1071 my_obj->streams[i].my_hdl); in mm_channel_start() [all …]
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 161 if (handler == ch_obj->streams[i].my_hdl) { in mm_channel_util_get_stream_by_handler() 162 s_obj = &ch_obj->streams[i]; in mm_channel_util_get_stream_by_handler() 549 if (MM_STREAM_STATE_ACTIVE_STREAM_ON == my_obj->streams[i].state || in mm_channel_fsm_fn_active() 550 MM_STREAM_STATE_ACTIVE_STREAM_OFF == my_obj->streams[i].state) { in mm_channel_fsm_fn_active() 772 if (MM_STREAM_STATE_NOTUSED == my_obj->streams[idx].state) { in mm_channel_add_stream() 773 stream_obj = &my_obj->streams[idx]; in mm_channel_add_stream() 1326 if (my_obj->streams[idx].state != MM_STREAM_STATE_NOTUSED && in mm_channel_reg_stream_cb() 1327 my_obj->streams[idx].ext_image_mode == ext_image_mode && in mm_channel_reg_stream_cb() 1328 my_obj->streams[idx].sensor_idx == sensor_idx) { in mm_channel_reg_stream_cb() 1330 dest_stream = &my_obj->streams[idx]; in mm_channel_reg_stream_cb()
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | dma.c | 95 struct StmDmaStreamState streams[STM_DMA_NUM_STREAMS]; member 164 return &gDmaDevs[busId].streams[stream]; in dmaGetStreamState()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera2.cpp | 825 camera_metadata_entry_t streams; in setupCapture() local 828 &streams); in setupCapture() 838 for (size_t i = 0; i < streams.count; i++) { in setupCapture() 839 int streamId = streams.data.i32[i]; in setupCapture() 848 b.streamId = streams.data.u8[i]; in setupCapture() 978 camera_metadata_entry_t streams; in setupReprocess() local 981 &streams); in setupReprocess() 989 for (size_t i = 0; i < streams.count; i++) { in setupReprocess() 990 int streamId = streams.data.i32[i]; in setupReprocess() 1000 b.streamId = streams.data.u8[i]; in setupReprocess()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 186 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 186 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 186 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 379 mm_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 415 mm_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 415 mm_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE]; member
|