OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V4L2_TYPE_IS_OUTPUT
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/common/linux/
videodev2.h
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)
[
all
...]
/external/kernel-headers/original/linux/
videodev2.h
170
#define
V4L2_TYPE_IS_OUTPUT
(type) \
[
all
...]
/hardware/qcom/msm8x74/kernel-headers/linux/
videodev2.h
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)
[
all
...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
videodev2.h
170
#define
V4L2_TYPE_IS_OUTPUT
(type) \
[
all
...]
/hardware/samsung_slsi/exynos5/include/
videodev2.h
170
#define
V4L2_TYPE_IS_OUTPUT
(type) \
[
all
...]
Completed in 41 milliseconds