/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_wrapper.cpp | 243 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/libhardware/modules/sensors/dynamic_sensor/ |
D | dynamic_sensors.aconfig | 7 description: "This flag controls the enablement of LE audio support on dynamic sensors" 14 …description: "This flag controls if onDynamicSensorDisconnect callback in sensors HAL will be trig…
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 3120 struct v4l2_ext_controls controls; in venc_enable_initial_qp() local 3131 controls.count = 4; in venc_enable_initial_qp() 3132 controls.ctrl_class = V4L2_CTRL_CLASS_MPEG; in venc_enable_initial_qp() 3133 controls.controls = ctrl; in venc_enable_initial_qp() 3136 controls.controls[0].id, controls.controls[0].value, in venc_enable_initial_qp() 3137 controls.controls[1].id, controls.controls[1].value, in venc_enable_initial_qp() 3138 controls.controls[2].id, controls.controls[2].value, in venc_enable_initial_qp() 3139 controls.controls[3].id, controls.controls[3].value); in venc_enable_initial_qp() 3141 rc = ioctl(m_nDriver_fd, VIDIOC_S_EXT_CTRLS, &controls); in venc_enable_initial_qp() 3153 controls.controls[0].id, controls.controls[0].value, in venc_enable_initial_qp() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 4196 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/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 4757 struct v4l2_ext_controls controls; in venc_enable_initial_qp() local 4768 controls.count = 4; in venc_enable_initial_qp() 4769 controls.ctrl_class = V4L2_CTRL_CLASS_MPEG; in venc_enable_initial_qp() 4770 controls.controls = ctrl; in venc_enable_initial_qp() 4773 controls.controls[0].id, controls.controls[0].value, in venc_enable_initial_qp() 4774 controls.controls[1].id, controls.controls[1].value, in venc_enable_initial_qp() 4775 controls.controls[2].id, controls.controls[2].value, in venc_enable_initial_qp() 4776 controls.controls[3].id, controls.controls[3].value); in venc_enable_initial_qp() 4778 rc = ioctl(m_nDriver_fd, VIDIOC_S_EXT_CTRLS, &controls); in venc_enable_initial_qp() 4790 controls.controls[0].id, controls.controls[0].value, in venc_enable_initial_qp() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 5222 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/ |
D | video_encoder_device_v4l2_params.cpp | 1726 struct v4l2_ext_controls controls; in venc_set_aspectratio() local 1736 controls.count = 2; in venc_set_aspectratio() 1737 controls.ctrl_class = V4L2_CTRL_CLASS_MPEG; in venc_set_aspectratio() 1738 controls.controls = ctrl; in venc_set_aspectratio() 1741 controls.controls[0].id, controls.controls[0].value, in venc_set_aspectratio() 1742 controls.controls[1].id, controls.controls[1].value); in venc_set_aspectratio() 1744 rc = ioctl(m_nDriver_fd, VIDIOC_S_EXT_CTRLS, &controls); in venc_set_aspectratio() 1751 controls.controls[0].id, controls.controls[0].value, in venc_set_aspectratio() 1752 controls.controls[1].id, controls.controls[1].value); in venc_set_aspectratio()
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | VibratorFlags.aconfig | 8 description: "This flag controls the removal of utilizing Capo at the HAL level"
|
/hardware/interfaces/camera/metadata/ |
D | README.md | 8 camera capture controls.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_ARM_scheduling_controls.adoc | 22 This extension exposes a collection of controls to modify the scheduling
|
D | VK_KHR_shader_float_controls.adoc | 69 3) Do denorm and rounding mode controls apply to code:OpSpecConstantOp? 75 Do the rounding mode controls specified through the execution modes apply to 102 always be set independently, and only the 16- and 64-bit controls needed to
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | ConfigManager.cpp | 202 aCamera->controls.insert_or_assign( in readCameraCapabilities() 586 aCamera->controls.insert_or_assign( in readConfigDataFromBinary() 692 aCamera->controls.insert_or_assign( in readConfigDataFromBinary() 795 sz = camInfo->controls.size(); in writeConfigDataToBinary() 797 for (auto&& [ctrl, range] : camInfo->controls) { in writeConfigDataToBinary() 880 sz = camInfo->controls.size(); in writeConfigDataToBinary() 882 for (auto& [ctrl, range] : camInfo->controls) { in writeConfigDataToBinary()
|
D | EvsMockCamera.cpp | 145 _aidl_return->resize(mCameraInfo->controls.size()); in getParameterList() 147 for (auto& [name, range] : mCameraInfo->controls) { in getParameterList()
|
/hardware/interfaces/power/1.3/ |
D | IPower.hal | 24 * cpufreq governor and other controls.
|
/hardware/interfaces/power/1.2/ |
D | IPower.hal | 24 * cpufreq governor and other controls.
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsCamera.cpp | 299 hidlCtrls.resize(mCameraInfo->controls.size()); in getParameterList() 301 for (auto& [cid, cfg] : mCameraInfo->controls) { in getParameterList() 311 auto it = mCameraInfo->controls.find(id); in getIntParameterRange() 312 if (it == mCameraInfo->controls.end()) { in getIntParameterRange()
|
D | ConfigManager.h | 76 std::unordered_map<CameraParam, std::tuple<int32_t, int32_t, int32_t>> controls; variable
|
/hardware/interfaces/wifi/supplicant/1.1/ |
D | ISupplicantStaIface.hal | 25 * interface (e.g wlan0) it controls.
|
D | ISupplicantStaNetwork.hal | 26 * configuration it controls.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/ |
D | module.adoc | 31 * pname:pAllocator controls host memory allocation as described in the 88 * pname:pAllocator controls host memory allocation as described in the 125 * pname:pAllocator controls host memory allocation as described in the 143 * pname:pAllocator controls host memory allocation as described in the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/ |
D | fence_events.adoc | 23 * pname:pAllocator controls host memory allocation as described in the 75 * pname:pAllocator controls host memory allocation as described in the
|
/hardware/interfaces/power/1.1/ |
D | IPower.hal | 40 * cpufreq governor and other controls.
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantNetwork.hal | 21 * controls.
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantP2pIface.hal | 24 * interface (e.g p2p0) it controls.
|
/hardware/interfaces/automotive/evs/aidl/impl/default/include/ |
D | ConfigManager.h | 93 controls; variable
|