OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:V4L2_TYPE_IS_MULTIPLANAR
(Results
1 - 13
of
13
) sorted by null
/bionic/libc/kernel/uapi/linux/
videodev2.h
67
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
[
all
...]
/development/ndk/platforms/android-L/include/linux/
videodev2.h
67
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
[
all
...]
/external/kernel-headers/original/uapi/linux/
videodev2.h
146
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) \
[
all
...]
/hardware/qcom/msm8x84/kernel-headers/linux/
videodev2.h
67
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
[
all
...]
/hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h
146
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) \
[
all
...]
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
videodev2.h
67
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
[
all
...]
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
videodev2.h
67
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
[
all
...]
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
videodev2.h
67
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
[
all
...]
/hardware/samsung_slsi/exynos5/include/linux/
videodev2.h
166
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) \
[
all
...]
/hardware/qcom/msm8960/kernel-headers/linux/
videodev2.h
82
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
[
all
...]
/hardware/qcom/msm8960/original-kernel-headers/linux/
videodev2.h
166
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) \
[
all
...]
/hardware/qcom/msm8x74/kernel-headers/linux/
videodev2.h
82
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
[
all
...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
videodev2.h
166
#define
V4L2_TYPE_IS_MULTIPLANAR
(type) \
[
all
...]
Completed in 74 milliseconds