Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c71 mm_camera_super_buf_notify_mode_t notify_mode);
193 mm_camera_super_buf_notify_mode_t notify_mode; in mm_channel_process_stream_buf() local
211 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode; in mm_channel_process_stream_buf()
217 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode; in mm_channel_process_stream_buf()
224 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode) ) { in mm_channel_process_stream_buf()
232 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode) { in mm_channel_process_stream_buf()
528 … mm_camera_super_buf_notify_mode_t notify_mode = ( mm_camera_super_buf_notify_mode_t ) in_val; in mm_channel_fsm_fn_active() local
529 rc = mm_channel_config_notify_mode(my_obj, notify_mode); in mm_channel_fsm_fn_active()
1181 mm_camera_super_buf_notify_mode_t notify_mode) in mm_channel_config_notify_mode() argument
1189 node->u.notify_mode = notify_mode; in mm_channel_config_notify_mode()
[all …]
Dmm_camera_interface.c941 mm_camera_super_buf_notify_mode_t notify_mode) in mm_camera_intf_configure_notify_mode() argument
954 rc = mm_camera_config_channel_notify(my_obj, ch_id, notify_mode); in mm_camera_intf_configure_notify_mode()
Dmm_camera.c1124 mm_camera_super_buf_notify_mode_t notify_mode) in mm_camera_config_channel_notify() argument
1136 (void *)notify_mode, in mm_camera_config_channel_notify()
/hardware/qcom/camera/QCamera2/stack/common/
Dmm_camera_interface.h252 mm_camera_super_buf_notify_mode_t notify_mode; member
622 mm_camera_super_buf_notify_mode_t notify_mode);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h93 mm_camera_super_buf_notify_mode_t notify_mode; /* notification mode */ member
478 mm_camera_super_buf_notify_mode_t notify_mode);
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c351 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST; in mm_app_start_preview_zsl()
Dmm_qcamera_snapshot.c354 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in mm_app_start_capture()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp978 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST; in initialize()
1843 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in initialize()
DQCamera3HWI.cpp4519 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in addOnlineReprocChannel()
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.cpp2973 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST; in addZSLChannel()
3055 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in addCaptureChannel()
3179 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS; in addOnlineReprocChannel()