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

  /bionic/libc/kernel/uapi/linux/
videodev2.h 39 V4L2_FIELD_ALTERNATE = 7,
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 38 V4L2_FIELD_ALTERNATE = 7,
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 98 V4L2_FIELD_ALTERNATE = 7, /* both fields alternating into
130 (field) == V4L2_FIELD_ALTERNATE)
    [all...]
  /device/google/crosshatch/sdm845/kernel-headers/linux/
videodev2.h 38 V4L2_FIELD_ALTERNATE = 7,
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 98 V4L2_FIELD_ALTERNATE = 7, /* both fields alternating into
130 (field) == V4L2_FIELD_ALTERNATE)
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 100 V4L2_FIELD_ALTERNATE = 7, /* both fields alternating into
132 (field) == V4L2_FIELD_ALTERNATE)
    [all...]

Completed in 1284 milliseconds