/hardware/qcom/camera/mm-camera-interface/ |
D | mm_camera.c | 178 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 …]
|
D | mm_camera.h | 243 mm_camera_op_mode_type_t op_mode; member 294 mm_camera_op_mode_type_t op_mode);
|
D | mm_camera_interface2.h | 296 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);
|
D | mm_camera_interface2.c | 329 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()
|
D | mm_camera_notify.c | 417 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()
|
D | mm_camera_channel.c | 446 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/ |
D | LocApiRpcAdapter.cpp | 308 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/ |
D | QCameraStream_Preview.cpp | 393 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()
|
D | QCameraHWI.cpp | 376 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()
|
D | QCameraStream.cpp | 257 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/ |
D | mm_qcamera_preview.c | 641 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
|
D | mm_qcamera_rdi.c | 125 int op_mode; in mm_app_prepare_rdi() local 224 int op_mode = 0; in mm_app_start_rdi() local
|
D | mm_qcamera_snapshot.c | 592 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/ |
D | mm_camera.c | 488 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/ |
D | QCameraHWI_Still.cpp | 957 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
|
D | QCameraStream.cpp | 189 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_VIDEO; in initChannel() local
|
D | QCameraHWI_Preview.cpp | 1282 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/ |
D | QCameraHWI_Preview_7x27A.cpp | 751 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()
|
D | QCameraHWI_Still.cpp | 1035 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
|
D | QCameraStream.cpp | 190 mm_camera_op_mode_type_t op_mode=MM_CAMERA_OP_MODE_VIDEO; in initChannel() local
|
D | QCameraStream.h | 246 mm_camera_op_mode_type_t op_mode; variable
|
D | QCameraHWI_Preview.cpp | 1347 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/ |
D | QCameraStream.h | 215 mm_camera_op_mode_type_t op_mode; variable
|
/hardware/qcom/camera/QCamera/HAL/core/inc/ |
D | QCameraStream.h | 236 mm_camera_op_mode_type_t op_mode; variable
|
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 416 uint32_t op_mode; member
|