Home
last modified time | relevance | path

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

12

/hardware/qcom/camera/mm-camera-interface/
Dmm_camera.c178 mm_camera_op_mode_type_t *op_mode) in mm_camera_util_set_op_mode() argument
183 if (my_obj->op_mode == *op_mode) in mm_camera_util_set_op_mode()
190 switch(*op_mode) { in mm_camera_util_set_op_mode()
207 CDBG("%s: input op_mode=%d, s_ctrl rc=%d\n", __func__, *op_mode, rc); in mm_camera_util_set_op_mode()
211 my_obj->op_mode = *op_mode; in mm_camera_util_set_op_mode()
213 CDBG("%s: op_mode=%d,rc=%d\n", __func__, *op_mode, rc); in mm_camera_util_set_op_mode()
359 if(my_obj->op_mode == MM_CAMERA_OP_MODE_ZSL){ in mm_camera_set_general_parm()
643 *((mm_camera_op_mode_type_t *)parm->p_value) = my_obj->op_mode; in mm_camera_get_parm()
850 __func__,ch_type,my_obj->op_mode,opcode); in mm_camera_action_start()
851 switch(my_obj->op_mode) { in mm_camera_action_start()
[all …]
Dmm_camera.h243 mm_camera_op_mode_type_t op_mode; member
294 mm_camera_op_mode_type_t op_mode);
Dmm_camera_interface2.h296 int32_t (*open)(mm_camera_t * camera, mm_camera_op_mode_type_t op_mode);
474 int32_t cam_ops_open(int cam_id, mm_camera_op_mode_type_t op_mode);
Dmm_camera_interface2.c329 mm_camera_op_mode_type_t op_mode) in mm_camera_ops_open() argument
356 rc = mm_camera_open(g_cam_ctrl.cam_obj[camera_id], op_mode); in mm_camera_ops_open()
835 int32_t cam_ops_open(int cam_id, mm_camera_op_mode_type_t op_mode) in cam_ops_open() argument
840 rc = mm_cam->ops->open(mm_cam, op_mode); in cam_ops_open()
Dmm_camera_notify.c417 if(my_obj->op_mode == MM_CAMERA_OP_MODE_ZSL) in mm_camera_read_preview_frame()
433 if(my_obj->op_mode == MM_CAMERA_OP_MODE_ZSL) { in mm_camera_read_preview_frame()
585 if(my_obj->op_mode == MM_CAMERA_OP_MODE_ZSL) { in mm_camera_read_snapshot_main_frame()
616 if(my_obj->op_mode != MM_CAMERA_OP_MODE_ZSL) { in mm_camera_read_snapshot_thumbnail_frame()
Dmm_camera_channel.c446 if (my_obj->op_mode == MM_CAMERA_OP_MODE_ZSL) in mm_camera_ch_util_qbuf()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpcAdapter.cpp308 rpc_loc_operation_mode_e_type op_mode; in setPositionMode() local
317 op_mode = RPC_LOC_OPER_MODE_MSB; in setPositionMode()
320 op_mode = RPC_LOC_OPER_MODE_MSA; in setPositionMode()
323 op_mode = RPC_LOC_OPER_MODE_SPEED_OPTIMAL; in setPositionMode()
326 op_mode = RPC_LOC_OPER_MODE_ACCURACY_OPTIMAL; in setPositionMode()
329 op_mode = RPC_LOC_OPER_MODE_DATA_OPTIMAL; in setPositionMode()
332 op_mode = RPC_LOC_OPER_MODE_MSA; in setPositionMode()
336 op_mode = RPC_LOC_OPER_MODE_STANDALONE; in setPositionMode()
343 fix_criteria_ptr->preferred_operation_mode = op_mode; in setPositionMode()
/hardware/qcom/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
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_preview.c641 int op_mode; in mm_app_prepare_preview() local
650 op_mode = MM_CAMERA_OP_MODE_VIDEO; in mm_app_prepare_preview()
652 … pme->cam->camera_handle,MM_CAMERA_PARM_OP_MODE, &op_mode))) { in mm_app_prepare_preview()
717 int op_mode = 0; in mm_app_prepare_preview_zsl() local
719 op_mode = MM_CAMERA_OP_MODE_ZSL; in mm_app_prepare_preview_zsl()
721 … pme->cam->camera_handle,MM_CAMERA_PARM_OP_MODE, &op_mode))) { in mm_app_prepare_preview_zsl()
781 int op_mode = 0; in mm_app_streamon_preview_zsl() local
838 int op_mode = 0; in mm_app_start_preview() local
Dmm_qcamera_rdi.c125 int op_mode; in mm_app_prepare_rdi() local
224 int op_mode = 0; in mm_app_start_rdi() local
Dmm_qcamera_snapshot.c592 void mm_app_set_snapshot_mode(int cam_id,int op_mode) in mm_app_set_snapshot_mode() argument
595 pme->cam->ops->set_parm(pme->cam->camera_handle,MM_CAMERA_PARM_OP_MODE, &op_mode); in mm_app_set_snapshot_mode()
711 int op_mode = 0; in mm_app_start_snapshot() local
723 op_mode = MM_CAMERA_OP_MODE_CAPTURE; in mm_app_start_snapshot()
724 mm_app_set_snapshot_mode(cam_id,op_mode); in mm_app_start_snapshot()
1233 int op_mode; in mm_app_take_picture_zsl() local
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera.c488 mm_camera_op_mode_type_t *op_mode) in mm_camera_util_set_op_mode() argument
493 if (my_obj->op_mode == *op_mode) in mm_camera_util_set_op_mode()
495 switch(*op_mode) { in mm_camera_util_set_op_mode()
512 CDBG_ERROR("%s: input op_mode=%d, s_ctrl rc=%d\n", __func__, *op_mode, rc); in mm_camera_util_set_op_mode()
516 my_obj->op_mode = *op_mode; in mm_camera_util_set_op_mode()
518 CDBG("%s: op_mode=%d,rc=%d\n", __func__, *op_mode, rc); in mm_camera_util_set_op_mode()
734 *((mm_camera_op_mode_type_t *)p_value) = my_obj->op_mode; in mm_camera_get_parm()
/hardware/qcom/camera/QCamera/HAL/core/src/
DQCameraHWI_Still.cpp957 mm_camera_op_mode_type_t op_mode; in initJPEGSnapshot() local
977 op_mode = MM_CAMERA_OP_MODE_CAPTURE; in initJPEGSnapshot()
979 MM_CAMERA_PARM_OP_MODE, &op_mode)) { in initJPEGSnapshot()
1039 mm_camera_op_mode_type_t op_mode; in initRawSnapshot() local
1045 op_mode = MM_CAMERA_OP_MODE_CAPTURE; in initRawSnapshot()
1047 MM_CAMERA_PARM_OP_MODE, &op_mode)) { in initRawSnapshot()
1154 mm_camera_op_mode_type_t op_mode; in initZSLSnapshot() local
2070 mm_camera_op_mode_type_t op_mode; in init() local
DQCameraStream.cpp189 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_VIDEO; in initChannel() local
DQCameraHWI_Preview.cpp1282 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_VIDEO; in start() local
1284 &op_mode); in start()
1294 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_ZSL; in start() local
1296 &op_mode); in start()
/hardware/qcom/camera/
DQCameraHWI_Preview_7x27A.cpp751 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_VIDEO; in start() local
753 &op_mode); in start()
762 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_ZSL; in start() local
764 &op_mode); in start()
DQCameraHWI_Still.cpp1035 mm_camera_op_mode_type_t op_mode; in initJPEGSnapshot() local
1055 op_mode = MM_CAMERA_OP_MODE_CAPTURE; in initJPEGSnapshot()
1057 MM_CAMERA_PARM_OP_MODE, &op_mode)) { in initJPEGSnapshot()
1116 mm_camera_op_mode_type_t op_mode; in initRawSnapshot() local
1122 op_mode = MM_CAMERA_OP_MODE_CAPTURE; in initRawSnapshot()
1124 MM_CAMERA_PARM_OP_MODE, &op_mode)) { in initRawSnapshot()
1231 mm_camera_op_mode_type_t op_mode; in initZSLSnapshot() local
2305 mm_camera_op_mode_type_t op_mode; in init() local
DQCameraStream.cpp190 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_VIDEO; in initChannel() local
DQCameraStream.h246 mm_camera_op_mode_type_t op_mode; variable
DQCameraHWI_Preview.cpp1347 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_VIDEO; in start() local
1349 &op_mode); in start()
1359 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_ZSL; in start() local
1361 &op_mode); in start()
/hardware/qcom/camera/QCamera/HAL2/core/inc/
DQCameraStream.h215 mm_camera_op_mode_type_t op_mode; variable
/hardware/qcom/camera/QCamera/HAL/core/inc/
DQCameraStream.h236 mm_camera_op_mode_type_t op_mode; variable
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera.h416 uint32_t op_mode; member

12