Lines Matching refs:crop
639 info->crop.type = info->buf_type; in m_exynos_gsc_set_format()
640 info->crop.c.left = info->crop_left; in m_exynos_gsc_set_format()
641 info->crop.c.top = info->crop_top; in m_exynos_gsc_set_format()
642 info->crop.c.width = info->crop_width; in m_exynos_gsc_set_format()
643 info->crop.c.height = info->crop_height; in m_exynos_gsc_set_format()
645 if (exynos_v4l2_s_crop(fd, &info->crop) < 0) { in m_exynos_gsc_set_format()
1386 struct v4l2_crop crop; in exynos_gsc_out_config() local
1595 crop.type = fmt.type; in exynos_gsc_out_config()
1596 crop.c.left = gsc_handle->src_img.x; in exynos_gsc_out_config()
1597 crop.c.top = gsc_handle->src_img.y; in exynos_gsc_out_config()
1598 crop.c.width = gsc_handle->src_img.w; in exynos_gsc_out_config()
1599 crop.c.height = gsc_handle->src_img.h; in exynos_gsc_out_config()
1601 if (exynos_v4l2_s_crop(gsc_handle->gsc_vd_entity->fd, &crop) < 0) { in exynos_gsc_out_config()