Home
last modified time | relevance | path

Searched refs:ctrl (Results 1 – 25 of 49) sorted by relevance

12

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_commands.h41 int tuneserver_initialize_tuningp(void * ctrl, int client_socket_id,
43 int tuneserver_deinitialize_tuningp(void * ctrl, int client_socket_id,
45 int tuneserver_process_get_list_cmd(void * ctrl, void *recv_cmd,
47 int tuneserver_process_misc_cmd(void * ctrl, void *recv_cmd,
49 int tuneserver_process_get_params_cmd(void * ctrl, void *recv_cmd,
51 int tuneserver_process_set_params_cmd(void * ctrl, void *recv_cmd,
54 int tuneserver_initialize_prevtuningp(void * ctrl,
57 int tuneserver_deinitialize_prevtuningp(void * ctrl,
59 int tuneserver_preview_getinfo(void * ctrl,
61 int tuneserver_preview_getchunksize(void * ctrl,
[all …]
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_commands.h41 int tuneserver_initialize_tuningp(void * ctrl, int client_socket_id,
43 int tuneserver_deinitialize_tuningp(void * ctrl, int client_socket_id,
45 int tuneserver_process_get_list_cmd(void * ctrl, void *recv_cmd,
47 int tuneserver_process_misc_cmd(void * ctrl, void *recv_cmd,
49 int tuneserver_process_get_params_cmd(void * ctrl, void *recv_cmd,
51 int tuneserver_process_set_params_cmd(void * ctrl, void *recv_cmd,
54 int tuneserver_initialize_prevtuningp(void * ctrl,
57 int tuneserver_deinitialize_prevtuningp(void * ctrl,
59 int tuneserver_preview_getinfo(void * ctrl,
61 int tuneserver_preview_getchunksize(void * ctrl,
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_commands.c37 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 …]
Dmm_qcamera_main_menu.c1226 struct v4l2_control ctrl; in get_ctrl_value()
1230 ctrl.id = V4L2_CID_AUTO_WHITE_BALANCE; in get_ctrl_value()
1234 ctrl.id = V4L2_CID_WHITE_BALANCE_TEMPERATURE; in get_ctrl_value()
1238 ctrl.id = V4L2_CID_BRIGHTNESS; in get_ctrl_value()
1242 ctrl.id = V4L2_CID_EXPOSURE; in get_ctrl_value()
1246 ctrl.id = V4L2_CID_CONTRAST; in get_ctrl_value()
1250 ctrl.id = V4L2_CID_SATURATION; in get_ctrl_value()
1253 ctrl.id = V4L2_CID_SHARPNESS; in get_ctrl_value()
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_commands.c37 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 …]
Dmm_qcamera_main_menu.c1253 struct v4l2_control ctrl; in get_ctrl_value()
1257 ctrl.id = V4L2_CID_AUTO_WHITE_BALANCE; in get_ctrl_value()
1261 ctrl.id = V4L2_CID_WHITE_BALANCE_TEMPERATURE; in get_ctrl_value()
1265 ctrl.id = V4L2_CID_BRIGHTNESS; in get_ctrl_value()
1269 ctrl.id = V4L2_CID_EXPOSURE; in get_ctrl_value()
1273 ctrl.id = V4L2_CID_CONTRAST; in get_ctrl_value()
1277 ctrl.id = V4L2_CID_SATURATION; in get_ctrl_value()
1280 ctrl.id = V4L2_CID_SHARPNESS; in get_ctrl_value()
/hardware/qcom/display/msm8960/liboverlay/pipes/
DoverlayGenPipe.cpp56 if(!mCtrlData.ctrl.init(mFbNum)) { in init()
75 if(!mCtrlData.ctrl.close()) { in close()
99 mCtrlData.ctrl.setSource(args); in setSource()
103 mCtrlData.ctrl.setCrop(d); in setCrop()
111 mCtrlData.ctrl.setTransform(orient); in setTransform()
115 mCtrlData.ctrl.setPosition(d); in setPosition()
120 return mCtrlData.ctrl.setVisualParams(metadata); in setVisualParams()
128 ovutils::Dim src(mCtrlData.ctrl.getCrop()); in commit()
129 ovutils::Dim dst(mCtrlData.ctrl.getPosition()); in commit()
152 mCtrlData.ctrl.updateSrcFormat(mRot->getDstFormat()); in commit()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3117 struct v4l2_ext_control ctrl[4]; in venc_enable_initial_qp() local
3120 ctrl[0].id = V4L2_CID_MPEG_VIDC_VIDEO_I_FRAME_QP; in venc_enable_initial_qp()
3121 ctrl[0].value = initqp->nQpI; in venc_enable_initial_qp()
3122 ctrl[1].id = V4L2_CID_MPEG_VIDC_VIDEO_P_FRAME_QP; in venc_enable_initial_qp()
3123 ctrl[1].value = initqp->nQpP; in venc_enable_initial_qp()
3124 ctrl[2].id = V4L2_CID_MPEG_VIDC_VIDEO_B_FRAME_QP; in venc_enable_initial_qp()
3125 ctrl[2].value = initqp->nQpB; in venc_enable_initial_qp()
3126 ctrl[3].id = V4L2_CID_MPEG_VIDC_VIDEO_ENABLE_INITIAL_QP; in venc_enable_initial_qp()
3127 ctrl[3].value = initqp->bEnableInitQp; in venc_enable_initial_qp()
3131 controls.controls = ctrl; in venc_enable_initial_qp()
[all …]
/hardware/libhardware_legacy/wifi/
Dwifi.c56 void wpa_ctrl_close(struct wpa_ctrl *ctrl) {} in wpa_ctrl_close() argument
57 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, in wpa_ctrl_request() argument
60 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) { return 0; } in wpa_ctrl_attach() argument
61 int wpa_ctrl_detach(struct wpa_ctrl *ctrl) { return 0; } in wpa_ctrl_detach() argument
62 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_t *reply_len) in wpa_ctrl_recv() argument
64 int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl) { return 0; } in wpa_ctrl_get_fd() argument
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4553 struct v4l2_ext_control ctrl[4]; in venc_enable_initial_qp() local
4556 ctrl[0].id = V4L2_CID_MPEG_VIDC_VIDEO_I_FRAME_QP; in venc_enable_initial_qp()
4557 ctrl[0].value = initqp->nQpI; in venc_enable_initial_qp()
4558 ctrl[1].id = V4L2_CID_MPEG_VIDC_VIDEO_P_FRAME_QP; in venc_enable_initial_qp()
4559 ctrl[1].value = initqp->nQpP; in venc_enable_initial_qp()
4560 ctrl[2].id = V4L2_CID_MPEG_VIDC_VIDEO_B_FRAME_QP; in venc_enable_initial_qp()
4561 ctrl[2].value = initqp->nQpB; in venc_enable_initial_qp()
4562 ctrl[3].id = V4L2_CID_MPEG_VIDC_VIDEO_ENABLE_INITIAL_QP; in venc_enable_initial_qp()
4563 ctrl[3].value = initqp->bEnableInitQp; in venc_enable_initial_qp()
4567 controls.controls = ctrl; in venc_enable_initial_qp()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4144 struct v4l2_ext_control ctrl[4]; in venc_enable_initial_qp() local
4147 ctrl[0].id = V4L2_CID_MPEG_VIDC_VIDEO_I_FRAME_QP; in venc_enable_initial_qp()
4148 ctrl[0].value = initqp->nQpI; in venc_enable_initial_qp()
4149 ctrl[1].id = V4L2_CID_MPEG_VIDC_VIDEO_P_FRAME_QP; in venc_enable_initial_qp()
4150 ctrl[1].value = initqp->nQpP; in venc_enable_initial_qp()
4151 ctrl[2].id = V4L2_CID_MPEG_VIDC_VIDEO_B_FRAME_QP; in venc_enable_initial_qp()
4152 ctrl[2].value = initqp->nQpB; in venc_enable_initial_qp()
4153 ctrl[3].id = V4L2_CID_MPEG_VIDC_VIDEO_ENABLE_INITIAL_QP; in venc_enable_initial_qp()
4154 ctrl[3].value = initqp->bEnableInitQp; in venc_enable_initial_qp()
4158 controls.controls = ctrl; in venc_enable_initial_qp()
[all …]
/hardware/qcom/camera/QCamera2/HAL/
DQCameraStateMachine.h189 QCameraStateMachine(QCamera2HardwareInterface *ctrl);
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStateMachine.h190 QCameraStateMachine(QCamera2HardwareInterface *ctrl);
/hardware/qcom/display/msm8960/liboverlay/
DoverlayCtrlData.h127 Ctrl ctrl; member
/hardware/ti/omap4xxx/kernel-headers/linux/
Domapfb.h159 __u32 ctrl; member
/hardware/ti/omap4-aah/kernel-headers/linux/
Domapfb.h159 __u32 ctrl; member
/hardware/ti/omap4-aah/original-kernel-headers/linux/
Domapfb.h156 __u32 ctrl; member
/hardware/ti/omap4xxx/original-kernel-headers/linux/
Domapfb.h156 __u32 ctrl; member
/hardware/qcom/msm8x27/kernel-headers/linux/
Dmsm_kgsl.h182 unsigned int ctrl; member
/hardware/qcom/msm8x27/original-kernel-headers/linux/
Dmsm_kgsl.h186 unsigned int ctrl; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_kgsl.h256 unsigned int ctrl; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_kgsl.h275 unsigned int ctrl; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_kgsl.h227 unsigned int ctrl; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_kgsl.h242 unsigned int ctrl; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_kgsl.h318 unsigned int ctrl; member

12