videoeditorengine/vedtranscoder/inc/ctrprivatecrkeys.h
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sat, 10 Apr 2010 13:40:32 +0100
branchCompilerCompatibility
changeset 8 1c7b0f9777f7
parent 0 951a5db380a0
permissions -rw-r--r--
Got rid of some trivial warnings (nested comments and tokens after #endif).

/*
* Copyright (c) 2010 Ixonos Plc.
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - Initial contribution
*
* Contributors:
* Ixonos Plc
*
* Description:  
*
*/



#ifndef CTRPRIVATECRKEYS_H
#define CTRPRIVATECRKEYS_H

const TUid KCRUidTranscoder = {0x10204C07};

const TUint32 KTRH263DecoderUid = 0x0001;
const TUint32 KTRH264DecoderUid = 0x0002;
const TUint32 KTRMPEG4DecoderUid = 0x0003;

const TUint32 KTRH263EncoderUid = 0x0011;
const TUint32 KTRH264EncoderUid = 0x0012;
const TUint32 KTRMPEG4EncoderUid = 0x0013;

const TUint32 KTRH263DecoderLowResUid = 0x0021;
const TUint32 KTRH264DecoderLowResUid = 0x0022;
const TUint32 KTRMPEG4DecoderLowResUid = 0x0023;

const TUint32 KTRH263EncoderLowResUid = 0x0031;
const TUint32 KTRH264EncoderLowResUid = 0x0032;
const TUint32 KTRMPEG4EncoderLowResUid = 0x0033;

const TUint32 KTRH263DecoderLowResThreshold = 0x0041;
const TUint32 KTRH264DecoderLowResThreshold = 0x0042;
const TUint32 KTRMPEG4DecoderLowResThreshold = 0x0043;

const TUint32 KTRH263EncoderLowResThreshold = 0x0051;
const TUint32 KTRH264EncoderLowResThreshold = 0x0052;
const TUint32 KTRMPEG4EncoderLowResThreshold = 0x0053;

#endif      // CTRPRIVATECRKEYS_H