Home
last modified time | relevance | path

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

12

/hardware/libhardware/modules/camera/3_4/
Dv4l2_wrapper.cpp243 v4l2_ext_controls controls; in GetControl() local
245 memset(&controls, 0, sizeof(controls)); in GetControl()
248 controls.ctrl_class = V4L2_CTRL_ID2CLASS(control_id); in GetControl()
249 controls.count = 1; in GetControl()
250 controls.controls = &control; in GetControl()
252 if (IoctlLocked(VIDIOC_G_EXT_CTRLS, &controls) < 0) { in GetControl()
281 v4l2_ext_controls controls; in SetControl() local
283 memset(&controls, 0, sizeof(controls)); in SetControl()
287 controls.ctrl_class = V4L2_CTRL_ID2CLASS(control_id); in SetControl()
288 controls.count = 1; in SetControl()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4196 struct v4l2_ext_controls controls; in venc_enable_initial_qp() local
4207 controls.count = 4; in venc_enable_initial_qp()
4208 controls.ctrl_class = V4L2_CTRL_CLASS_MPEG; in venc_enable_initial_qp()
4209 controls.controls = ctrl; in venc_enable_initial_qp()
4212 controls.controls[0].id, controls.controls[0].value, in venc_enable_initial_qp()
4213 controls.controls[1].id, controls.controls[1].value, in venc_enable_initial_qp()
4214 controls.controls[2].id, controls.controls[2].value, in venc_enable_initial_qp()
4215 controls.controls[3].id, controls.controls[3].value); in venc_enable_initial_qp()
4217 rc = ioctl(m_nDriver_fd, VIDIOC_S_EXT_CTRLS, &controls); in venc_enable_initial_qp()
4229 controls.controls[0].id, controls.controls[0].value, in venc_enable_initial_qp()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp5222 struct v4l2_ext_controls controls; in venc_set_session_qp_range() local
5245 controls.count = 7; in venc_set_session_qp_range()
5246 controls.ctrl_class = V4L2_CTRL_CLASS_MPEG; in venc_set_session_qp_range()
5247 controls.controls = ctrl; in venc_set_session_qp_range()
5249 if(ioctl(m_nDriver_fd, VIDIOC_S_EXT_CTRLS, &controls)) { in venc_set_session_qp_range()
6205 struct v4l2_ext_controls controls; in venc_set_layer_bitrates() local
6224 controls.count = 2; in venc_set_layer_bitrates()
6225 controls.ctrl_class = V4L2_CTRL_CLASS_MPEG; in venc_set_layer_bitrates()
6226 controls.controls = ctrl; in venc_set_layer_bitrates()
6228 rc = ioctl(m_nDriver_fd, VIDIOC_S_EXT_CTRLS, &controls); in venc_set_layer_bitrates()
[all …]
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2_params.cpp1723 struct v4l2_ext_controls controls; in venc_set_aspectratio() local
1733 controls.count = 2; in venc_set_aspectratio()
1734 controls.ctrl_class = V4L2_CTRL_CLASS_MPEG; in venc_set_aspectratio()
1735 controls.controls = ctrl; in venc_set_aspectratio()
1738 controls.controls[0].id, controls.controls[0].value, in venc_set_aspectratio()
1739 controls.controls[1].id, controls.controls[1].value); in venc_set_aspectratio()
1741 rc = ioctl(m_nDriver_fd, VIDIOC_S_EXT_CTRLS, &controls); in venc_set_aspectratio()
1748 controls.controls[0].id, controls.controls[0].value, in venc_set_aspectratio()
1749 controls.controls[1].id, controls.controls[1].value); in venc_set_aspectratio()
/hardware/interfaces/power/1.2/
DIPower.hal24 * cpufreq governor and other controls.
/hardware/interfaces/power/1.3/
DIPower.hal24 * cpufreq governor and other controls.
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaIface.hal25 * interface (e.g wlan0) it controls.
DISupplicantStaNetwork.hal26 * configuration it controls.
/hardware/interfaces/automotive/evs/1.1/default/
DConfigManager.h83 tuple<int32_t, int32_t, int32_t>> controls; variable
DEvsCamera.cpp299 hidlCtrls.resize(mCameraInfo->controls.size()); in getParameterList()
301 for (auto& [cid, cfg] : mCameraInfo->controls) { in getParameterList()
312 auto range = mCameraInfo->controls[id]; in getIntParameterRange()
DConfigManager.cpp166 aCamera->controls.emplace( in readCameraCapabilities()
/hardware/interfaces/power/1.1/
DIPower.hal40 * cpufreq governor and other controls.
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantNetwork.hal21 * controls.
DISupplicantP2pNetwork.hal24 * configuration it controls.
DISupplicant.hal59 * name which the supplicant already controls.
DISupplicantIface.hal23 * it controls.
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantP2pIface.hal24 * interface (e.g p2p0) it controls.
DISupplicantStaNetwork.hal24 * configuration it controls.
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantP2pIface.hal26 * interface (e.g p2p0) it controls.
DISupplicantStaIface.hal26 * interface (e.g wlan0) it controls.
/hardware/interfaces/wifi/supplicant/1.3/
DISupplicantStaIface.hal27 * interface (e.g wlan0) it controls.
/hardware/interfaces/power/1.0/
DIPower.hal55 * cpufreq governor and other controls.
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h318 int32_t setCameraControls(int32_t controls);
/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-v4l2.cpp134 ctrls.controls = &ctrl; in SetQuality()
457 ctrls.controls = ctrl; in UpdateControls()
/hardware/interfaces/gnss/visibility_control/1.0/
DIGnssVisibilityControlCallback.hal130 * only pass location information through Android framework controls are exempt from this

12