imagingandcamerafws/imaginginttest/TSI_ICL_IMGDISP/src/MngPITestStepImageDisplay.h
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // DecodeFileByNameByPluginUid.h
       
    15 // 
       
    16 //
       
    17 
       
    18 #if (!defined __MNGPITESTSTEPIMAGEDISPLAY_H__)
       
    19 #define __MNGPITESTSTEPIMAGEDISPLAY_H__
       
    20 
       
    21 #include "TestStepImageDisplay.h"
       
    22 
       
    23 /**
       
    24  *
       
    25  * The following classes provide test steps to exercise the ImageDisplay
       
    26  * functionality. See test specification for details of individual test cases.
       
    27  *
       
    28  */
       
    29 
       
    30 /*
       
    31  * CScaleToRecommendedSize
       
    32  */
       
    33 class CScaleToRecommendedSize : public CTestStepImgDisplayGeneric
       
    34 	{
       
    35 public:
       
    36 
       
    37 	CScaleToRecommendedSize(const TImageDisplayUnitTestParams& aTestParams);
       
    38 
       
    39 protected:
       
    40 	virtual TVerdict TestL();
       
    41 	TBool ConsumeFrame(const CFbsBitmap& aBitmap);
       
    42 
       
    43 private:
       
    44 	};
       
    45 
       
    46 /*
       
    47  * CScaleToNonRecommendedSize
       
    48  */
       
    49 class CScaleToNonRecommendedSize : public CTestStepImgDisplayGeneric
       
    50 	{
       
    51 public:
       
    52 
       
    53 	CScaleToNonRecommendedSize(const TImageDisplayUnitTestParams& aTestParams);
       
    54 
       
    55 protected:
       
    56 	virtual TVerdict TestL();
       
    57 	TBool ConsumeFrame(const CFbsBitmap& aBitmap);
       
    58 
       
    59 private:
       
    60 	};
       
    61 
       
    62 #endif // __MNGPITESTSTEPIMAGEDISPLAY_H__