Lines Matching full:crop
639 info->crop.type = info->buf_type;
640 info->crop.c.left = info->crop_left;
641 info->crop.c.top = info->crop_top;
642 info->crop.c.width = info->crop_width;
643 info->crop.c.height = info->crop_height;
645 if (exynos_v4l2_s_crop(fd, &info->crop) < 0) {
1386 struct v4l2_crop crop;
1462 /* set crop: src crop of GSC sub-dev*/
1477 ALOGE("%s::GSC subdev set crop failed", __func__);
1501 /* set crop: sink sub-dev */
1520 ALOGE("%s::sink: subdev set crop failed(PAD=%d)", __func__, sd_crop.pad);
1542 ALOGE("%s::sink: subdev set crop failed(PAD=%d)", __func__, sd_crop.pad);
1594 /* set src crop info :GSC video dev*/
1595 crop.type = fmt.type;
1596 crop.c.left = gsc_handle->src_img.x;
1597 crop.c.top = gsc_handle->src_img.y;
1598 crop.c.width = gsc_handle->src_img.w;
1599 crop.c.height = gsc_handle->src_img.h;
1601 if (exynos_v4l2_s_crop(gsc_handle->gsc_vd_entity->fd, &crop) < 0) {
1602 ALOGE("%s::videodev set crop failed", __func__);