Searched refs:MM_CAMERA_OPS_RAW (Results 1 – 6 of 6) sorted by relevance
/device/lge/mako/camera/mm-camera-interface/ |
D | mm_camera.c | 167 case MM_CAMERA_OPS_RAW: in mm_camera_util_opcode_2_ch_type() 853 case MM_CAMERA_OPS_RAW: in mm_camera_action_start() 909 case MM_CAMERA_OPS_RAW: in mm_camera_action_stop()
|
D | mm_camera_interface2.h | 212 MM_CAMERA_OPS_RAW, // take raw streaming (raw snapshot, etc) enumerator
|
D | mm_camera_interface2.c | 65 case MM_CAMERA_OPS_RAW: in mm_camera_util_opcode_2_ch_type() 254 case MM_CAMERA_OPS_RAW: in mm_camera_ops_is_op_supported()
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_snapshot.c | 815 if (MM_CAMERA_OK != (rc = pme->cam->ops->action(pme->cam, TRUE, MM_CAMERA_OPS_RAW, 0))) { in mm_app_start_raw_snapshot() 833 if (MM_CAMERA_OK != (rc = pme->cam->ops->action(pme->cam, FALSE, MM_CAMERA_OPS_RAW, 0))) { in mm_app_stop_raw_snapshot()
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Still.cpp | 1252 MM_CAMERA_OPS_RAW, in takePictureRaw() 2205 ops_type = MM_CAMERA_OPS_RAW; in stopPolling()
|
/device/lge/mako/camera/ |
D | QCameraHWI_Still.cpp | 1359 MM_CAMERA_OPS_RAW, in takePictureRaw() 2485 ops_type = MM_CAMERA_OPS_RAW; in stopPolling()
|