OPAL
Version 3.10.4
|
#include <rfc4175.h>
Public Member Functions | |
Opal_RFC4175RGB_to_RGB24 () | |
PINDEX | GetPgroupSize () const |
PINDEX | GetColsPerPgroup () const |
PINDEX | GetRowsPerPgroup () const |
PINDEX | PixelsToBytes (PINDEX pixels) const |
PINDEX | BytesToPixels (PINDEX bytes) const |
bool | DecodeFrames (RTP_DataFrameList &output) |
This class defines a transcoder implementation class that converts RFC4175 to RGB24
Opal_RFC4175RGB_to_RGB24::Opal_RFC4175RGB_to_RGB24 | ( | ) | [inline] |
PINDEX Opal_RFC4175RGB_to_RGB24::BytesToPixels | ( | PINDEX | bytes | ) | const [inline, virtual] |
Implements OpalRFC4175Decoder.
bool Opal_RFC4175RGB_to_RGB24::DecodeFrames | ( | RTP_DataFrameList & | output | ) | [virtual] |
Implements OpalRFC4175Decoder.
PINDEX Opal_RFC4175RGB_to_RGB24::GetColsPerPgroup | ( | ) | const [inline, virtual] |
Implements OpalRFC4175Transcoder.
PINDEX Opal_RFC4175RGB_to_RGB24::GetPgroupSize | ( | ) | const [inline, virtual] |
Implements OpalRFC4175Transcoder.
PINDEX Opal_RFC4175RGB_to_RGB24::GetRowsPerPgroup | ( | ) | const [inline, virtual] |
Implements OpalRFC4175Transcoder.
PINDEX Opal_RFC4175RGB_to_RGB24::PixelsToBytes | ( | PINDEX | pixels | ) | const [inline, virtual] |
Implements OpalRFC4175Decoder.