vdr 2.6.7
|
Public Member Functions | |
cTsChecker (void) | |
void | CheckTs (const uchar *Data, int Length) |
int | Errors (void) |
Private Member Functions | |
void | Report (int Pid, const char *Message) |
Private Attributes | |
uchar | counter [MAXPID] |
int | errors |
Definition at line 35 of file recorder.c.
cTsChecker::cTsChecker | ( | void | ) |
Definition at line 46 of file recorder.c.
References counter, errors, and TS_CC_UNKNOWN.
void cTsChecker::CheckTs | ( | const uchar * | Data, |
int | Length ) |
Definition at line 59 of file recorder.c.
References counter, Report(), TS_CC_UNKNOWN, TS_CONT_CNT_MASK, TsContinuityCounter(), TsError(), TsHasPayload(), TsIsScrambled(), and TsPid().
Referenced by cRecorder::Receive().
|
inline |
Definition at line 43 of file recorder.c.
References errors.
Referenced by cRecorder::HandleErrors().
|
private |
Definition at line 52 of file recorder.c.
References DebugChecks, errors, and TimeToString().
Referenced by CheckTs().
Definition at line 37 of file recorder.c.
Referenced by CheckTs(), and cTsChecker().
|
private |
Definition at line 38 of file recorder.c.
Referenced by cTsChecker(), Errors(), and Report().