Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_CTRL.c823 i != V4L2_CID_RED_BALANCE && in test_VIDIOC_S_CTRL()
850 i != V4L2_CID_RED_BALANCE && in test_VIDIOC_S_CTRL_invalid()
876 ret1 = do_set_control(V4L2_CID_RED_BALANCE); in test_VIDIOC_S_CTRL_white_balance()
887 ret1 = do_set_control_invalid(V4L2_CID_RED_BALANCE); in test_VIDIOC_S_CTRL_white_balance_invalid()
/external/strace/xlat/
Dv4l2_control_ids.in15 V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14)
Dv4l2_control_ids.h97 #if defined(V4L2_CID_RED_BALANCE) || (defined(HAVE_DECL_V4L2_CID_RED_BALANCE) && HAVE_DECL_V4L2_CID…
99 static_assert((V4L2_CID_RED_BALANCE) == ((V4L2_CID_BASE+14)), "V4L2_CID_RED_BALANCE != (V4L2_CID_BA…
102 # define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14)
2371 XLAT(V4L2_CID_RED_BALANCE),
/external/syzkaller/sys/linux/
Dvideo4linux_386.const405 V4L2_CID_RED_BALANCE = 9963790
Dvideo4linux_arm.const405 V4L2_CID_RED_BALANCE = 9963790
Dvideo4linux_arm64.const405 V4L2_CID_RED_BALANCE = 9963790
Dvideo4linux_amd64.const405 V4L2_CID_RED_BALANCE = 9963790
Dvideo4linux.txt920 …CK_LEVEL, V4L2_CID_AUTO_WHITE_BALANCE, V4L2_CID_DO_WHITE_BALANCE, V4L2_CID_RED_BALANCE, V4L2_CID_B…
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h87 #define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14) macro