videoeditorengine/vedtranscoder/inc/ctrprivatecrkeys.h
author Mikael Laine <mikael.laine@ixonos.com>
Fri, 29 Jan 2010 14:08:33 +0200
changeset 0 951a5db380a0
permissions -rw-r--r--
Committing the Video Editor package under the Eclipse Public License

/*
* 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