Home
last modified time | relevance | path

Searched refs:V4L2_CAP_TIMEPERFRAME (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dv4l2_streaming_capabilities.h11 #if defined(V4L2_CAP_TIMEPERFRAME) || (defined(HAVE_DECL_V4L2_CAP_TIMEPERFRAME) && HAVE_DECL_V4L2_C…
12 XLAT(V4L2_CAP_TIMEPERFRAME),
Dv4l2_streaming_capabilities.in1 V4L2_CAP_TIMEPERFRAME
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.cc132 if (cap.capabilities & V4L2_CAP_TIMEPERFRAME) { in InitDevice()
773 if (cap->capabilities & V4L2_CAP_TIMEPERFRAME) in ProbeCaps()
Dmedia_v4l2_unittest.cc190 if (caps.capabilities & V4L2_CAP_TIMEPERFRAME) { in TestFrameRate()
/external/webrtc/webrtc/modules/video_capture/linux/
Dvideo_capture_linux.cc248 if (streamparms.parm.capture.capability == V4L2_CAP_TIMEPERFRAME) { in StartCapture()
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h1002 #define V4L2_CAP_TIMEPERFRAME 0x1000 /* timeperframe field is supported */ macro