/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_commands.h | 40 int tuneserver_initialize_tuningp(void * ctrl, int client_socket_id, 42 int tuneserver_deinitialize_tuningp(void * ctrl, int client_socket_id, 44 int tuneserver_process_get_list_cmd(void * ctrl, void *recv_cmd, 46 int tuneserver_process_misc_cmd(void * ctrl, void *recv_cmd, 48 int tuneserver_process_get_params_cmd(void * ctrl, void *recv_cmd, 50 int tuneserver_process_set_params_cmd(void * ctrl, void *recv_cmd, 53 int tuneserver_initialize_prevtuningp(void * ctrl, 56 int tuneserver_deinitialize_prevtuningp(void * ctrl, 58 int tuneserver_preview_getinfo(void * ctrl, 60 int tuneserver_preview_getchunksize(void * ctrl, [all …]
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_commands.c | 37 int tuneserver_initialize_prevtuningp(void * ctrl, in tuneserver_initialize_prevtuningp() argument 42 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; in tuneserver_initialize_prevtuningp() 64 int tuneserver_deinitialize_prevtuningp(void * ctrl, in tuneserver_deinitialize_prevtuningp() argument 68 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_deinitialize_prevtuningp() 78 int tuneserver_preview_getinfo(void * ctrl, char **send_buf, uint32_t *send_len) in tuneserver_preview_getinfo() argument 81 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_getinfo() 90 int tuneserver_preview_getchunksize(void * ctrl, in tuneserver_preview_getchunksize() argument 94 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_getchunksize() 104 int tuneserver_preview_getframe(void * ctrl, in tuneserver_preview_getframe() argument 108 tuningserver_t *tctrl = (tuningserver_t *) ctrl; in tuneserver_preview_getframe() [all …]
|
D | mm_qcamera_main_menu.c | 1256 struct v4l2_control ctrl; in get_ctrl_value() 1260 ctrl.id = V4L2_CID_AUTO_WHITE_BALANCE; in get_ctrl_value() 1264 ctrl.id = V4L2_CID_WHITE_BALANCE_TEMPERATURE; in get_ctrl_value() 1268 ctrl.id = V4L2_CID_BRIGHTNESS; in get_ctrl_value() 1272 ctrl.id = V4L2_CID_EXPOSURE; in get_ctrl_value() 1276 ctrl.id = V4L2_CID_CONTRAST; in get_ctrl_value() 1280 ctrl.id = V4L2_CID_SATURATION; in get_ctrl_value() 1283 ctrl.id = V4L2_CID_SHARPNESS; in get_ctrl_value()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 748 struct v4l2_control ctrl; in camera_preview_video_zoom_change_tbl() local 750 memset(&ctrl, 0, sizeof(ctrl)); in camera_preview_video_zoom_change_tbl() 751 ctrl.id = V4L2_CID_ZOOM_ABSOLUTE; in camera_preview_video_zoom_change_tbl() 753 if (ioctl(camfd, VIDIOC_G_CTRL, &ctrl) >= 0) { in camera_preview_video_zoom_change_tbl() 754 zoom_level = ctrl.value; in camera_preview_video_zoom_change_tbl() 758 ctrl.value, zoom_queryctrl.minimum, zoom_queryctrl.maximum); in camera_preview_video_zoom_change_tbl() 1721 struct v4l2_control ctrl; in set_exp_metering() local 1723 ctrl.id = MSM_V4L2_PID_EXP_METERING; in set_exp_metering() 1724 ctrl.value = exp_metering_action_param; in set_exp_metering() 1733 struct v4l2_control ctrl; in get_ctrl_value() local [all …]
|
/device/htc/flounder/sepolicy/ |
D | file_contexts | 3 /dev/nvhost-ctrl u:object_r:gpu_device:s0 4 /dev/nvhost-ctrl-gpu u:object_r:gpu_device:s0 19 /dev/nvhost-ctrl-vi.* u:object_r:camera_device:s0 21 /dev/nvhost-ctrl-isp.* u:object_r:camera_device:s0
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraStateMachine.h | 149 QCameraStateMachine(QCamera2HardwareInterface *ctrl);
|
D | QCameraStateMachine.cpp | 110 QCameraStateMachine::QCameraStateMachine(QCamera2HardwareInterface *ctrl) : in QCameraStateMachine() argument 114 m_parent = ctrl; in QCameraStateMachine()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraStateMachine.h | 149 QCameraStateMachine(QCamera2HardwareInterface *ctrl);
|
D | QCameraStateMachine.cpp | 110 QCameraStateMachine::QCameraStateMachine(QCamera2HardwareInterface *ctrl) : in QCameraStateMachine() argument 114 m_parent = ctrl; in QCameraStateMachine()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraStateMachine.h | 164 QCameraStateMachine(QCamera2HardwareInterface *ctrl);
|
D | QCameraStateMachine.cpp | 110 QCameraStateMachine::QCameraStateMachine(QCamera2HardwareInterface *ctrl) : in QCameraStateMachine() argument 114 m_parent = ctrl; in QCameraStateMachine()
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraStream.cpp | 459 void QCameraStream::setHALCameraControl(QCameraHardwareInterface* ctrl) { in setHALCameraControl() argument 463 mHalCamCtrl = ctrl; in setHALCameraControl()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera.c | 149 evt->e.ctrl.evt = MM_CAMERA_CTRL_EVT_ERROR; in mm_camera_event_notify() 1208 event.e.ctrl.evt = MM_CAMERA_CTRL_EVT_AUTO_FOCUS_DONE; in mm_camera_start_focus() 1209 event.e.ctrl.status = CAM_CTRL_FAILED; in mm_camera_start_focus() 1351 struct v4l2_control ctrl; in mm_camera_ctrl_set_specialEffect() local 1356 ctrl.id = MSM_V4L2_PID_EFFECT; in mm_camera_ctrl_set_specialEffect() 1357 ctrl.value = effect; in mm_camera_ctrl_set_specialEffect() 1358 rc = ioctl(my_obj->ctrl_fd, VIDIOC_S_CTRL, &ctrl); in mm_camera_ctrl_set_specialEffect()
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCameraStream.h | 115 virtual void setHALCameraControl(QCameraHardwareInterface* ctrl);
|
D | QCamera_Intf.h | 973 mm_camera_ctrl_event_t ctrl; member
|
/device/lge/hammerhead/camera/ |
D | QCamera_Intf.h | 1000 mm_camera_ctrl_event_t ctrl; member
|
/device/asus/flo/camera/ |
D | QCamera_Intf.h | 1000 mm_camera_ctrl_event_t ctrl; member
|
/device/moto/shamu/camera/ |
D | QCamera_Intf.h | 1000 mm_camera_ctrl_event_t ctrl; member
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 1785 processCtrlEvent(&event->e.ctrl, &app_cb); in processEvent()
|