HomeSort by relevance Sort by last modified time
    Searched refs:cropcap (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/camera/
camera-capture-linux.c 292 struct v4l2_cropcap cropcap; local
309 cropcap.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
310 _xioctl(cd->handle, VIDIOC_CROPCAP, &cropcap);
312 crop.c = cropcap.defrect; /* reset to default */
802 struct v4l2_cropcap cropcap; local
818 cropcap.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
819 _xioctl(cd->handle, VIDIOC_CROPCAP, &cropcap);
821 crop.c = cropcap.defrect; /* reset to default */
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 3526 v4l2_cropcap cropcap; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 250 struct v4l2_cropcap cropcap; variable in typeref:struct:v4l2_cropcap
    [all...]

Completed in 257 milliseconds