video: Fix transform translation 60/284960/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 1 Sep 2022 00:09:35 +0000 (09:09 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 2 Dec 2022 00:22:49 +0000 (09:22 +0900)
commit7a5ca28f11ada91beedc25314d0cf6fb61835b11
treeb71fd9b5b63c9890924ed0813a851d4c5a8746c3
parentf714cfc9a0ce5c2f9ee46027f4563648eb32d8a1
video: Fix transform translation

The function _e_video_hwc_coord_transform() did actually translate the
90 and 270 degree rotations into the inverse of what it's supposed to
do.

Since it's to get the points in buffer-local coordinates from physical
screen-local coordinates, it has to translate 90 and 270 degree
rotations into inverse of buffer_transform().

Change-Id: Ib48fe10dd6213888bf563e5645f8954d34cf36e2
src/bin/video/iface/e_video_hwc.c