Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c1239 unsigned int *hflip, in rotateValueHAL2GSC() argument
1244 *hflip = 0; in rotateValueHAL2GSC()
1263 *hflip = 1; /* set hflip to compensate the rot & flip order. */ in rotateValueHAL2GSC()
1266 *hflip = 1; in rotateValueHAL2GSC()
1345 unsigned int hflip; 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()
1407 unsigned int hflip; in exynos_gsc_out_config() local
1438 rotateValueHAL2GSC(dst_img->rot, &rotate, &hflip, &vflip); in exynos_gsc_out_config()
1568 if (exynos_v4l2_s_ctrl(gsc_handle->gsc_vd_entity->fd, V4L2_CID_HFLIP, hflip) < 0) { in exynos_gsc_out_config()
[all …]
/hardware/ti/omap4xxx/hwc/
Dhwc.c65 __u8 hflip : 1; /* flip l-r (after rotation) */ member
573 if (ext->current.hflip) in set_ext_matrix()
689 if (ext->current.hflip) in omap4_hwc_adjust_ext_layer()
1062 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip); in can_dss_render_all()
1086 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip); in can_dss_render_layer()
1429 ext->current.hflip ? "+hflip" : "", in omap4_hwc_prepare()
1745 ext->dock.hflip = (atoi(value) & EXT_HFLIP) > 0; in handle_hotplug()
1749 ext->mirror.hflip = (atoi(value) & EXT_HFLIP) > 0; in handle_hotplug()
1756 ext->dock.hflip = 0; in handle_hotplug()
1780 ext->mirror.hflip ? "+hflip" : "", in handle_hotplug()
[all …]
/hardware/ti/omap4-aah/hwc/
Dhwc.c73 __u8 hflip : 1; /* flip l-r (after rotation) */ member
762 if (ext->current.hflip) in set_ext_matrix()
885 if (ext->current.hflip) in omap4_hwc_adjust_ext_layer()
1321 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip); in can_dss_render_all()
1349 int tform = cloning && (ext->current.rotation || ext->current.hflip); in can_dss_render_layer()
1932 ext->current.hflip ? "+hflip" : "", in omap4_hwc_prepare()
2361 ext->dock.hflip = (atoi(value) & EXT_HFLIP) > 0; in handle_hotplug()
2365 ext->mirror.hflip = (atoi(value) & EXT_HFLIP) > 0; in handle_hotplug()
2372 ext->dock.hflip = 0; in handle_hotplug()
2407 ext->mirror.hflip ? "+hflip" : "", in handle_hotplug()
[all …]