Go to the source code of this file.
Classes | |
| struct | ts_packet_ |
Typedefs | |
| typedef struct ts_packet_ | ts_packet |
Functions | |
| static int | socketConnect (int socket, sockaddr *addr, int len) |
| static unsigned int | mpegts_crc32 (const unsigned char *data, int len) |
Variables | |
| static const uint32_t | crc_table [256] |
| typedef struct ts_packet_ ts_packet |
| static int socketConnect | ( | int | socket, | |
| sockaddr * | addr, | |||
| int | len | |||
| ) | [static] |
| static unsigned int mpegts_crc32 | ( | const unsigned char * | data, | |
| int | len | |||
| ) | [static] |
Definition at line 775 of file dbox2recorder.cpp.
Referenced by DBox2Recorder::CreatePAT(), and DBox2Recorder::updatePMTSectionID().
Definition at line 728 of file dbox2recorder.cpp.
Referenced by crc32(), crc32_04c11db7(), and mpegts_crc32().
1.5.5