HomeSort by relevance Sort by last modified time
    Searched refs:V4L2_CAP_STREAMING (Results 1 - 14 of 14) sorted by null

  /external/strace/xlat/
v4l2_device_capabilities_flags.h 82 #if defined(V4L2_CAP_STREAMING) || (defined(HAVE_DECL_V4L2_CAP_STREAMING) && HAVE_DECL_V4L2_CAP_STREAMING)
83 XLAT(V4L2_CAP_STREAMING),
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_REQBUFS.c 57 (cap.capabilities & V4L2_CAP_STREAMING) &&
61 CU_ASSERT(cap.capabilities & V4L2_CAP_STREAMING);
126 (cap.capabilities & V4L2_CAP_STREAMING) &&
129 CU_ASSERT(cap.capabilities & V4L2_CAP_STREAMING);
191 (cap.capabilities & V4L2_CAP_STREAMING) &&
195 CU_ASSERT(cap.capabilities & V4L2_CAP_STREAMING);
260 (cap.capabilities & V4L2_CAP_STREAMING) &&
263 CU_ASSERT(cap.capabilities & V4L2_CAP_STREAMING);
test_VIDIOC_QUERYBUF.c 260 (cap.capabilities & V4L2_CAP_STREAMING) &&
310 (cap.capabilities & V4L2_CAP_STREAMING) &&
349 (cap.capabilities & V4L2_CAP_STREAMING) &&
401 (cap.capabilities & V4L2_CAP_STREAMING) &&
test_VIDIOC_QUERYCAP.c 53 V4L2_CAP_ASYNCIO | V4L2_CAP_STREAMING)) != 0) {
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.cc 120 if (!(cap.capabilities & V4L2_CAP_STREAMING)) {
943 if (cap->capabilities & V4L2_CAP_STREAMING)
media_v4l2_test.cc 269 if (cap.capabilities & V4L2_CAP_STREAMING) {
  /bionic/libc/kernel/uapi/linux/
videodev2.h 182 #define V4L2_CAP_STREAMING 0x04000000
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
videodev2.h 172 #define V4L2_CAP_STREAMING 0x04000000
    [all...]
  /device/google/bonito/sdm710/original-kernel-headers/linux/
videodev2.h 442 #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/linux/
videodev2.h 172 #define V4L2_CAP_STREAMING 0x04000000
    [all...]
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
videodev2.h 442 #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 472 #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]
  /external/v4l2_codec2/vda/
v4l2_video_decode_accelerator.cc 199 const __u32 kCapsRequired = V4L2_CAP_VIDEO_M2M_MPLANE | V4L2_CAP_STREAMING;
    [all...]

Completed in 127 milliseconds