HomeSort by relevance Sort by last modified time
    Searched defs:V4L2_FIELD_SEQ_BT (Results 76 - 81 of 81) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
videodev2.h 41 V4L2_FIELD_SEQ_BT = 6,
47 #define V4L2_FIELD_HAS_TOP(field) ((field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
49 #define V4L2_FIELD_HAS_BOTTOM(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
50 #define V4L2_FIELD_HAS_BOTH(field) ((field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
    [all...]
  /hardware/samsung_slsi/exynos5/include/linux/
videodev2.h 118 V4L2_FIELD_SEQ_BT = 6, /* same as above + bottom-top order */
134 (field) == V4L2_FIELD_SEQ_BT)
141 (field) == V4L2_FIELD_SEQ_BT)
147 (field) == V4L2_FIELD_SEQ_BT)
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
videodev2.h 56 V4L2_FIELD_SEQ_BT = 6,
62 #define V4L2_FIELD_HAS_TOP(field) ((field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
64 #define V4L2_FIELD_HAS_BOTTOM(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
65 #define V4L2_FIELD_HAS_BOTH(field) ((field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
videodev2.h 118 V4L2_FIELD_SEQ_BT = 6, /* same as above + bottom-top order */
134 (field) == V4L2_FIELD_SEQ_BT)
141 (field) == V4L2_FIELD_SEQ_BT)
147 (field) == V4L2_FIELD_SEQ_BT)
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/linux/
videodev2.h 56 V4L2_FIELD_SEQ_BT = 6,
62 #define V4L2_FIELD_HAS_TOP(field) ((field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
64 #define V4L2_FIELD_HAS_BOTTOM(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
65 #define V4L2_FIELD_HAS_BOTH(field) ((field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
videodev2.h 118 V4L2_FIELD_SEQ_BT = 6, /* same as above + bottom-top order */
134 (field) == V4L2_FIELD_SEQ_BT)
141 (field) == V4L2_FIELD_SEQ_BT)
147 (field) == V4L2_FIELD_SEQ_BT)
    [all...]

Completed in 110 milliseconds

1 2 34