PTLib
Version 2.18.8
|
This is the complete list of members for PColourConverter, including all inherited members.
Class() | PObject | inlinestatic |
Clone() const | PObject | virtual |
CloneAs() const | PObject | inline |
Compare(const PObject &other) const | PColourPair | virtual |
Compare2(T v1, T v2) | PObject | inlinestatic |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
Comparison enum name | PObject | |
Convert(const BYTE *srcFrameBuffer, BYTE *dstFrameBuffer, PINDEX *bytesReturned=NULL)=0 | PColourConverter | pure virtual |
ConvertInPlace(BYTE *frameBuffer, PINDEX *bytesReturned=NULL, PBoolean noIntermediateFrame=false) | PColourConverter | virtual |
CopyTraceContextIdentifier(PObject &obj) const | PObject | inline |
CopyTraceContextIdentifier(PObject *obj) const | PObject | inline |
CopyTraceContextIdentifier(PObject &to, const PObject &from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject &to, const PObject *from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject *to, const PObject &from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject *to, const PObject *from) | PObject | inlinestatic |
CopyYUV420P(unsigned srcX, unsigned srcY, unsigned srcWidth, unsigned srcHeight, unsigned srcFrameWidth, unsigned srcFrameHeight, const BYTE *srcYUV, unsigned dstX, unsigned dstY, unsigned dstWidth, unsigned dstHeight, unsigned dstFrameWidth, unsigned dstFrameHeight, BYTE *dstYUV, PVideoFrameInfo::ResizeMode resizeMode=PVideoFrameInfo::eScale, bool verticalFlip=false, std::ostream *error=NULL) | PColourConverter | static |
Create(const PVideoFrameInfo &src, const PVideoFrameInfo &dst) | PColourConverter | static |
Create(const PString &srcColourFormat, const PString &destColourFormat, unsigned width, unsigned height) | PColourConverter | static |
EqualTo enum value | PObject | |
FillYUV420P(unsigned x, unsigned y, unsigned width, unsigned height, unsigned frameWidth, unsigned frameHeight, BYTE *yuv, unsigned r_or_y, unsigned g_or_u, unsigned b_or_v, bool rgb=true) | PColourConverter | static |
GetClass() const | PObject | inline |
GetDstColourFormat() const | PColourPair | inline |
GetDstFrameHeight() const | PColourConverter | inline |
GetDstFrameInfo(PVideoFrameInfo &info) | PColourConverter | virtual |
GetDstFrameSize(unsigned &width, unsigned &height) const | PColourConverter | |
GetDstFrameWidth() const | PColourConverter | inline |
GetMaxDstFrameBytes() const | PColourConverter | inline |
GetMaxSrcFrameBytes() const | PColourConverter | inline |
GetResizeMode() const | PColourConverter | inline |
GetSrcColourFormat() const | PColourPair | inline |
GetSrcFrameHeight() const | PColourConverter | inline |
GetSrcFrameInfo(PVideoFrameInfo &info) | PColourConverter | virtual |
GetSrcFrameSize(unsigned &width, unsigned &height) const | PColourConverter | |
GetSrcFrameWidth() const | PColourConverter | inline |
GetTraceContextIdentifier() const | PObject | inline |
GetVFlipState() const | PColourConverter | inline |
GreaterThan enum value | PObject | |
HashFunction() const | PObject | virtual |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
IsClass(const char *name) const | PObject | inline |
LessThan enum value | PObject | |
m_dstColourFormat | PColourPair | protected |
m_dstFrameBytes | PColourConverter | protected |
m_dstFrameHeight | PColourConverter | protected |
m_dstFrameWidth | PColourConverter | protected |
m_intermediateFrameStore | PColourConverter | protected |
m_resizeMode | PColourConverter | protected |
m_srcColourFormat | PColourPair | protected |
m_srcFrameBytes | PColourConverter | protected |
m_srcFrameHeight | PColourConverter | protected |
m_srcFrameWidth | PColourConverter | protected |
m_traceContextIdentifier | PObject | protected |
m_verticalFlip | PColourConverter | protected |
operator!=(const PObject &obj) const | PObject | inline |
operator<(const PObject &obj) const | PObject | inline |
operator<=(const PObject &obj) const | PObject | inline |
operator==(const PObject &obj) const | PObject | inline |
operator>(const PObject &obj) const | PObject | inline |
operator>=(const PObject &obj) const | PObject | inline |
P_REMOVE_VIRTUAL(PBoolean, Convert(const BYTE *, BYTE *, unsigned, PINDEX *), false) | PColourConverter | protected |
PColourConverter(const PColourPair &colours) | PColourConverter | protected |
PColourPair(const PString &src, const PString &dst) | PColourPair | inline |
PObject() | PObject | inlineprotected |
PrintOn(ostream &strm) const | PColourConverter | virtual |
PTraceObjectInstance() const | PObject | inline |
PTraceObjectInstance(const char *) | PObject | inlinestatic |
PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
ReadFrom(istream &strm) | PObject | virtual |
RGBtoYUV(unsigned r, unsigned g, unsigned b, BYTE &y, BYTE &u, BYTE &v) | PColourConverter | static |
RotateYUV420P(int angle, unsigned width, unsigned height, BYTE *srcYUV, BYTE *dstYUV=NULL) | PColourConverter | static |
SetDstFrameInfo(const PVideoFrameInfo &info) | PColourConverter | virtual |
SetDstFrameSize(unsigned width, unsigned height) | PColourConverter | virtual |
SetDstFrameSize(unsigned width, unsigned height, PBoolean bScale) | PColourConverter | virtual |
SetFrameSize(unsigned width, unsigned height) | PColourConverter | virtual |
SetResizeMode(PVideoFrameInfo::ResizeMode mode) | PColourConverter | inline |
SetSrcFrameBytes(PINDEX frameBytes) | PColourConverter | inline |
SetSrcFrameInfo(const PVideoFrameInfo &info) | PColourConverter | virtual |
SetSrcFrameSize(unsigned width, unsigned height) | PColourConverter | virtual |
SetTraceContextIdentifier(unsigned id) | PObject | inline |
SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
SetVFlipState(bool vFlipState) | PColourConverter | inline |
YUVtoRGB(unsigned y, unsigned u, unsigned v, BYTE &r, BYTE &g, BYTE &b) | PColourConverter | static |
~PObject() | PObject | inlinevirtual |