applications/Symbian_MiniGUI_TestApp/yuv.iby
author William Roberts <williamr@symbian.org>
Fri, 14 May 2010 16:38:13 +0100
changeset 73 b6aa150091ee
parent 67 57a5a30dc911
permissions -rw-r--r--
Fix header guard in yuv.iby, so that both yuv.iby and grid.iby can be in the same ROM
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
73
b6aa150091ee Fix header guard in yuv.iby, so that both yuv.iby and grid.iby can be in the same ROM
William Roberts <williamr@symbian.org>
parents: 67
diff changeset
    15
#ifndef __SYMBIANMINIGUI_TESTAPP_YUV_IBY__
b6aa150091ee Fix header guard in yuv.iby, so that both yuv.iby and grid.iby can be in the same ROM
William Roberts <williamr@symbian.org>
parents: 67
diff changeset
    16
#define __SYMBIANMINIGUI_TESTAPP_YUV_IBY__
67
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
73
b6aa150091ee Fix header guard in yuv.iby, so that both yuv.iby and grid.iby can be in the same ROM
William Roberts <williamr@symbian.org>
parents: 67
diff changeset
    23
#endif
b6aa150091ee Fix header guard in yuv.iby, so that both yuv.iby and grid.iby can be in the same ROM
William Roberts <williamr@symbian.org>
parents: 67
diff changeset
    24