applications/Symbian_MiniGUI_TestApp/yuv.iby
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 24 Sep 2010 13:44:00 +0100
branchgraphics-phase-3
changeset 117 b7d35cad610d
parent 72 b6aa150091ee
permissions -rw-r--r--
Modified path to qemu package source to /sf/adapt/qemu This is to conform with the convention that adaptation-level packages should be located in /sf/adapt rather than /sf/adaptation. This is an interim workaround for bug 3744.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
66
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
72
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: 66
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: 66
diff changeset
    16
#define __SYMBIANMINIGUI_TESTAPP_YUV_IBY__
66
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
72
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: 66
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: 66
diff changeset
    24