Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <devvideobase.h>
This item is not part of the S60 5th Edition SDK

Class TYuvToRgbCapabilities

class TYuvToRgbCapabilities;

Description

Describes the YUV to RGB color conversion capabilities of a post-processor.

Members

Defined in TYuvToRgbCapabilities:


Member data


iSamplingPatterns

TUint32 iSamplingPatterns;

Description

Input YUV sampling patterns supported, a bitfield combination (bitwise OR) of TYuvSamplingPattern.


iCoefficients

TUint32 iCoefficients;

Description

YUV to RGB conversion coefficients supported, a bitfield combination of TYuvCoefficients.


iRgbFormats

TUint32 iRgbFormats;

Description

Output RGB formats supported, a bitfield combination of TRgbFormat.


iLightnessControl

TBool iLightnessControl;

Description

True if lightness control is supported.


iSaturationControl

TBool iSaturationControl;

Description

True if saturation control is supported.


iContrastControl

TBool iContrastControl;

Description

True if contrast control is supported.


iGammaCorrection

TBool iGammaCorrection;

Description

True if gamma correction is supported.


iDitherTypes

TUint32 iDitherTypes;

Description

Dithering types supported, a bitfield combination of TDitherType.