Define synonym colour format converter.
Inheritance:
Public Methods
-
BOOL GetVFlipState()
-
void SetVFlipState(BOOL vFlipState)
-
virtual BOOL SetFrameSize( unsigned width, unsigned height )
-
virtual BOOL SetSrcFrameSize( unsigned width, unsigned height )
-
virtual BOOL SetDstFrameSize( unsigned width, unsigned height, BOOL bScale )
-
const PString& GetSrcColourFormat()
-
const PString& GetDstColourFormat()
-
PINDEX GetMaxSrcFrameBytes()
-
PINDEX GetMaxDstFrameBytes()
-
virtual BOOL Convert( const BYTE* srcFrameBuffer, BYTE* dstFrameBuffer, PINDEX* bytesReturned = NULL )
-
virtual BOOL ConvertInPlace( BYTE* frameBuffer, PINDEX* bytesReturned = NULL, BOOL noIntermediateFrame = FALSE )
-
static PColourConverter* Create( const PString & srcColourFormat, const PString & dstColourFormat, unsigned width, unsigned height )
-
BOOL GetDstFrameSize( unsigned & width, unsigned & height ) const
-
BOOL GetSrcFrameSize( unsigned & width, unsigned & height ) const
Inherited from PObject:
Public Methods
-
Run Time Type functions
-
I/O functions
-
Miscellaneous functions
Public Members
-
Comparison functions
Documentation
Define synonym colour format converter.
This is a class that defines for which no conversion is required between
the specified colour format names.
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.