OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V4L2_CAP_VIDEO_OUTPUT
(Results
51 - 57
of
57
) sorted by null
1
2
3
/bionic/libc/kernel/common/linux/
videodev2.h
144
#define
V4L2_CAP_VIDEO_OUTPUT
0x00000002
[
all
...]
/external/kernel-headers/original/linux/
videodev2.h
261
#define
V4L2_CAP_VIDEO_OUTPUT
0x00000002 /* Is a video output device */
[
all
...]
/hardware/qcom/msm8x74/kernel-headers/linux/
videodev2.h
144
#define
V4L2_CAP_VIDEO_OUTPUT
0x00000002
[
all
...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
videodev2.h
261
#define
V4L2_CAP_VIDEO_OUTPUT
0x00000002 /* Is a video output device */
[
all
...]
/hardware/samsung_slsi/exynos5/include/
videodev2.h
262
#define
V4L2_CAP_VIDEO_OUTPUT
0x00000002 /* Is a video output device */
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c
119
int needCaps = (V4L2_CAP_VIDEO_CAPTURE |
V4L2_CAP_VIDEO_OUTPUT
| V4L2_CAP_STREAMING);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c
123
int needCaps = (V4L2_CAP_VIDEO_CAPTURE |
V4L2_CAP_VIDEO_OUTPUT
| V4L2_CAP_STREAMING);
[
all
...]
Completed in 90 milliseconds
1
2
3