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

/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c1225 unsigned int *vflip)
1230 *vflip = 0;
1244 *vflip = 1; /* set vflip to compensate the rot & flip order. */
1254 *vflip = 1;
1331 unsigned int vflip; local
1351 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip);
1352 exynos_gsc_set_rotation(gsc_handle, rotate, hflip, vflip);
1393 unsigned int vflip; local
1423 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip);
1222 rotateValueHAL2GSC(unsigned int transform, unsigned int *rotate, unsigned int *hflip, unsigned int *vflip) argument
[all...]

Completed in 223 milliseconds