Home
last modified time | relevance | path

Searched refs:V4L2_CID_VBLANK (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dv4l2_control_ids.in310 V4L2_CID_VBLANK (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 1)
Dv4l2_control_ids.h2078 #if defined(V4L2_CID_VBLANK) || (defined(HAVE_DECL_V4L2_CID_VBLANK) && HAVE_DECL_V4L2_CID_VBLANK)
2080 static_assert((V4L2_CID_VBLANK) == ((V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 1)), "V4L2_CID_VBLANK != (V…
2083 # define V4L2_CID_VBLANK (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 1)
2666 XLAT(V4L2_CID_VBLANK),
/external/syzkaller/sys/linux/
Dvideo4linux_386.const435 V4L2_CID_VBLANK = 10356993
Dvideo4linux_arm.const435 V4L2_CID_VBLANK = 10356993
Dvideo4linux_arm64.const435 V4L2_CID_VBLANK = 10356993
Dvideo4linux_amd64.const435 V4L2_CID_VBLANK = 10356993
Dvideo4linux.txt920 …N_QUALITY, V4L2_CID_JPEG_ACTIVE_MARKER, V4L2_CID_IMAGE_SOURCE_CLASS, V4L2_CID_VBLANK, V4L2_CID_HBL…
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h997 #define V4L2_CID_VBLANK (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 1) macro