Home
last modified time | relevance | path

Searched refs:op_mode (Results 1 – 12 of 12) sorted by relevance

/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c87 static int mm_app_set_opmode(int cam_id, mm_camera_op_mode_type_t op_mode) in mm_app_set_opmode() argument
91 CDBG_ERROR("%s: Set rdi op mode = %d",__func__, op_mode); in mm_app_set_opmode()
93 pme->cam->camera_handle,MM_CAMERA_PARM_OP_MODE, &op_mode))) { in mm_app_set_opmode()
94 CDBG_ERROR("%s: Set rdi op mode error mode = %d",__func__, op_mode); in mm_app_set_opmode()
179 int op_mode; in mm_app_prepare_rdi() local
261 int op_mode = 0; in mm_app_start_rdi() local
Dmm_qcamera_snapshot.c496 void mm_app_set_snapshot_mode(int cam_id,int op_mode) in mm_app_set_snapshot_mode() argument
500 pme->cam->ops->set_parm(pme->cam->camera_handle,MM_CAMERA_PARM_OP_MODE, &op_mode); in mm_app_set_snapshot_mode()
683 int op_mode = 0; in mm_app_start_snapshot() local
696 op_mode = MM_CAMERA_OP_MODE_CAPTURE; in mm_app_start_snapshot()
697 mm_app_set_snapshot_mode(cam_id,op_mode); in mm_app_start_snapshot()
739 int op_mode = 0; in mm_app_start_raw() local
747 op_mode = MM_CAMERA_OP_MODE_RAW; in mm_app_start_raw()
748 pme->cam->ops->set_parm(pme->cam->camera_handle,MM_CAMERA_PARM_OP_MODE, &op_mode); in mm_app_start_raw()
1033 int op_mode; in mm_app_take_picture_zsl() local
Dmm_qcamera_preview.c801 int op_mode; in mm_app_prepare_stats() local
907 int op_mode; in mm_app_prepare_preview() local
916 op_mode = MM_CAMERA_OP_MODE_VIDEO; in mm_app_prepare_preview()
918 … pme->cam->camera_handle,MM_CAMERA_PARM_OP_MODE, &op_mode))) { in mm_app_prepare_preview()
1026 int op_mode = 0; in mm_app_prepare_preview_zsl() local
1028 op_mode = MM_CAMERA_OP_MODE_ZSL; in mm_app_prepare_preview_zsl()
1030 … pme->cam->camera_handle,MM_CAMERA_PARM_OP_MODE, &op_mode))) { in mm_app_prepare_preview_zsl()
1090 int op_mode = 0; in mm_app_streamon_preview_zsl() local
1146 int op_mode = 0; in mm_app_start_preview() local
1181 int op_mode = 0; in mm_app_start_preview_stats() local
Dmm_qcamera_pp.c162 int op_mode; in prepareReprocess() local
172 op_mode = MM_CAMERA_OP_MODE_VIDEO; in prepareReprocess()
176 &op_mode))) { in prepareReprocess()
/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraStream_Preview.cpp393 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_VIDEO; in init()
395 &op_mode); in init()
404 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_ZSL; in init()
406 &op_mode); in init()
DQCameraHWI.cpp376 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_VIDEO; in construct_default_request() local
380 &op_mode); in construct_default_request()
DQCameraStream.cpp257 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_VIDEO; in initStream() local
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraStream.h212 mm_camera_op_mode_type_t op_mode; variable
310 mm_camera_op_mode_type_t op_mode; variable
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera.c554 mm_camera_op_mode_type_t *op_mode) in mm_camera_util_set_op_mode() argument
559 if (my_obj->op_mode == *op_mode) in mm_camera_util_set_op_mode()
561 switch(*op_mode) { in mm_camera_util_set_op_mode()
581 CDBG_ERROR("%s: input op_mode=%d, s_ctrl rc=%d\n", __func__, *op_mode, rc); in mm_camera_util_set_op_mode()
585 my_obj->op_mode = *op_mode; in mm_camera_util_set_op_mode()
587 CDBG("%s: op_mode=%d,rc=%d\n", __func__, *op_mode, rc); in mm_camera_util_set_op_mode()
812 *((mm_camera_op_mode_type_t *)p_value) = my_obj->op_mode; in mm_camera_get_parm()
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraStream.h215 mm_camera_op_mode_type_t op_mode; variable
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp1880 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_ZSL; in startPreview2() local
1884 &op_mode); in startPreview2()
1948 mm_camera_op_mode_type_t op_mode = MM_CAMERA_OP_MODE_VIDEO; in startPreview2() local
1952 &op_mode); in startPreview2()
2385 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_CAPTURE; in takePicture() local
2420 op_mode=MM_CAMERA_OP_MODE_CAPTURE; in takePicture()
2423 op_mode=MM_CAMERA_OP_MODE_RAW; in takePicture()
2425 …ret = mCameraHandle->ops->set_parm(mCameraHandle->camera_handle, MM_CAMERA_PARM_OP_MODE, &op_mode); in takePicture()
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera.h452 uint32_t op_mode; member