Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_control_ids.in40 V4L2_CID_MIN_BUFFERS_FOR_CAPTURE (V4L2_CID_BASE+39)
Dv4l2_control_ids.h272 #if defined(V4L2_CID_MIN_BUFFERS_FOR_CAPTURE) || (defined(HAVE_DECL_V4L2_CID_MIN_BUFFERS_FOR_CAPTUR…
274 static_assert((V4L2_CID_MIN_BUFFERS_FOR_CAPTURE) == ((V4L2_CID_BASE+39)), "V4L2_CID_MIN_BUFFERS_FOR…
277 # define V4L2_CID_MIN_BUFFERS_FOR_CAPTURE (V4L2_CID_BASE+39)
2396 XLAT(V4L2_CID_MIN_BUFFERS_FOR_CAPTURE),
/external/syzkaller/sys/linux/
Dvideo4linux_386.const261 V4L2_CID_MIN_BUFFERS_FOR_CAPTURE = 9963815
Dvideo4linux_arm.const261 V4L2_CID_MIN_BUFFERS_FOR_CAPTURE = 9963815
Dvideo4linux_arm64.const261 V4L2_CID_MIN_BUFFERS_FOR_CAPTURE = 9963815
Dvideo4linux_amd64.const261 V4L2_CID_MIN_BUFFERS_FOR_CAPTURE = 9963815
Dvideo4linux.txt920 …OMA_GAIN, V4L2_CID_ILLUMINATORS_1, V4L2_CID_ILLUMINATORS_2, V4L2_CID_MIN_BUFFERS_FOR_CAPTURE, V4L2…
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h140 #define V4L2_CID_MIN_BUFFERS_FOR_CAPTURE (V4L2_CID_BASE+39) macro
/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.cc1940 ctrl.id = V4L2_CID_MIN_BUFFERS_FOR_CAPTURE; in CreateOutputBuffers()