HomeSort by relevance Sort by last modified time
    Searched defs:V4L2_FIELD_BOTTOM (Results 51 - 53 of 53) sorted by null

1 23

  /external/kernel-headers/original/linux/
videodev2.h 114 V4L2_FIELD_BOTTOM = 3, /* bottom field only */
136 ((field) == V4L2_FIELD_BOTTOM ||\
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/linux/
videodev2.h 52 V4L2_FIELD_BOTTOM = 3,
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)
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
videodev2.h 114 V4L2_FIELD_BOTTOM = 3, /* bottom field only */
136 ((field) == V4L2_FIELD_BOTTOM ||\
    [all...]

Completed in 28 milliseconds

1 23