Searched defs:V4L2_BUF_TYPE_VIDEO_OUTPUT (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dvideodev2.h69 V4L2_BUF_TYPE_VIDEO_OUTPUT = 2, enumerator in enum:v4l2_buf_type
84 #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)

Completed in 41 milliseconds