os/mm/mmlibs/mmfw/inc/Mda/Common/Video.inl
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// Mda\Common\Video.inl
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
inline TMdaBmpClipFormat::TMdaBmpClipFormat():
sl@0
    19
	TMdaClipFormat(KUidMdaBmpClipFormat,sizeof(TMdaBmpClipFormat))
sl@0
    20
	{}
sl@0
    21
sl@0
    22
inline TMda1BppBmpCodec::TMda1BppBmpCodec():
sl@0
    23
	TMdaPackage(KUidMdaBmpCodec,KUidMda1BppBmpCodec,sizeof(TMda1BppBmpCodec))
sl@0
    24
	{}
sl@0
    25
sl@0
    26
inline TMda4BppBmpCodec::TMda4BppBmpCodec():
sl@0
    27
	TMdaPackage(KUidMdaBmpCodec,KUidMda4BppBmpCodec,sizeof(TMda4BppBmpCodec))
sl@0
    28
	{}
sl@0
    29
sl@0
    30
inline TMda8BppBmpCodec::TMda8BppBmpCodec():
sl@0
    31
	TMdaPackage(KUidMdaBmpCodec,KUidMda8BppBmpCodec,sizeof(TMda8BppBmpCodec))
sl@0
    32
	{}
sl@0
    33
sl@0
    34
inline TMda24BppBmpCodec::TMda24BppBmpCodec():
sl@0
    35
	TMdaPackage(KUidMdaBmpCodec,KUidMda24BppBmpCodec,sizeof(TMda24BppBmpCodec))
sl@0
    36
	{}
sl@0
    37
sl@0
    38
inline TMdaJpgSettings::TMdaJpgSettings():
sl@0
    39
	iSampleScheme(EColor420),
sl@0
    40
	iQualityFactor(50)
sl@0
    41
	{}
sl@0
    42
sl@0
    43
inline TMdaJfifClipFormat::TMdaJfifClipFormat():
sl@0
    44
	TMdaClipFormat(KUidMdaJfifClipFormat,sizeof(TMdaJfifClipFormat)),
sl@0
    45
	iSettings()
sl@0
    46
	{}
sl@0
    47
sl@0
    48
inline TMdaJpgQTable::TMdaJpgQTable():
sl@0
    49
	TMdaPackage(KUidMdaJpgQTable,KUidMdaJpgQTable,sizeof(TMdaJpgQTable)),
sl@0
    50
	iTableIndex(ELumaTable),
sl@0
    51
	iEntries(KMdaJpgQTableEntries)
sl@0
    52
	{}
sl@0
    53
sl@0
    54
inline TMdaJpgComment::TMdaJpgComment():
sl@0
    55
	TMdaPackage(KUidMdaJpgComment,KUidMdaJpgComment,sizeof(TMdaJpgComment)),
sl@0
    56
	iCommentIndex(0),
sl@0
    57
	iCommentBufferIndex(0)
sl@0
    58
	{}
sl@0
    59
sl@0
    60
inline TMdaMbmClipFormat::TMdaMbmClipFormat():
sl@0
    61
	TMdaClipFormat(KUidMdaMbmClipFormat,sizeof(TMdaMbmClipFormat))
sl@0
    62
	{}
sl@0
    63
sl@0
    64
inline TMdaWbmpClipFormat::TMdaWbmpClipFormat():
sl@0
    65
	TMdaClipFormat(KUidMdaWbmpClipFormat,sizeof(TMdaWbmpClipFormat))
sl@0
    66
	{}
sl@0
    67
sl@0
    68
inline TMdaWbmpCodec::TMdaWbmpCodec():
sl@0
    69
	TMdaPackage(KUidMdaWbmpCodec,KUidMdaWbmpCodec,sizeof(TMdaWbmpCodec))
sl@0
    70
	{}
sl@0
    71
sl@0
    72
inline TMdaOtaClipFormat::TMdaOtaClipFormat():
sl@0
    73
	TMdaClipFormat(KUidMdaOtaClipFormat,sizeof(TMdaOtaClipFormat))
sl@0
    74
	{}
sl@0
    75
sl@0
    76
inline TMdaOtaCodec::TMdaOtaCodec():
sl@0
    77
	TMdaPackage(KUidMdaOtaCodec,KUidMdaOtaCodec,sizeof(TMdaOtaCodec))
sl@0
    78
	{}
sl@0
    79
sl@0
    80
inline TMdaPngClipFormat::TMdaPngClipFormat():
sl@0
    81
	TMdaClipFormat(KUidMdaPngClipFormat,sizeof(TMdaPngClipFormat))
sl@0
    82
	{}
sl@0
    83
sl@0
    84
inline TMdaPngCodec::TMdaPngCodec():
sl@0
    85
	TMdaPackage(KUidMdaPngCodec,KUidMdaPngCodec,sizeof(TMdaPngCodec))
sl@0
    86
	{}
sl@0
    87
sl@0
    88
inline TMdaWmfClipFormat::TMdaWmfClipFormat():
sl@0
    89
	TMdaClipFormat(KUidMdaWmfClipFormat,sizeof(TMdaWmfClipFormat))
sl@0
    90
	{}
sl@0
    91
sl@0
    92
inline TMdaWmfApmClipFormat::TMdaWmfApmClipFormat():
sl@0
    93
	TMdaClipFormat(KUidMdaWmfApmClipFormat,sizeof(TMdaWmfApmClipFormat))
sl@0
    94
	{}
sl@0
    95
sl@0
    96
inline TMdaWmfClpClipFormat::TMdaWmfClpClipFormat():
sl@0
    97
	TMdaClipFormat(KUidMdaWmfClpClipFormat,sizeof(TMdaWmfClpClipFormat))
sl@0
    98
	{}
sl@0
    99
sl@0
   100
inline TMdaWmfCodec::TMdaWmfCodec():
sl@0
   101
	TMdaPackage(KUidMdaWmfCodec,KUidMdaWmfCodec,sizeof(TMdaWmfCodec))
sl@0
   102
	{}
sl@0
   103
sl@0
   104
inline TMdaGif87aClipFormat::TMdaGif87aClipFormat():
sl@0
   105
	TMdaClipFormat(KUidMdaGif87aClipFormat,sizeof(TMdaGif87aClipFormat))
sl@0
   106
	{}
sl@0
   107
sl@0
   108
inline TMdaGif89aClipFormat::TMdaGif89aClipFormat():
sl@0
   109
	TMdaClipFormat(KUidMdaGif89aClipFormat,sizeof(TMdaGif89aClipFormat))
sl@0
   110
	{}
sl@0
   111
sl@0
   112
inline TMdaGifCodec::TMdaGifCodec():
sl@0
   113
	TMdaPackage(KUidMdaGifCodec,KUidMdaGifCodec,sizeof(TMdaGifCodec))
sl@0
   114
	{}
sl@0
   115