e_plane: rename the e_plane_available_tbm_formats_get 05/147905/3
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 6 Sep 2017 04:39:45 +0000 (13:39 +0900)
committerBoram Park <boram1288.park@samsung.com>
Fri, 8 Sep 2017 01:23:41 +0000 (01:23 +0000)
from e_plane_available_tbm_formats_get() to e_plane_available_formats_get()

Change-Id: I67bc90715238fddec512370e36cece239a218bf4

src/bin/e_output.c
src/bin/e_plane.c
src/bin/e_plane.h

index 8a04ecdc7e7f9313d3e90e85e3c093c7cba26b77..92dc79be065f620cc0c67b477c786c1d257a8297 100644 (file)
@@ -2004,7 +2004,7 @@ e_output_default_fb_target_get(E_Output *output)
 
              if (e_plane_type_get(ep) != E_PLANE_TYPE_GRAPHIC) continue;
 
-             formats = e_plane_available_tbm_formats_get(ep);
+             formats = e_plane_available_formats_get(ep);
              if (!formats) continue;
 
              EINA_LIST_FOREACH(formats, formats_l, format)
index a7b07ea73b297083770bd0875e0150da8461b793..20c23f6e9c12038c6cf30d316a772ee6c90c6f5a 100755 (executable)
@@ -2276,7 +2276,7 @@ e_plane_is_fb_target(E_Plane *plane)
 }
 
 EINTERN Eina_List *
-e_plane_available_tbm_formats_get(E_Plane *plane)
+e_plane_available_formats_get(E_Plane *plane)
 {
    EINA_SAFETY_ON_NULL_RETURN_VAL(plane, NULL);
 
index 496c133f5f5f6b538658ebcc1edfd4fcb30d6b30..d5bca9000f1af49ed0824a06c113b00778f7de04 100755 (executable)
@@ -172,7 +172,7 @@ EINTERN void                 e_plane_unset_try_set(E_Plane *plane, Eina_Bool set
 EINTERN Eina_Bool            e_plane_unset_commit_check(E_Plane *plane, Eina_Bool fb_commit);
 EINTERN Eina_Bool            e_plane_is_fetch_retry(E_Plane *plane);
 EINTERN Eina_Bool            e_plane_fb_target_set(E_Plane *plane, Eina_Bool set);
-EINTERN Eina_List           *e_plane_available_tbm_formats_get(E_Plane *plane);
+EINTERN Eina_List           *e_plane_available_formats_get(E_Plane *plane);
 EINTERN Eina_Bool            e_plane_pp_commit(E_Plane *plane);
 EINTERN Eina_Bool            e_plane_zoom_set(E_Plane *plane, Eina_Rectangle *rect);
 EINTERN void                 e_plane_zoom_unset(E_Plane *plane);