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

  /bionic/libc/kernel/uapi/linux/
videodev2.h 57 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
64 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
65 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SDR_OUTPUT)
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
videodev2.h 56 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
61 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
62 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SDR_OUTPUT)
    [all...]
  /device/google/bonito/sdm710/original-kernel-headers/linux/
videodev2.h 142 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
151 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
155 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/linux/
videodev2.h 56 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
61 #define V4L2_TYPE_IS_MULTIPLANAR(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
62 #define V4L2_TYPE_IS_OUTPUT(type) ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY || (type) == V4L2_BUF_TYPE_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT || (type) == V4L2_BUF_TYPE_SDR_OUTPUT)
    [all...]
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
videodev2.h 142 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
151 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
155 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 144 V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE = 10,
155 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
159 || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \
    [all...]

Completed in 66 milliseconds