e_info: Add 'transform' command for video_shell 86/317586/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 11 Sep 2024 02:30:17 +0000 (11:30 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 12 Sep 2024 03:32:43 +0000 (12:32 +0900)
commite6859cfc6ddd67ef558450fb6b518b02971a3550
treec869301e50f930a630b03bc375b85a65d72e2f42
parentbbb337633ee0afc152c14276dc6539eb7a5d22ba
e_info: Add 'transform' command for video_shell

winfo -video_shell transform [HANDLE] [0|90|180|270] [OPTIONS]

  --help      Show this help message and exit
  --geometry  Geometry to be transformed. X and Y values are translated by surface-local coordination. Format: [X,Y,WIDTH,HEIGHT]
  --ratio     Set aspect ratio. If both WIDTH and HEIGHT are set to -1, aspect ratio will be disabled. Format: [WIDTH,HEIGHT]

  NOTE: The HANDLE is a viewport handle you can find with `winfo -video_shell info`

Change-Id: I04010091e632d78e782259166733502958cc2a55
src/bin/debug/e_info_client.c
src/bin/debug/e_info_server.c
src/bin/server/e_video_shell.c
src/bin/server/e_video_shell_intern.h
src/include/e_info_shared_types.h