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

  /bionic/libc/kernel/uapi/linux/
videodev2.h 64 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
videodev2.h 61 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
    [all...]
  /device/google/bonito/sdm710/original-kernel-headers/linux/
videodev2.h 149 #define V4L2_TYPE_IS_MULTIPLANAR(type) \
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/linux/
videodev2.h 61 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
    [all...]
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
videodev2.h 149 #define V4L2_TYPE_IS_MULTIPLANAR(type) \
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 153 #define V4L2_TYPE_IS_MULTIPLANAR(type) \
    [all...]

Completed in 67 milliseconds