|
vdr 2.6.4
|
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 1170 of file dvbsubtitle.c.
| cDvbSubtitleAssembler::cDvbSubtitleAssembler | ( | void | ) |
Definition at line 1185 of file dvbsubtitle.c.
|
virtual |
Definition at line 1192 of file dvbsubtitle.c.
References data.
| unsigned char * cDvbSubtitleAssembler::Get | ( | int & | Length | ) |
Definition at line 1223 of file dvbsubtitle.c.
References data, length, and pos.
Referenced by cDvbSubtitleConverter::ConvertFragments().
| void cDvbSubtitleAssembler::Put | ( | const uchar * | Data, |
| int | Length | ||
| ) |
Definition at line 1236 of file dvbsubtitle.c.
References data, length, and Realloc().
Referenced by cDvbSubtitleConverter::ConvertFragments().
|
private |
| void cDvbSubtitleAssembler::Reset | ( | void | ) |
Definition at line 1197 of file dvbsubtitle.c.
Referenced by cDvbSubtitleAssembler(), cDvbSubtitleConverter::ConvertFragments(), and cDvbSubtitleConverter::Reset().
|
private |
Definition at line 1172 of file dvbsubtitle.c.
Referenced by cDvbSubtitleAssembler(), Get(), Put(), Realloc(), and ~cDvbSubtitleAssembler().
|
private |
|
private |
Definition at line 1174 of file dvbsubtitle.c.
|
private |
Definition at line 1175 of file dvbsubtitle.c.
Referenced by cDvbSubtitleAssembler(), and Realloc().