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

/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c1240 unsigned int *vflip)
1245 *vflip = 0;
1259 *vflip = 1; /* set vflip to compensate the rot & flip order. */
1269 *vflip = 1;
1346 unsigned int vflip; local
1366 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip);
1367 exynos_gsc_set_rotation(gsc_handle, rotate, hflip, vflip);
1408 unsigned int vflip; local
1438 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip);
1237 rotateValueHAL2GSC(unsigned int transform, unsigned int *rotate, unsigned int *hflip, unsigned int *vflip) argument
[all...]

Completed in 41 milliseconds