Searched refs:vflip (Results 1 – 1 of 1) sorted by relevance
/hardware/samsung_slsi/exynos5/libgscaler/ |
D | exynos_gscaler.c | 1240 unsigned int *vflip) in rotateValueHAL2GSC() argument 1245 *vflip = 0; in rotateValueHAL2GSC() 1259 *vflip = 1; /* set vflip to compensate the rot & flip order. */ in rotateValueHAL2GSC() 1269 *vflip = 1; in rotateValueHAL2GSC() 1346 unsigned int vflip; in exynos_gsc_m2m_config() local 1366 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip); in exynos_gsc_m2m_config() 1367 exynos_gsc_set_rotation(gsc_handle, rotate, hflip, vflip); in exynos_gsc_m2m_config() 1408 unsigned int vflip; in exynos_gsc_out_config() local 1438 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip); in exynos_gsc_out_config() 1573 if (exynos_v4l2_s_ctrl(gsc_handle->gsc_vd_entity->fd, V4L2_CID_VFLIP, vflip) < 0) { in exynos_gsc_out_config() [all …]
|