HomeSort by relevance Sort by last modified time
    Searched refs:notify_mode (Results 1 - 24 of 24) sorted by null

  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 71 mm_camera_super_buf_notify_mode_t notify_mode);
191 mm_camera_super_buf_notify_mode_t notify_mode; local
209 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode;
215 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode;
222 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode) ) {
230 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode) {
526 mm_camera_super_buf_notify_mode_t notify_mode = ( mm_camera_super_buf_notify_mode_t ) in_val; local
527 rc = mm_channel_config_notify_mode(my_obj, notify_mode);
    [all...]
mm_camera.c     [all...]
mm_camera_interface.c 933 * @notify_mode : notification mode
941 mm_camera_super_buf_notify_mode_t notify_mode)
954 rc = mm_camera_config_channel_notify(my_obj, ch_id, notify_mode);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 71 mm_camera_super_buf_notify_mode_t notify_mode);
193 mm_camera_super_buf_notify_mode_t notify_mode; local
211 ch_obj->bundle.superbuf_queue.attr.notify_mode = cmd_cb->u.notify_mode;
217 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode;
224 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode) ) {
232 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode) {
528 mm_camera_super_buf_notify_mode_t notify_mode = ( mm_camera_super_buf_notify_mode_t ) in_val; local
529 rc = mm_channel_config_notify_mode(my_obj, notify_mode);
    [all...]
mm_camera.c     [all...]
mm_camera_interface.c 933 * @notify_mode : notification mode
941 mm_camera_super_buf_notify_mode_t notify_mode)
954 rc = mm_camera_config_channel_notify(my_obj, ch_id, notify_mode);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h 240 * @notify_mode : notify mode: burst or continuous
252 mm_camera_super_buf_notify_mode_t notify_mode; member in struct:__anon1752
616 * @notify_mode : notification mode
622 mm_camera_super_buf_notify_mode_t notify_mode);
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 240 * @notify_mode : notify mode: burst or continuous
252 mm_camera_super_buf_notify_mode_t notify_mode; member in struct:__anon33188
616 * @notify_mode : notification mode
622 mm_camera_super_buf_notify_mode_t notify_mode);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 250 mm_camera_super_buf_notify_mode_t notify_mode; local
265 notify_mode = ch_obj->bundle.superbuf_queue.attr.notify_mode;
275 (MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS == notify_mode) ) {
285 if (MM_CAMERA_SUPER_BUF_NOTIFY_BURST == notify_mode) {
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 93 mm_camera_super_buf_notify_mode_t notify_mode; /* notification mode */ member in union:__anon1770::__anon1771
478 mm_camera_super_buf_notify_mode_t notify_mode);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 93 mm_camera_super_buf_notify_mode_t notify_mode; /* notification mode */ member in union:__anon33207::__anon33208
478 mm_camera_super_buf_notify_mode_t notify_mode);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 136 mm_camera_super_buf_notify_mode_t notify_mode; member in struct:__anon2092
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 351 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
mm_qcamera_snapshot.c 354 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS;
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 351 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
mm_qcamera_snapshot.c 354 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_CONTINUOUS;
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 642 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
    [all...]
mm_qcamera_preview.c 787 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 948 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
    [all...]
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 978 attr.notify_mode = MM_CAMERA_SUPER_BUF_NOTIFY_BURST;
    [all...]
QCamera3HWI.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]

Completed in 226 milliseconds