diff -r 000000000000 -r 951a5db380a0 videoeditorengine/vedtranscoder/inc/ctrprivatecrkeys.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/videoeditorengine/vedtranscoder/inc/ctrprivatecrkeys.h Fri Jan 29 14:08:33 2010 +0200 @@ -0,0 +1,50 @@ +/* +* 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