Home
last modified time | relevance | path

Searched refs:V4L2_CID_EXPOSURE_AUTO_PRIORITY (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_unittest.cc114 !ExerciseControl(&v4l2_dev, V4L2_CID_EXPOSURE_AUTO_PRIORITY, in TestSetControl()
Dmedia_v4l2_device.cc163 SetControl(V4L2_CID_EXPOSURE_AUTO_PRIORITY, constant_framerate_setting); in InitDevice()
/external/strace/xlat/
Dv4l2_control_ids.in236 V4L2_CID_EXPOSURE_AUTO_PRIORITY (V4L2_CID_CAMERA_CLASS_BASE+3)
Dv4l2_control_ids.h1581 #if defined(V4L2_CID_EXPOSURE_AUTO_PRIORITY) || (defined(HAVE_DECL_V4L2_CID_EXPOSURE_AUTO_PRIORITY)…
1583 static_assert((V4L2_CID_EXPOSURE_AUTO_PRIORITY) == ((V4L2_CID_CAMERA_CLASS_BASE+3)), "V4L2_CID_EXPO…
1586 # define V4L2_CID_EXPOSURE_AUTO_PRIORITY (V4L2_CID_CAMERA_CLASS_BASE+3)
2592 XLAT(V4L2_CID_EXPOSURE_AUTO_PRIORITY),
/external/syzkaller/sys/linux/
Dvideo4linux_386.const220 V4L2_CID_EXPOSURE_AUTO_PRIORITY = 10094851
Dvideo4linux_arm.const220 V4L2_CID_EXPOSURE_AUTO_PRIORITY = 10094851
Dvideo4linux_arm64.const220 V4L2_CID_EXPOSURE_AUTO_PRIORITY = 10094851
Dvideo4linux_amd64.const220 V4L2_CID_EXPOSURE_AUTO_PRIORITY = 10094851
Dvideo4linux.txt920 …A_CLASS, V4L2_CID_EXPOSURE_AUTO, V4L2_CID_EXPOSURE_ABSOLUTE, V4L2_CID_EXPOSURE_AUTO_PRIORITY, V4L2…
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h783 #define V4L2_CID_EXPOSURE_AUTO_PRIORITY (V4L2_CID_CAMERA_CLASS_BASE+3) macro