[ITC][mediaeditor][NonACR] Remove unwanted space 54/289954/1
authorAnkit Srivastava <ankit.sri1@samsung.com>
Wed, 15 Mar 2023 04:22:17 +0000 (09:52 +0530)
committerAnkit Srivastava <ankit.sri1@samsung.com>
Thu, 16 Mar 2023 05:41:49 +0000 (05:41 +0000)
Change-Id: I4e5459de4ba0684d050996e5031e29de123fed5e
Signed-off-by: Ankit Srivastava <ankit.sri1@samsung.com>
(cherry picked from commit 0b7f55373c1f84c0c86f097a62c375b7d9085eea)

src/itc/mediaeditor/ITs-mediaeditor.c

index d097fffc62bc38985341fd63f5c18509e6671c13..8064d9b2f7459bfbe0201c5d55e8be70dd9d2d16 100644 (file)
@@ -69,11 +69,10 @@ static void destroyWindow()
 
 //Callbacks
 
-
 /**
 * @function                    MediaeditorStateChangedCB
 * @parameter                   mediaeditor_state_e previous, mediaeditor_state_e current, void *user_data
-* @return                              NA
+* @return                      NA
 */
 static void MediaeditorStateChangedCB(mediaeditor_state_e previous, mediaeditor_state_e current, void *user_data)
 {
@@ -92,7 +91,7 @@ static void MediaeditorStateChangedCB(mediaeditor_state_e previous, mediaeditor_
 /**
 * @function                    MediaeditorLayerPriorityChangedCB
 * @parameter                   mediaeditor_layer_info_s *layer_infos, unsigned int size, void *user_data
-* @return                              NA
+* @return                      NA
 */
 static void MediaeditorLayerPriorityChangedCB(mediaeditor_layer_info_s *layer_infos, unsigned int size, void *user_data)
 {
@@ -118,7 +117,7 @@ static void MediaeditorLayerPriorityChangedCB(mediaeditor_layer_info_s *layer_in
 /**
 * @function                    MediaeditorProjectLoadedCB
 * @parameter                   void *user_data
-* @return                              NA
+* @return                      NA
 */
 static void MediaeditorProjectLoadedCB(void *user_data)
 {
@@ -136,7 +135,7 @@ static void MediaeditorProjectLoadedCB(void *user_data)
 /**
 * @function                    MediaeditorErrorCB
 * @parameter                   mediaeditor_error_e error, mediaeditor_state_e state, void *user_data
-* @return                              NA
+* @return                      NA
 */
 static void MediaeditorErrorCB(mediaeditor_error_e error, mediaeditor_state_e state, void *user_data)
 {
@@ -146,7 +145,7 @@ static void MediaeditorErrorCB(mediaeditor_error_e error, mediaeditor_state_e st
 /**
 * @function                    MediaeditorRenderCompletedCB
 * @parameter                   void *user_data
-* @return                              NA
+* @return                      NA
 */
 static void MediaeditorRenderCompletedCB(void *user_data)
 {
@@ -169,7 +168,7 @@ static void MediaeditorRenderCompletedCB(void *user_data)
  * @function           ITs_mediaeditor_startup
  * @description                Called before each test
  * @parameter          NA
- * @return                     NA
+ * @return             NA
  */
 void ITs_mediaeditor_startup(void)
 {
@@ -237,7 +236,7 @@ void ITs_mediaeditor_startup(void)
  * @function           ITs_mediaeditor_cleanup
  * @description                Called after each test
  * @parameter          NA
- * @return                     NA
+ * @return             NA
  */
 void ITs_mediaeditor_cleanup(void)
 {
@@ -279,13 +278,13 @@ void ITs_mediaeditor_cleanup(void)
 /**
 * @testcase                    ITc_mediaeditor_create_destroy_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Creates and Destroy an instance of MediaEditor
-* @scenario                            Creates and Destroy an instance of MediaEditor
+* @scenario                    Creates and Destroy an instance of MediaEditor
 * @apicovered                  mediaeditor_create, mediaeditor_create
-* @passcase                            If mediaeditor_create, mediaeditor_create is successful
+* @passcase                    If mediaeditor_create, mediaeditor_create is successful
 * @failcase                    If mediaeditor_create Or mediaeditor_create fails
 * @precondition                        NA
 * @postcondition               NA
@@ -316,13 +315,13 @@ int ITc_mediaeditor_create_destroy_p(void)
 /**
 * @testcase                    ITc_mediaeditor_set_display_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Set display for media
-* @scenario                            Set display for media
+* @scenario                    Set display for media
 * @apicovered                  mediaeditor_set_display
-* @passcase                            If mediaeditor_set_display is successful
+* @passcase                    If mediaeditor_set_display is successful
 * @failcase                    If mediaeditor_set_display fails
 * @precondition                        NA
 * @postcondition               NA
@@ -372,13 +371,13 @@ int ITc_mediaeditor_set_display_p(void)
 /**
 * @testcase                    ITc_mediaeditor_get_state_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Get instance
-* @scenario                            Get instance
+* @scenario                    Get instance
 * @apicovered                  mediaeditor_get_state
-* @passcase                            If mediaeditor_get_state is successful
+* @passcase                    If mediaeditor_get_state is successful
 * @failcase                    If mediaeditor_get_state fails
 * @precondition                        NA
 * @postcondition               NA
@@ -404,13 +403,13 @@ int ITc_mediaeditor_get_state_p(void)
 /**
 * @testcase                    ITc_mediaeditor_add_remove_layer_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Add and remove a layer
-* @scenario                            Add and remove a layer
+* @scenario                    Add and remove a layer
 * @apicovered                  mediaeditor_add_layer and mediaeditor_remove_layer
-* @passcase                            If mediaeditor_add_layer, mediaeditor_add_layer is successful
+* @passcase                    If mediaeditor_add_layer, mediaeditor_add_layer is successful
 * @failcase                    If mediaeditor_add_layer Or mediaeditor_add_layer fails
 * @precondition                        NA
 * @postcondition               NA
@@ -435,13 +434,13 @@ int ITc_mediaeditor_add_remove_layer_p(void)
 /**
 * @testcase                    ITc_mediaeditor_move_layer_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Move a layer's priority
-* @scenario                            Move a layer's priority
+* @scenario                    Move a layer's priority
 * @apicovered                  mediaeditor_add_layer and mediaeditor_move_layer
-* @passcase                            If mediaeditor_add_layer and mediaeditor_move_layer is successful
+* @passcase                    If mediaeditor_add_layer and mediaeditor_move_layer is successful
 * @failcase                    If mediaeditor_add_layer Or mediaeditor_move_layer fails
 * @precondition                        NA
 * @postcondition               NA
@@ -471,13 +470,13 @@ int  ITc_mediaeditor_move_layer_p(void)
 /**
 * @testcase                    ITc_mediaeditor_activate_deactivate_layer_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Activate and Deactivate layer
-* @scenario                            Activate and Deactivate layer
+* @scenario                    Activate and Deactivate layer
 * @apicovered                  mediaeditor_add_layer, mediaeditor_activate_layer and mediaeditor_deactivate_layer
-* @passcase                            If all pre condition APIs and mediaeditor_deactivate_layer is successful
+* @passcase                    If all pre condition APIs and mediaeditor_deactivate_layer is successful
 * @failcase                    If all pre condition APIs Or mediaeditor_deactivate_layer is successful
 * @precondition                        NA
 * @postcondition               NA
@@ -505,13 +504,13 @@ int ITc_mediaeditor_activate_deactivate_layer_p(void)
 /**
 * @testcase                    ITc_mediaeditor_get_layer_priority_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Get Layer Priority
-* @scenario                            Add layer and Get Layer Priority
+* @scenario                    Add layer and Get Layer Priority
 * @apicovered                  mediaeditor_add_layer and mediaeditor_get_layer_priority
-* @passcase                            If mediaeditor_add_layer and mediaeditor_get_layer_priority is successful
+* @passcase                    If mediaeditor_add_layer and mediaeditor_get_layer_priority is successful
 * @failcase                    If mediaeditor_add_layer Or mediaeditor_get_layer_priority fails
 * @precondition                        NA
 * @postcondition               NA
@@ -536,13 +535,13 @@ int ITc_mediaeditor_get_layer_priority_p(void)
 /**
 * @testcase                    ITc_mediaeditor_get_layer_lowest_priority_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Gets the lowest priority of all layers
-* @scenario                            Add layers and Gets the lowest priority of all layers
+* @scenario                    Add layers and Gets the lowest priority of all layers
 * @apicovered                  mediaeditor_add_layer, mediaeditor_get_layer_lowest_priority
-* @passcase                            If mediaeditor_add_layer, mediaeditor_get_layer_lowest_priority is successful
+* @passcase                    If mediaeditor_add_layer, mediaeditor_get_layer_lowest_priority is successful
 * @failcase                    If mediaeditor_add_layer Or mediaeditor_get_layer_lowest_priority fails
 * @precondition                        NA
 * @postcondition               NA
@@ -585,13 +584,13 @@ int ITc_mediaeditor_get_layer_lowest_priority_p(void)
 /**
 * @testcase                    ITc_mediaeditor_get_layer_id_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Gets the layer ID of layer
-* @scenario                            Add layer and Gets the layer ID of layer
+* @scenario                    Add layer and Gets the layer ID of layer
 * @apicovered                  mediaeditor_add_layer and mediaeditor_get_layer_id
-* @passcase                            If mediaeditor_add_layer and mediaeditor_get_layer_id is successful
+* @passcase                    If mediaeditor_add_layer and mediaeditor_get_layer_id is successful
 * @failcase                    If mediaeditor_add_layer Or mediaeditor_get_layer_id fails
 * @precondition                        NA
 * @postcondition               NA
@@ -636,13 +635,13 @@ int ITc_mediaeditor_get_layer_id_p(void)
 /**
 * @testcase                    ITc_mediaeditor_add_remove_clip_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Add layer and Add and remove a clip on timeline
-* @scenario                            Add layer and Add and remove a clip on timeline
+* @scenario                    Add layer and Add and remove a clip on timeline
 * @apicovered                  mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_remove_clip
-* @passcase                            If mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_remove_clip is successful
+* @passcase                    If mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_remove_clip is successful
 * @failcase                    If mediaeditor_add_layer, mediaeditor_add_clip Or mediaeditor_remove_clip fails
 * @precondition                        NA
 * @postcondition               NA
@@ -673,13 +672,13 @@ int ITc_mediaeditor_add_remove_clip_p(void)
 /**
 * @testcase                    ITc_mediaeditor_split_clip_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Split the clip
-* @scenario                            add layer and clip, then Split the clip
+* @scenario                    add layer and clip, then Split the clip
 * @apicovered                  mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_split_clip
-* @passcase                            If mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_split_clip is successful
+* @passcase                    If mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_split_clip is successful
 * @failcase                    If mediaeditor_add_layer, mediaeditor_add_clip Or mediaeditor_split_clip fails
 * @precondition                        NA
 * @postcondition               NA
@@ -712,13 +711,13 @@ int ITc_mediaeditor_split_clip_p(void)
 /**
 * @testcase                    ITc_mediaeditor_group_ungroup_clip_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Group and ungroup a clip
-* @scenario                            Group and ungroup a clip
+* @scenario                    Group and ungroup a clip
 * @apicovered                  mediaeditor_group_clip and mediaeditor_ungroup_clip
-* @passcase                            If mediaeditor_group_clip and mediaeditor_ungroup_clip is successful
+* @passcase                    If mediaeditor_group_clip and mediaeditor_ungroup_clip is successful
 * @failcase                    If mediaeditor_group_clip Or mediaeditor_ungroup_clip fails
 * @precondition                        NA
 * @postcondition               NA
@@ -763,13 +762,13 @@ int ITc_mediaeditor_group_ungroup_clip_p(void)
 /**
 * @testcase                    ITc_mediaeditor_move_clip_layer_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Move Clip Layer
-* @scenario                            Move Clip Layer
-* @apicovered             mediaeditor_move_clip_layer
-* @passcase                            If pre condition and mediaeditor_move_clip_layer is successful
+* @scenario                    Move Clip Layer
+* @apicovered                  mediaeditor_move_clip_layer
+* @passcase                    If pre condition and mediaeditor_move_clip_layer is successful
 * @failcase                    If pre condition Or mediaeditor_move_clip_layer fails
 * @precondition                        NA
 * @postcondition               NA
@@ -806,13 +805,13 @@ int ITc_mediaeditor_move_clip_layer_p(void)
 /**
 * @testcase                    ITc_mediaeditor_set_get_clip_start_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Set and Get Clip from start
-* @scenario                            Set and Get Clip from start
+* @scenario                    Set and Get Clip from start
 * @apicovered                  mediaeditor_set_clip_start, mediaeditor_get_clip_start
-* @passcase                            If mediaeditor_set_clip_start and mediaeditor_get_clip_start is successful
+* @passcase                    If mediaeditor_set_clip_start and mediaeditor_get_clip_start is successful
 * @failcase                    If mediaeditor_set_clip_start Or mediaeditor_get_clip_start is successful fails
 * @precondition                        NA
 * @postcondition               NA
@@ -858,13 +857,13 @@ int ITc_mediaeditor_set_get_clip_start_p(void)
 /**
 * @testcase                    ITc_mediaeditor_set_get_clip_duration_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Set and get clip duration
-* @scenario                            Set and get clip duration
+* @scenario                    Set and get clip duration
 * @apicovered                  mediaeditor_set_clip_duration and mediaeditor_get_clip_duration
-* @passcase                            If mediaeditor_set_clip_duration and mediaeditor_get_clip_duration is pass
+* @passcase                    If mediaeditor_set_clip_duration and mediaeditor_get_clip_duration is pass
 * @failcase                    If mediaeditor_set_clip_duration Or mediaeditor_get_clip_duration fails
 * @precondition                        NA
 * @postcondition               NA
@@ -905,13 +904,13 @@ int ITc_mediaeditor_set_get_clip_duration_p(void)
 /**
 * @testcase                    ITc_mediaeditor_set_get_clip_in_point_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Set and get clip in point
-* @scenario                            Set and get clip in point
+* @scenario                    Set and get clip in point
 * @apicovered                  mediaeditor_set_clip_in_point and mediaeditor_get_clip_in_point
-* @passcase                            If mediaeditor_set_clip_in_point and mediaeditor_get_clip_in_point is successful
+* @passcase                    If mediaeditor_set_clip_in_point and mediaeditor_get_clip_in_point is successful
 * @failcase                    If mediaeditor_set_clip_in_point Or mediaeditor_get_clip_in_point fails
 * @precondition                        NA
 * @postcondition               NA
@@ -952,13 +951,13 @@ int ITc_mediaeditor_set_get_clip_in_point_p(void)
 /**
 * @testcase                    ITc_mediaeditor_set_get_clip_resolution_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Set and get clip resolution
-* @scenario                            Set and get clip resolution
+* @scenario                    Set and get clip resolution
 * @apicovered                  mediaeditor_set_clip_resolution and mediaeditor_set_clip_resolution
-* @passcase                            If mediaeditor_set_clip_resolution and mediaeditor_set_clip_resolution is successful
+* @passcase                    If mediaeditor_set_clip_resolution and mediaeditor_set_clip_resolution is successful
 * @failcase                    If mediaeditor_set_clip_resolution Or mediaeditor_set_clip_resolution fails
 * @precondition                        NA
 * @postcondition               NA
@@ -1001,13 +1000,13 @@ int ITc_mediaeditor_set_get_clip_resolution_p(void)
 /**
 * @testcase                    ITc_mediaeditor_set_get_clip_volume_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Set and Get clip volume
-* @scenario                            Set and Get clip volume
+* @scenario                    Set and Get clip volume
 * @apicovered                  mediaeditor_set_clip_volume and mediaeditor_get_clip_volume
-* @passcase                            If mediaeditor_set_clip_volume and mediaeditor_get_clip_volume is successful
+* @passcase                    If mediaeditor_set_clip_volume and mediaeditor_get_clip_volume is successful
 * @failcase                    If mediaeditor_set_clip_volume Or mediaeditor_get_clip_volume fails
 * @precondition                        NA
 * @postcondition               NA
@@ -1048,13 +1047,13 @@ int ITc_mediaeditor_set_get_clip_volume_p(void)
 /**
 * @testcase                    ITc_mediaeditor_add_transition_p
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Add transition
-* @scenario                            Add transition
+* @scenario                    Add transition
 * @apicovered                  mediaeditor_add_transition
-* @passcase                            If mediaeditor_add_transition is successful
+* @passcase                    If mediaeditor_add_transition is successful
 * @failcase                    If mediaeditor_add_transition fails
 * @precondition                        NA
 * @postcondition               NA
@@ -1178,13 +1177,13 @@ int ITc_mediaeditor_add_transition_p(void)
 /**
 * @testcase                    ITc_add_remove_effect_p(void)
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Creates and Destroy an instance of MediaEditor
-* @scenario                            Creates and Destroy an instance of MediaEditor
+* @scenario                    Creates and Destroy an instance of MediaEditor
 * @apicovered                  mediaeditor_create,webrtc_destroy
-* @passcase                            If webrtc_create,webrtc_destroy is successful
+* @passcase                    If webrtc_create,webrtc_destroy is successful
 * @failcase                    If webrtc_create,webrtc_destroy fails
 * @precondition                        NA
 * @postcondition               NA
@@ -1247,13 +1246,13 @@ int ITc_add_remove_effect_p(void)
 /**
 * @testcase                    ITc_mediaeditor_create_save_project_p(void)
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Creates a project to given path and save current editing information
-* @scenario                            Creates a project to given path and save current editing information
+* @scenario                    Creates a project to given path and save current editing information
 * @apicovered                  mediaeditor_create_project and mediaeditor_save_project
-* @passcase                            If mediaeditor_create_project and mediaeditor_save_project pass
+* @passcase                    If mediaeditor_create_project and mediaeditor_save_project pass
 * @failcase                    If mediaeditor_create_project Or mediaeditor_save_project fails
 * @precondition                        NA
 * @postcondition               NA
@@ -1276,13 +1275,13 @@ int ITc_mediaeditor_create_save_project_p(void)
 /**
 * @testcase                    ITc_mediaeditor_load_project_p(void)
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Loads a project from a path
-* @scenario                            Loads a project from a path
+* @scenario                    Loads a project from a path
 * @apicovered                  mediaeditor_load_project
-* @passcase                            If mediaeditor_load_project pass
+* @passcase                    If mediaeditor_load_project pass
 * @failcase                    If mediaeditor_load_project fails
 * @precondition                        NA
 * @postcondition               NA
@@ -1313,13 +1312,13 @@ int ITc_mediaeditor_load_project_p(void)
 /**
 * @testcase                    ITc_mediaeditor_start_stop_preview_p(void)
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Start and Stop preview
-* @scenario                            Start and Stop preview, Check callback hit for start preview
+* @scenario                    Start and Stop preview, Check callback hit for start preview
 * @apicovered                  mediaeditor_set_state_changed_cb, mediaeditor_add_layer, mediaeditor_add_clip mediaeditor_start_preview and mediaeditor_stop_preview
-* @passcase                            If all precondition APIs, mediaeditor_start_preview and mediaeditor_stop_preview pass.
+* @passcase                    If all precondition APIs, mediaeditor_start_preview and mediaeditor_stop_preview pass.
 * @failcase                    If mediaeditor_start_preview, mediaeditor_stop_preview Or any pre condition API fails
 * @precondition                        mediaeditor_add_layer and mediaeditor_add_clip
 * @postcondition               NA
@@ -1395,13 +1394,13 @@ int ITc_mediaeditor_start_stop_preview_p(void)
 /**
 * @testcase                    ITc_mediaeditor_set_unset_state_changed_cb_p(void)
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Set and Unset state changed callback
-* @scenario                            Set and Unset state changed callback
+* @scenario                    Set and Unset state changed callback
 * @apicovered                  mediaeditor_set_state_changed_cb and mediaeditor_unset_state_changed_cb
-* @passcase                            If mediaeditor_set_state_changed_cb and mediaeditor_unset_state_changed_cb API pass
+* @passcase                    If mediaeditor_set_state_changed_cb and mediaeditor_unset_state_changed_cb API pass
 * @failcase                    If mediaeditor_set_state_changed_cb or mediaeditor_unset_state_changed_cb fails
 * @precondition                        NA
 * @postcondition               NA
@@ -1424,13 +1423,13 @@ int ITc_mediaeditor_set_unset_state_changed_cb_p(void)
 /**
 * @testcase                    ITc_mediaeditor_set_unset_error_cb_p(void)
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Set and Unset error callback
-* @scenario                            Set and Unset error callback
+* @scenario                    Set and Unset error callback
 * @apicovered                  mediaeditor_set_error_cb and mediaeditor_unset_error_cb
-* @passcase                            If mediaeditor_set_error_cb and mediaeditor_unset_error_cb API pass
+* @passcase                    If mediaeditor_set_error_cb and mediaeditor_unset_error_cb API pass
 * @failcase                    If mediaeditor_set_error_cb or mediaeditor_unset_error_cb fails
 * @precondition                        NA
 * @postcondition               NA
@@ -1453,13 +1452,13 @@ int ITc_mediaeditor_set_unset_error_cb_p(void)
 /**
 * @testcase                    ITc_mediaeditor_set_unset_layer_priority_changed_cb_p(void)
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 set and unset layer priority
-* @scenario                            set layer priority and check callback hit, uset layer priority
+* @scenario                    set layer priority and check callback hit, uset layer priority
 * @apicovered                  mediaeditor_add_layer, mediaeditor_set_layer_priority_changed_cb, mediaeditor_move_layer and mediaeditor_unset_layer_priority_changed_cb
-* @passcase                            If all precondition APIs, mediaeditor_set_layer_priority_changed_cb and mediaeditor_unset_layer_priority_changed_cb pass and callback is hit
+* @passcase                    If all precondition APIs, mediaeditor_set_layer_priority_changed_cb and mediaeditor_unset_layer_priority_changed_cb pass and callback is hit
 * @failcase                    If mediaeditor_set_layer_priority_changed_cb, mediaeditor_unset_layer_priority_changed_cb Or any pre condition API fails
 * @precondition                        mediaeditor_add_layer and mediaeditor_move_layer
 * @postcondition               NA
@@ -1506,13 +1505,13 @@ int ITc_mediaeditor_set_unset_layer_priority_changed_cb_p(void)
 /**
 * @testcase                    ITc_mediaeditor_start_cancel_render_p(void)
 * @since_tizen                         7.0
-* @author                              SRID(ankit.sri1)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(ankit.sri1)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 Start and Cancel rendering
-* @scenario                            Start and check render callback, Cancel rendering
+* @scenario                    Start and check render callback, Cancel rendering
 * @apicovered                  mediaeditor_add_layer, mediaeditor_add_clip, mediaeditor_start_render and mediaeditor_cancel_render
-* @passcase                            If all precondition APIs, mediaeditor_start_render and mediaeditor_cancel_render pass.
+* @passcase                    If all precondition APIs, mediaeditor_start_render and mediaeditor_cancel_render pass.
 * @failcase                    If mediaeditor_start_render, mediaeditor_cancel_render Or any pre condition API fails
 * @precondition                        mediaeditor_add_layer and mediaeditor_add_clip
 * @postcondition               NA
@@ -1563,13 +1562,13 @@ int ITc_mediaeditor_start_cancel_render_p(void)
 /**
 * @testcase                    ITc_mediaeditor_set_get_clip_position_p(void)
 * @since_tizen                         7.0
-* @author                              SRID(p.jangid)
-* @reviewer                            SRID(shobhit.v)
-* @type                                auto
+* @author                      SRID(p.jangid)
+* @reviewer                    SRID(shobhit.v)
+* @type                        auto
 * @description                 check set_clip_position & get_clip_position API's
-* @scenario                            check set_clip_position & get_clip_position API's
+* @scenario                    check set_clip_position & get_clip_position API's
 * @apicovered                  mediaeditor_add_layer, mediaeditor_add_clip, mediaeditor_get_state, mediaeditor_set_clip_position, mediaeditor_get_clip_position
-* @passcase                            If all precondition APIs, mediaeditor_set_clip_position, mediaeditor_get_clip_position pass.
+* @passcase                    If all precondition APIs, mediaeditor_set_clip_position, mediaeditor_get_clip_position pass.
 * @failcase                    If mediaeditor_set_clip_position, mediaeditor_get_clip_position Or any pre condition API fails
 * @precondition                        mediaeditor_add_layer and mediaeditor_add_clip
 * @postcondition               NA