Home | History | Annotate | Download | only in libgscaler

Lines Matching full:vflip

1225     unsigned int *vflip)
1230 *vflip = 0;
1244 *vflip = 1; /* set vflip to compensate the rot & flip order. */
1254 *vflip = 1;
1331 unsigned int vflip;
1351 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip);
1352 exynos_gsc_set_rotation(gsc_handle, rotate, hflip, vflip);
1393 unsigned int vflip;
1423 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip);
1558 if (exynos_v4l2_s_ctrl(gsc_handle->gsc_vd_entity->fd, V4L2_CID_VFLIP, vflip) < 0) {
1559 ALOGE("%s:: exynos_v4l2_s_ctrl (V4L2_CID_VFLIP: %d) failed", __func__, vflip);