Searched refs:notify_mode (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h370 * @notify_mode : notify mode: burst or continuous
385 mm_camera_super_buf_notify_mode_t notify_mode; member in struct:__anon2529
798 * @notify_mode : notification mode
804 mm_camera_super_buf_notify_mode_t notify_mode);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c75 mm_camera_super_buf_notify_mode_t notify_mode);
225 mm_camera_super_buf_notify_mode_t notify_mode; local
272 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode;
363 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode;
437 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode)) &&
509 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode) {
957 mm_camera_super_buf_notify_mode_t notify_mode = local
959 rc = mm_channel_config_notify_mode(my_obj, notify_mode);
1908 mm_channel_config_notify_mode(mm_channel_t *my_obj, mm_camera_super_buf_notify_mode_t notify_mode) argument
[all...]
H A Dmm_camera.c1329 * @notify_mode : notification mode
1337 mm_camera_super_buf_notify_mode_t notify_mode)
1349 (void *)&notify_mode,
1335 mm_camera_config_channel_notify(mm_camera_obj_t *my_obj, uint32_t ch_id, mm_camera_super_buf_notify_mode_t notify_mode) argument
H A Dmm_camera_interface.c1052 * @notify_mode : notification mode
1060 mm_camera_super_buf_notify_mode_t notify_mode)
1073 rc = mm_camera_config_channel_notify(my_obj, ch_id, notify_mode);
1058 mm_camera_intf_configure_notify_mode(uint32_t camera_handle, uint32_t ch_id, mm_camera_super_buf_notify_mode_t notify_mode) argument
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h128 mm_camera_super_buf_notify_mode_t notify_mode; /* notification mode */ member in union:__anon2560::__anon2561
656 mm_camera_super_buf_notify_mode_t notify_mode);
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c539 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
611 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS;
H A Dmm_qcamera_preview.c1043 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp6820 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
6882 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS;
6939 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
7022 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS;
7024 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
7148 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
7152 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS;
7617 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS;
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp3645 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS;

Completed in 164 milliseconds