hwc: fix the wrong parameter
[platform/core/uifw/libtdm.git] / include / tdm_common.h
index 328f837..9492394 100644 (file)
@@ -258,6 +258,16 @@ typedef enum {
        TDM_OUTPUT_MODE_FLAG_CLKDIV2    = (1 << 13),
 } tdm_output_mode_flag;
 
+/*
+ * @brief The hwc video capability enumeration
+ * @since 2.0.0
+ */
+typedef enum {
+       TDM_HWC_VIDEO_CAPABILITY_SCALE          = (1 << 1), /**< if a hwc  video has scale capability  */
+       TDM_HWC_VIDEO_CAPABILITY_TRANSFORM      = (1 << 2), /**< if a hwc  video has transform capability  */
+       TDM_HWC_VIDEO_CAPABILITY_SCANOUT        = (1 << 3), /**< if a  video allows a scanout buffer only */
+} tdm_hwc_video_capability;
+
 /**
  * @brief The size structure
  */