Home
last modified time | relevance | path

Searched refs:V4L2_CTRL_CLASS_CAMERA (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dv4l2-controls.h55 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */ macro
906 #define V4L2_CID_CAMERA_CLASS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x900)
907 #define V4L2_CID_CAMERA_CLASS (V4L2_CTRL_CLASS_CAMERA | 1)
/hardware/qcom/msm8x84/kernel-headers/linux/
Dv4l2-controls.h24 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 macro
927 #define V4L2_CID_CAMERA_CLASS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x900)
929 #define V4L2_CID_CAMERA_CLASS (V4L2_CTRL_CLASS_CAMERA | 1)
/hardware/samsung_slsi/exynos5/include/
Dvideodev2_exynos_camera.h167 #define V4L2_CID_FIMC_IS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x1000)
168 #define V4L2_CID_FIMC_IS_TUNE_BASE (V4L2_CTRL_CLASS_CAMERA | 0x2000)
/hardware/samsung_slsi/exynos5/include/linux/
Dvideodev2.h1175 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */ macro
1698 #define V4L2_CID_CAMERA_CLASS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x900)
1699 #define V4L2_CID_CAMERA_CLASS (V4L2_CTRL_CLASS_CAMERA | 1)
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h1176 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */ macro
1908 #define V4L2_CID_CAMERA_CLASS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x900)
1909 #define V4L2_CID_CAMERA_CLASS (V4L2_CTRL_CLASS_CAMERA | 1)
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h1186 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */ macro
2035 #define V4L2_CID_CAMERA_CLASS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x900)
2036 #define V4L2_CID_CAMERA_CLASS (V4L2_CTRL_CLASS_CAMERA | 1)
/hardware/qcom/msm8x74/kernel-headers/linux/
Dvideodev2.h850 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 macro
1746 #define V4L2_CID_CAMERA_CLASS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x900)
1747 #define V4L2_CID_CAMERA_CLASS (V4L2_CTRL_CLASS_CAMERA | 1)
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h840 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 macro
1651 #define V4L2_CID_CAMERA_CLASS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x900)
1652 #define V4L2_CID_CAMERA_CLASS (V4L2_CTRL_CLASS_CAMERA | 1)
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp2271 fd_ctrls.ctrl_class = V4L2_CTRL_CLASS_CAMERA; in getDetectedFacesAreas()