TYuvFormat Class Reference
YUV (YCbCr) uncompressed image data format.
Member Functions Documentation
operator==(const TYuvFormat &)
Tests whether this
TYuvFormat
object is the same as aOther.
Parameters
const
TYuvFormat
& aOther
|
"The object to compare."
|
Member Data Documentation
TUint
iAspectRatioDenom
Pixel aspect ratio denominator. The aspect ratio is defined as iAspectRatioNum/iAspectRatioDenom, where the values are positive integers and relatively prime.
TUint
iAspectRatioNum
Pixel aspect ratio numerator.
TYuvCoefficients
iCoefficients
The YUV/RGB conversion coefficients to use
TYuvDataLayout
iDataLayout
Data layout, specifies whether the data is stored in a planar or interleaved mode.
TYuvSamplingPattern
iPattern
Luminance/chrominance sampling pattern.
TYuvConversionMatrix * iRgb2YuvMatrix
Custom RGB to YUV conversion matrix to use. Valid only if custom conversion matrix is used (iCoefficients is ECustomYuvMatrix).
TYuvConversionMatrix * iYuv2RgbMatrix
Custom YUV to RGB conversion matrix to use. Valid only if custom conversion matrix is used (iCoefficients is ECustomYuvMatrix).
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.