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

/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c1239 unsigned int *hflip,
1244 *hflip = 0;
1263 *hflip = 1; /* set hflip to compensate the rot & flip order. */
1266 *hflip = 1;
1345 unsigned int hflip; local
1366 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip);
1367 exynos_gsc_set_rotation(gsc_handle, rotate, hflip, vflip);
1407 unsigned int hflip; local
1438 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip,
1237 rotateValueHAL2GSC(unsigned int transform, unsigned int *rotate, unsigned int *hflip, unsigned int *vflip) argument
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c65 __u8 hflip : 1; /* flip l-r (after rotation) */ member in struct:ext_transform_t
573 if (ext->current.hflip)
689 if (ext->current.hflip)
1062 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip);
1086 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip);
1429 ext->current.hflip ? "+hflip" : "",
1745 ext->dock.hflip = (atoi(value) & EXT_HFLIP) > 0;
1749 ext->mirror.hflip = (atoi(value) & EXT_HFLIP) > 0;
1756 ext->dock.hflip
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c73 __u8 hflip : 1; /* flip l-r (after rotation) */ member in struct:ext_transform_t
762 if (ext->current.hflip)
885 if (ext->current.hflip)
1321 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip);
1349 int tform = cloning && (ext->current.rotation || ext->current.hflip);
1932 ext->current.hflip ? "+hflip" : "",
2361 ext->dock.hflip = (atoi(value) & EXT_HFLIP) > 0;
2365 ext->mirror.hflip = (atoi(value) & EXT_HFLIP) > 0;
2372 ext->dock.hflip
[all...]

Completed in 142 milliseconds