Home
last modified time | relevance | path

Searched refs:v4l2_cropcap (Results 1 – 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
Dexynos_v4l2.h80 int exynos_v4l2_cropcap(int fd, struct v4l2_cropcap *crop);
Dvideodev2.h756 struct v4l2_cropcap { struct
2388 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
/hardware/samsung_slsi/exynos5/libv4l2/
Dexynos_v4l2.c607 int exynos_v4l2_cropcap(int fd, struct v4l2_cropcap *crop) in exynos_v4l2_cropcap()
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c250 struct v4l2_cropcap cropcap;
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCamera.cpp3526 v4l2_cropcap cropcap; in m_setCrop()