HomeSort by relevance Sort by last modified time
    Searched defs:V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/linux/
videodev2.h 62 V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE = 9,
67 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
    [all...]
  /development/ndk/platforms/android-L/include/linux/
videodev2.h 62 V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE = 9,
67 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 140 V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE = 9,
147 ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE \
    [all...]

Completed in 625 milliseconds