OPAL  Version 3.10.4
OpalRFC4175Decoder Class Reference

#include <rfc4175.h>

Inheritance diagram for OpalRFC4175Decoder:
OpalRFC4175Transcoder OpalVideoTranscoder OpalTranscoder OpalMediaFormatPair Opal_RFC4175RGB_to_RGB24 Opal_RFC4175YCbCr420_to_YUV420P

Public Member Functions

 OpalRFC4175Decoder (const OpalMediaFormat &inputMediaFormat, const OpalMediaFormat &outputMediaFormat)
 ~OpalRFC4175Decoder ()
virtual PINDEX PixelsToBytes (PINDEX pixels) const =0
virtual PINDEX BytesToPixels (PINDEX pixels) const =0
bool ConvertFrames (const RTP_DataFrame &input, RTP_DataFrameList &output)

Protected Member Functions

void DecodeFramesAndSetFrameSize (RTP_DataFrameList &output)
virtual bool DecodeFrames (RTP_DataFrameList &output)=0

Protected Attributes

RTP_DataFrameList m_inputFrames
std::vector< PINDEX > m_scanlineCounts
PINDEX m_frameWidth
PINDEX m_frameHeight
bool m_first
bool m_missingPackets
PINDEX m_maxWidth
PINDEX m_maxHeight
DWORD m_nextSequenceNumber
DWORD m_lastTimeStamp
DWORD m_timeStampOfFrame
DWORD m_firstSequenceOfFrame

Constructor & Destructor Documentation

OpalRFC4175Decoder::OpalRFC4175Decoder ( const OpalMediaFormat inputMediaFormat,
const OpalMediaFormat outputMediaFormat 
)
Parameters:
inputMediaFormatInput media format
outputMediaFormatOutput media format

Member Function Documentation

virtual PINDEX OpalRFC4175Decoder::BytesToPixels ( PINDEX  pixels) const [pure virtual]
bool OpalRFC4175Decoder::ConvertFrames ( const RTP_DataFrame input,
RTP_DataFrameList &  output 
) [virtual]

Convert the data from one format to another. This function takes the input data as a RTP_DataFrame and converts it to its output format, placing it (possibly) into multiple RTP_DataFrame objects.

The default behaviour makes sure the output list has only one element in it and calls the Convert() function.

Returns false if the conversion fails.

Reimplemented from OpalTranscoder.

virtual bool OpalRFC4175Decoder::DecodeFrames ( RTP_DataFrameList &  output) [protected, pure virtual]
void OpalRFC4175Decoder::DecodeFramesAndSetFrameSize ( RTP_DataFrameList &  output) [protected]
virtual PINDEX OpalRFC4175Decoder::PixelsToBytes ( PINDEX  pixels) const [pure virtual]

Field Documentation

bool OpalRFC4175Decoder::m_first [protected]
RTP_DataFrameList OpalRFC4175Decoder::m_inputFrames [protected]
PINDEX OpalRFC4175Decoder::m_maxHeight [protected]
PINDEX OpalRFC4175Decoder::m_maxWidth [protected]
std::vector<PINDEX> OpalRFC4175Decoder::m_scanlineCounts [protected]

The documentation for this class was generated from the following file: