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

  /bionic/libc/kernel/uapi/linux/
videodev2.h 34 V4L2_FIELD_TOP = 2,
43 #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)
46 #define V4L2_FIELD_HAS_T_OR_B(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_ALTERNATE)
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
videodev2.h 33 V4L2_FIELD_TOP = 2,
42 #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)
45 #define V4L2_FIELD_HAS_T_OR_B(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_ALTERNATE)
    [all...]
  /device/google/bonito/sdm710/original-kernel-headers/linux/
videodev2.h 92 V4L2_FIELD_TOP = 2, /* top field only */
108 ((field) == V4L2_FIELD_TOP ||\
129 (field) == V4L2_FIELD_TOP ||\
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/linux/
videodev2.h 33 V4L2_FIELD_TOP = 2,
42 #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)
45 #define V4L2_FIELD_HAS_T_OR_B(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_ALTERNATE)
    [all...]
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
videodev2.h 92 V4L2_FIELD_TOP = 2, /* top field only */
108 ((field) == V4L2_FIELD_TOP ||\
129 (field) == V4L2_FIELD_TOP ||\
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 94 V4L2_FIELD_TOP = 2, /* top field only */
110 ((field) == V4L2_FIELD_TOP ||\
131 (field) == V4L2_FIELD_TOP ||\
    [all...]

Completed in 1282 milliseconds