Home
last modified time | relevance | path

Searched refs:notify_mode (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c85 mm_camera_super_buf_notify_mode_t notify_mode);
325 mm_camera_super_buf_notify_mode_t notify_mode; in mm_channel_process_stream_buf() local
381 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode; in mm_channel_process_stream_buf()
475 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode; in mm_channel_process_stream_buf()
549 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode)) && in mm_channel_process_stream_buf()
636 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode in mm_channel_process_stream_buf()
1116 mm_camera_super_buf_notify_mode_t notify_mode = in mm_channel_fsm_fn_active() local
1118 rc = mm_channel_config_notify_mode(my_obj, notify_mode); in mm_channel_fsm_fn_active()
2264 mm_camera_super_buf_notify_mode_t notify_mode) in mm_channel_config_notify_mode() argument
2272 node->u.notify_mode = notify_mode; in mm_channel_config_notify_mode()
[all …]
Dmm_camera_muxer.c1441 uint32_t ch_id, mm_camera_super_buf_notify_mode_t notify_mode, in mm_camera_muxer_configure_notify_mode() argument
1451 rc = mm_camera_config_channel_notify(my_obj, ch_id, notify_mode); in mm_camera_muxer_configure_notify_mode()
1803 || (frame_sync->superbuf_queue.attr.notify_mode == in mm_camera_muxer_channel_req_data_cb()
Dmm_camera_interface.c1730 mm_camera_super_buf_notify_mode_t notify_mode) in mm_camera_intf_configure_notify_mode() argument
1748 notify_mode, my_obj); in mm_camera_intf_configure_notify_mode()
1762 notify_mode); in mm_camera_intf_configure_notify_mode()
Dmm_camera.c1445 mm_camera_super_buf_notify_mode_t notify_mode) in mm_camera_config_channel_notify() argument
1457 (void *)&notify_mode, in mm_camera_config_channel_notify()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h396 mm_camera_super_buf_notify_mode_t notify_mode; member
884 mm_camera_super_buf_notify_mode_t notify_mode);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_muxer.h144 uint32_t ch_id, mm_camera_super_buf_notify_mode_t notify_mode,
Dmm_camera.h135 mm_camera_super_buf_notify_mode_t notify_mode; /* notification mode */ member
777 mm_camera_super_buf_notify_mode_t notify_mode);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_snapshot.c621 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST; in mm_app_start_capture_raw()
693 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in mm_app_start_capture()
Dmm_qcamera_preview.c1338 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in mm_app_start_preview_zsl()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp7720 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST; in addVideoChannel()
7783 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in addSnapshotChannel()
7840 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST; in addRawChannel()
7927 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in addZSLChannel()
7929 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST; in addZSLChannel()
8056 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST; in addCaptureChannel()
8060 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in addCaptureChannel()
8556 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in addReprocChannel()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp4466 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in initialize()