OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIDIOC_SUBDEV_S_FMT
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/include/
v4l2-subdev.h
84
#define
VIDIOC_SUBDEV_S_FMT
_IOWR('V', 5, struct v4l2_subdev_format)
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
v4l2-subdev.h
127
#define
VIDIOC_SUBDEV_S_FMT
_IOWR('V', 5, struct v4l2_subdev_format)
/hardware/samsung_slsi/exynos5/libv4l2/
exynos_subdev.c
206
ret = ioctl(fd,
VIDIOC_SUBDEV_S_FMT
, fmt);
208
ALOGE("failed to ioctl:
VIDIOC_SUBDEV_S_FMT
");
Completed in 1151 milliseconds