vdr
2.0.5
|
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 639 of file dvbsubtitle.c.
cDvbSubtitleAssembler::cDvbSubtitleAssembler | ( | void | ) |
Definition at line 654 of file dvbsubtitle.c.
|
virtual |
Definition at line 661 of file dvbsubtitle.c.
References data.
unsigned char * cDvbSubtitleAssembler::Get | ( | int & | Length | ) |
Definition at line 692 of file dvbsubtitle.c.
References data, length, and pos.
Referenced by cDvbSubtitleConverter::ConvertFragments().
void cDvbSubtitleAssembler::Put | ( | const uchar * | Data, |
int | Length | ||
) |
Definition at line 705 of file dvbsubtitle.c.
References data, length, and Realloc().
Referenced by cDvbSubtitleConverter::ConvertFragments().
|
private |
void cDvbSubtitleAssembler::Reset | ( | void | ) |
Definition at line 666 of file dvbsubtitle.c.
Referenced by cDvbSubtitleAssembler(), cDvbSubtitleConverter::ConvertFragments(), and cDvbSubtitleConverter::Reset().
|
private |
Definition at line 641 of file dvbsubtitle.c.
Referenced by cDvbSubtitleAssembler(), Get(), Put(), Realloc(), and ~cDvbSubtitleAssembler().
|
private |
|
private |
Definition at line 643 of file dvbsubtitle.c.
|
private |
Definition at line 644 of file dvbsubtitle.c.
Referenced by cDvbSubtitleAssembler(), and Realloc().