applications/Symbian_MiniGUI_TestApp/yuv.iby
author Faisal Memon <faisal.memon@nokia.com>
Thu, 25 Mar 2010 22:08:14 +0000
changeset 67 57a5a30dc911
child 73 b6aa150091ee
permissions -rw-r--r--
Add a yuv based test program for YUV surface support testing.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
67
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     1
/*******************************************************************************
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     2
* Copyright (c) 2009 Accenture
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     3
* Portions Copyright (c) 2010 Nokia Corporation. All rights reserved.
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     4
*
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     5
* All rights reserved. This program and the accompanying materials
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     6
* are made available under the terms of the Eclipse Public License v1.0
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     7
* which accompanies this distribution, and is available at
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     8
* http://www.eclipse.org/legal/epl-v10.html
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     9
*
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    10
* Contributors:
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    11
* Accenture - Johnathan White
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    12
*
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    13
*******************************************************************************/
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    14
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    15
#ifndef __SYMBIANMINIGUI_TESTAPP_IBY__
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    16
#define __SYMBIANMINIGUI_TESTAPP_IBY__
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    17
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    18
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    19
//demo app which requests a YUV format surface
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    20
file=\epoc32\release\armv5\urel\yuv.exe sys\bin\yuv.exe
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    21
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    22
57a5a30dc911 Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    23
#endif