|
vdr 2.7.9
|
Public Member Functions | |
| cPtsChecker (void) | |
| void | Clear (void) |
| void | SetFrameDelta (int FrameDelta) |
| void | Process (void) |
| void | AddPts (int64_t Pts, bool IndependentFrame=false) |
| bool | NewMissing (void) |
| int | Missing (void) |
Private Attributes | |
| cVector< int64_t > | pts |
| int64_t | lastPts |
| bool | iFrameNoPts |
| int | frameDelta |
| int | totalMissing |
| int | oldMissing |
| cPtsChecker::cPtsChecker | ( | void | ) |
Definition at line 2080 of file remux.c.
References Clear(), and frameDelta.
| void cPtsChecker::AddPts | ( | int64_t | Pts, |
| bool | IndependentFrame = false ) |
Definition at line 2136 of file remux.c.
References iFrameNoPts, Process(), and pts.
| void cPtsChecker::Clear | ( | void | ) |
Definition at line 2086 of file remux.c.
References iFrameNoPts, lastPts, oldMissing, and totalMissing.
Referenced by cPtsChecker().
| int cPtsChecker::Missing | ( | void | ) |
| bool cPtsChecker::NewMissing | ( | void | ) |
Definition at line 2149 of file remux.c.
References oldMissing, and totalMissing.
| void cPtsChecker::Process | ( | void | ) |
Definition at line 2094 of file remux.c.
References ComparePts(), frameDelta, iFrameNoPts, lastPts, Missing(), pts, PtsDiff(), and totalMissing.
Referenced by AddPts().
|
inline |
Definition at line 2073 of file remux.c.
References frameDelta.
|
private |
Definition at line 2067 of file remux.c.
Referenced by cPtsChecker(), Process(), and SetFrameDelta().
|
private |
|
private |
|
private |
Definition at line 2069 of file remux.c.
Referenced by Clear(), and NewMissing().
|
private |
|
private |