|
vdr
2.2.0
|
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 1140 of file dvbsubtitle.c.
| cDvbSubtitleAssembler::cDvbSubtitleAssembler | ( | void | ) |
Definition at line 1155 of file dvbsubtitle.c.
|
virtual |
Definition at line 1162 of file dvbsubtitle.c.
| unsigned char * cDvbSubtitleAssembler::Get | ( | int & | Length | ) |
Definition at line 1193 of file dvbsubtitle.c.
Referenced by cDvbSubtitleConverter::ConvertFragments().
| void cDvbSubtitleAssembler::Put | ( | const uchar * | Data, |
| int | Length | ||
| ) |
Definition at line 1206 of file dvbsubtitle.c.
Referenced by cDvbSubtitleConverter::ConvertFragments().
|
private |
Definition at line 1173 of file dvbsubtitle.c.
| void cDvbSubtitleAssembler::Reset | ( | void | ) |
Definition at line 1167 of file dvbsubtitle.c.
Referenced by cDvbSubtitleConverter::ConvertFragments(), and cDvbSubtitleConverter::Reset().
|
private |
Definition at line 1142 of file dvbsubtitle.c.
|
private |
Definition at line 1143 of file dvbsubtitle.c.
|
private |
Definition at line 1144 of file dvbsubtitle.c.
|
private |
Definition at line 1145 of file dvbsubtitle.c.
1.8.11