videoeditorengine/vedtranscoder/inc/ctrprivatecrkeys.h
branchRCL_3
changeset 3 e0b5df5c0969
parent 0 951a5db380a0
child 5 4c409de21d23
equal deleted inserted replaced
0:951a5db380a0 3:e0b5df5c0969
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef CTRPRIVATECRKEYS_H
       
    22 #define CTRPRIVATECRKEYS_H
       
    23 
       
    24 const TUid KCRUidTranscoder = {0x10204C07};
       
    25 
       
    26 const TUint32 KTRH263DecoderUid = 0x0001;
       
    27 const TUint32 KTRH264DecoderUid = 0x0002;
       
    28 const TUint32 KTRMPEG4DecoderUid = 0x0003;
       
    29 
       
    30 const TUint32 KTRH263EncoderUid = 0x0011;
       
    31 const TUint32 KTRH264EncoderUid = 0x0012;
       
    32 const TUint32 KTRMPEG4EncoderUid = 0x0013;
       
    33 
       
    34 const TUint32 KTRH263DecoderLowResUid = 0x0021;
       
    35 const TUint32 KTRH264DecoderLowResUid = 0x0022;
       
    36 const TUint32 KTRMPEG4DecoderLowResUid = 0x0023;
       
    37 
       
    38 const TUint32 KTRH263EncoderLowResUid = 0x0031;
       
    39 const TUint32 KTRH264EncoderLowResUid = 0x0032;
       
    40 const TUint32 KTRMPEG4EncoderLowResUid = 0x0033;
       
    41 
       
    42 const TUint32 KTRH263DecoderLowResThreshold = 0x0041;
       
    43 const TUint32 KTRH264DecoderLowResThreshold = 0x0042;
       
    44 const TUint32 KTRMPEG4DecoderLowResThreshold = 0x0043;
       
    45 
       
    46 const TUint32 KTRH263EncoderLowResThreshold = 0x0051;
       
    47 const TUint32 KTRH264EncoderLowResThreshold = 0x0052;
       
    48 const TUint32 KTRMPEG4EncoderLowResThreshold = 0x0053;
       
    49 
       
    50 #endif      // CTRPRIVATECRKEYS_H