rename tdm_hwc_get_video_supported_formats
[platform/core/uifw/libtdm.git] / include / tdm_backend.h
index e9fc70d..4949d1e 100644 (file)
@@ -694,13 +694,13 @@ typedef struct _tdm_func_hwc {
        tdm_hwc_window *(*hwc_create_window)(tdm_hwc *hwc, tdm_error *error);
 
        /**
-        * @brief Get the supported format array for the hwc windows of a hwc object.
+        * @brief Get video the supported format array for the hwc windows of a hwc object.
         * @param[in] hwc A hwc object
         * @param[out] formats The available format array
         * @param[out] count The count of formats
         * @return #TDM_ERROR_NONE if success. Otherwise, error value.
         */
-       tdm_error (*hwc_get_supported_formats)(tdm_hwc *hwc, const tbm_format **formats,
+       tdm_error (*hwc_get_video_supported_formats)(tdm_hwc *hwc, const tbm_format **formats,
                                                                                int *count);