sl@0: // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Mda\Common\Video.inl sl@0: // sl@0: // sl@0: sl@0: inline TMdaBmpClipFormat::TMdaBmpClipFormat(): sl@0: TMdaClipFormat(KUidMdaBmpClipFormat,sizeof(TMdaBmpClipFormat)) sl@0: {} sl@0: sl@0: inline TMda1BppBmpCodec::TMda1BppBmpCodec(): sl@0: TMdaPackage(KUidMdaBmpCodec,KUidMda1BppBmpCodec,sizeof(TMda1BppBmpCodec)) sl@0: {} sl@0: sl@0: inline TMda4BppBmpCodec::TMda4BppBmpCodec(): sl@0: TMdaPackage(KUidMdaBmpCodec,KUidMda4BppBmpCodec,sizeof(TMda4BppBmpCodec)) sl@0: {} sl@0: sl@0: inline TMda8BppBmpCodec::TMda8BppBmpCodec(): sl@0: TMdaPackage(KUidMdaBmpCodec,KUidMda8BppBmpCodec,sizeof(TMda8BppBmpCodec)) sl@0: {} sl@0: sl@0: inline TMda24BppBmpCodec::TMda24BppBmpCodec(): sl@0: TMdaPackage(KUidMdaBmpCodec,KUidMda24BppBmpCodec,sizeof(TMda24BppBmpCodec)) sl@0: {} sl@0: sl@0: inline TMdaJpgSettings::TMdaJpgSettings(): sl@0: iSampleScheme(EColor420), sl@0: iQualityFactor(50) sl@0: {} sl@0: sl@0: inline TMdaJfifClipFormat::TMdaJfifClipFormat(): sl@0: TMdaClipFormat(KUidMdaJfifClipFormat,sizeof(TMdaJfifClipFormat)), sl@0: iSettings() sl@0: {} sl@0: sl@0: inline TMdaJpgQTable::TMdaJpgQTable(): sl@0: TMdaPackage(KUidMdaJpgQTable,KUidMdaJpgQTable,sizeof(TMdaJpgQTable)), sl@0: iTableIndex(ELumaTable), sl@0: iEntries(KMdaJpgQTableEntries) sl@0: {} sl@0: sl@0: inline TMdaJpgComment::TMdaJpgComment(): sl@0: TMdaPackage(KUidMdaJpgComment,KUidMdaJpgComment,sizeof(TMdaJpgComment)), sl@0: iCommentIndex(0), sl@0: iCommentBufferIndex(0) sl@0: {} sl@0: sl@0: inline TMdaMbmClipFormat::TMdaMbmClipFormat(): sl@0: TMdaClipFormat(KUidMdaMbmClipFormat,sizeof(TMdaMbmClipFormat)) sl@0: {} sl@0: sl@0: inline TMdaWbmpClipFormat::TMdaWbmpClipFormat(): sl@0: TMdaClipFormat(KUidMdaWbmpClipFormat,sizeof(TMdaWbmpClipFormat)) sl@0: {} sl@0: sl@0: inline TMdaWbmpCodec::TMdaWbmpCodec(): sl@0: TMdaPackage(KUidMdaWbmpCodec,KUidMdaWbmpCodec,sizeof(TMdaWbmpCodec)) sl@0: {} sl@0: sl@0: inline TMdaOtaClipFormat::TMdaOtaClipFormat(): sl@0: TMdaClipFormat(KUidMdaOtaClipFormat,sizeof(TMdaOtaClipFormat)) sl@0: {} sl@0: sl@0: inline TMdaOtaCodec::TMdaOtaCodec(): sl@0: TMdaPackage(KUidMdaOtaCodec,KUidMdaOtaCodec,sizeof(TMdaOtaCodec)) sl@0: {} sl@0: sl@0: inline TMdaPngClipFormat::TMdaPngClipFormat(): sl@0: TMdaClipFormat(KUidMdaPngClipFormat,sizeof(TMdaPngClipFormat)) sl@0: {} sl@0: sl@0: inline TMdaPngCodec::TMdaPngCodec(): sl@0: TMdaPackage(KUidMdaPngCodec,KUidMdaPngCodec,sizeof(TMdaPngCodec)) sl@0: {} sl@0: sl@0: inline TMdaWmfClipFormat::TMdaWmfClipFormat(): sl@0: TMdaClipFormat(KUidMdaWmfClipFormat,sizeof(TMdaWmfClipFormat)) sl@0: {} sl@0: sl@0: inline TMdaWmfApmClipFormat::TMdaWmfApmClipFormat(): sl@0: TMdaClipFormat(KUidMdaWmfApmClipFormat,sizeof(TMdaWmfApmClipFormat)) sl@0: {} sl@0: sl@0: inline TMdaWmfClpClipFormat::TMdaWmfClpClipFormat(): sl@0: TMdaClipFormat(KUidMdaWmfClpClipFormat,sizeof(TMdaWmfClpClipFormat)) sl@0: {} sl@0: sl@0: inline TMdaWmfCodec::TMdaWmfCodec(): sl@0: TMdaPackage(KUidMdaWmfCodec,KUidMdaWmfCodec,sizeof(TMdaWmfCodec)) sl@0: {} sl@0: sl@0: inline TMdaGif87aClipFormat::TMdaGif87aClipFormat(): sl@0: TMdaClipFormat(KUidMdaGif87aClipFormat,sizeof(TMdaGif87aClipFormat)) sl@0: {} sl@0: sl@0: inline TMdaGif89aClipFormat::TMdaGif89aClipFormat(): sl@0: TMdaClipFormat(KUidMdaGif89aClipFormat,sizeof(TMdaGif89aClipFormat)) sl@0: {} sl@0: sl@0: inline TMdaGifCodec::TMdaGifCodec(): sl@0: TMdaPackage(KUidMdaGifCodec,KUidMdaGifCodec,sizeof(TMdaGifCodec)) sl@0: {} sl@0: