vdr
1.7.27
|
Public Member Functions | |
cDvbSubtitleAssembler (void) | |
virtual | ~cDvbSubtitleAssembler () |
void | Reset (void) |
unsigned char * | Get (int &Length) |
void | Put (const uchar *Data, int Length) |
Private Member Functions | |
bool | Realloc (int Size) |
Private Attributes | |
uchar * | data |
int | length |
int | pos |
int | size |
Definition at line 640 of file dvbsubtitle.c.
Definition at line 655 of file dvbsubtitle.c.
cDvbSubtitleAssembler::~cDvbSubtitleAssembler | ( | ) | [virtual] |
Definition at line 662 of file dvbsubtitle.c.
References data.
unsigned char * cDvbSubtitleAssembler::Get | ( | int & | Length | ) |
Definition at line 693 of file dvbsubtitle.c.
References data, length, and pos.
Referenced by cDvbSubtitleConverter::ConvertFragments().
void cDvbSubtitleAssembler::Put | ( | const uchar * | Data, |
int | Length | ||
) |
Definition at line 706 of file dvbsubtitle.c.
References data, length, and Realloc().
Referenced by cDvbSubtitleConverter::ConvertFragments().
bool cDvbSubtitleAssembler::Realloc | ( | int | Size | ) | [private] |
void cDvbSubtitleAssembler::Reset | ( | void | ) |
Definition at line 667 of file dvbsubtitle.c.
Referenced by cDvbSubtitleAssembler(), cDvbSubtitleConverter::ConvertFragments(), and cDvbSubtitleConverter::Reset().
uchar* cDvbSubtitleAssembler::data [private] |
Definition at line 642 of file dvbsubtitle.c.
Referenced by cDvbSubtitleAssembler(), Get(), Put(), Realloc(), and ~cDvbSubtitleAssembler().
int cDvbSubtitleAssembler::length [private] |
int cDvbSubtitleAssembler::pos [private] |
Definition at line 644 of file dvbsubtitle.c.
int cDvbSubtitleAssembler::size [private] |
Definition at line 645 of file dvbsubtitle.c.
Referenced by cDvbSubtitleAssembler(), and Realloc().