Home
last modified time | relevance | path

Searched refs:VIDIOC_CROPCAP (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h1429 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h1955 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h1430 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h1952 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dvideodev2.h2120 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h1554 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h2622 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h2241 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
/hardware/qcom/camera/usbcamcore/src/
DQualcommUsbCamera.cpp1325 if (0 == ioctlLoop(camHal->fd, VIDIOC_CROPCAP, &cropcap)) { in initUsbCamera()