Searched refs:cropcap (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3526 v4l2_cropcap cropcap; local
3533 cropcap.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
3535 if (exynos_v4l2_cropcap(fd, &cropcap) < 0) {
3540 m_getCropRect(cropcap.bounds.width, cropcap.bounds.height,
3546 cropcap.defrect.left = crop_x;
3547 cropcap.defrect.top = crop_y;
3548 cropcap.defrect.width = crop_w;
3549 cropcap.defrect.height = crop_h;
3551 crop.c = cropcap
[all...]

Completed in 352 milliseconds