omxilvideocomps/omxilgraphicsink/tsrc/scripts/tsu_omxilgraphicsink_08.script
changeset 0 5d29cba61097
equal deleted inserted replaced
-1:000000000000 0:5d29cba61097
       
     1 //
       
     2 // Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description: 
       
    15 //
       
    16 
       
    17 LOAD_SUITE tsu_omxilgraphicsink
       
    18 
       
    19 START_TESTCASE MMVIDEO-OMX-GS-008-01-HP
       
    20 //! @SYMTestCaseID          MMVIDEO-OMX-GS-008-01-HP
       
    21 //! @SYMTestType            UT
       
    22 //! @SYMTestCaseDesc        Test default parameters assigned and exported into a struct using the correct index type
       
    23 //!                         Then change ScaleFactor value using the same structs and confirm the value is updated
       
    24 //!                         Then change OutputSize value using the same structs and confirm the value is updated
       
    25 //!                         Then change InputCrop value using the same structs and confirm the value is updated
       
    26 //!                         Then change ExclusionRect value using the same structs and confirm the value is updated
       
    27 //! @SYMTestExpectedResults Parameters are changed in the graphicsink component
       
    28 //! @SYMTestActions         Declare and populate data structure OMX_CONFIG_SCALEFACTORTYPE
       
    29 //!                         Attempt to set xWidth & xHeight -SetParameter
       
    30 //!                         Confirm values are updated in component
       
    31 //!                         Repeat multiple time with the above mentioned parameters
       
    32 //!							COmxILGraphicSinkVPB0Port::GetParameter
       
    33 //!                         COmxILGraphicSinkVPB0Port::SetParameter
       
    34 RUN_TEST_STEP 100 tsu_omxilgraphicsink MMVIDEO-OMX-GS-008-01-HP
       
    35 END_TESTCASE MMVIDEO-OMX-GS-008-01-HP