TV_region_config.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /***************************************************************/
  2. /** This file is generated, do not edit
  3. * @file TV_region_config.h
  4. * @brief region file
  5. * Generator Version 6.3.1.2
  6. * Source File Name And Date
  7. *
  8. *
  9. * @note Copyright (c) 2016-2018, T1 Technologies Inc., Taiwan Branch.
  10. * All rights reserved.
  11. *
  12. * This software is copyrighted by and is the property of T1 Technologies
  13. * Inc., Taiwan Branch. All rights are reserved by T1 Technologies Inc.,
  14. * Taiwan Branch. This software may only be used in accordance with the
  15. * corresponding license agreement. Any unauthorized use, duplication,
  16. * distribution, or disclosure of this software is expressly forbidden.
  17. *
  18. * This Copyright notice MUST not be removed or modified without prior
  19. * written consent of T1 Technologies Inc., Taiwan Branch.
  20. *
  21. * T1 Technologies Inc., Taiwan Branch. reserves the right to modify this
  22. * software without notice.
  23. *
  24. * T1 Technologies Inc., Taiwan Branch.
  25. * Rm.8, 6F., No.1, Taiyuan 2nd St., Zhubei City, Hsinchu County 302,
  26. * Taiwan, R.O.C.
  27. *
  28. ***************************************************************/
  29. #ifndef __TV_REGION_CONFIG_H__
  30. #define __TV_REGION_CONFIG_H__
  31. #include "gui_eng/gui_engine.h"
  32. #define TV_UI_RES (0x6020926a)
  33. extern RegionInfo_t TV_region_info[];
  34. /* User change these macro to export global varibles arrays */
  35. #define TV_DEFINE_REGIONS(BLOCK) \
  36. BLOCK(TV_region_info, RegionInfo_t)
  37. #define GET_NAME(name, type) extern type name [];
  38. TV_DEFINE_REGIONS(GET_NAME)
  39. #define TV_MAX_REGIONS (4)
  40. #define TV_SUPPORT_BACKUP_BUFFER (0)
  41. #define TV_MAX_REGION_WIDTH (1320)
  42. #define TV_MAX_REGION_HEIGHT (750)
  43. /* Max Screen Size, namely, the Panel Size */
  44. #define TV_MAX_SCREEN_WIDTH (1320)
  45. #define TV_MAX_SCREEN_HEIGHT (750)
  46. #define DEFINE_OSD_WINDOWS_BUFFER(BLOCK) \
  47. BLOCK(OSD_LAYER1, 0, 0, 0) \
  48. BLOCK(OSD_LAYER2, 0, 0, 0) \
  49. BLOCK(OSD_LAYER3, 0, 0, 0)
  50. #endif