Location:
devvideobase.h
class TYuvToRgbCapabilities;
Describes the YUV to RGB color conversion capabilities of a post-processor.
Defined in TYuvToRgbCapabilities
:
iCoefficients
, iContrastControl
, iDitherTypes
, iGammaCorrection
, iLightnessControl
, iRgbFormats
, iSamplingPatterns
, iSaturationControl
TUint32 iSamplingPatterns;
Input YUV sampling patterns supported, a bitfield combination (bitwise OR) of TYuvSamplingPattern.
TUint32 iCoefficients;
YUV to RGB conversion coefficients supported, a bitfield combination of TYuvCoefficients.
TUint32 iRgbFormats;
Output RGB formats supported, a bitfield combination of TRgbFormat.
TUint32 iDitherTypes;
Dithering types supported, a bitfield combination of TDitherType.