vdr 2.7.4
|
Public Member Functions | |
cSubtitleDebug (void) | |
void | Reset (void) |
bool | Active (void) |
int64_t | FirstPts (void) |
void | SetFirstPts (int64_t FirstPts) |
void | SetFactor (double Factor) |
cString | WriteJpeg (const cBitmap *Bitmap, int MaxX=0, int MaxY=0) |
void | WriteHtml (const char *Format,...) |
Private Attributes | |
cMutex | mutex |
int | imgCnt |
int64_t | firstPts |
bool | newFile |
double | factor |
Definition at line 66 of file dvbsubtitle.c.
|
inline |
Definition at line 74 of file dvbsubtitle.c.
References Reset().
|
inline |
Definition at line 76 of file dvbsubtitle.c.
References DBGMAXBITMAPS, and imgCnt.
Referenced by WriteHtml(), and WriteJpeg().
|
inline |
void cSubtitleDebug::Reset | ( | void | ) |
Definition at line 84 of file dvbsubtitle.c.
References factor, firstPts, imgCnt, and newFile.
Referenced by cSubtitleDebug().
|
inline |
Definition at line 79 of file dvbsubtitle.c.
References factor.
|
inline |
Definition at line 78 of file dvbsubtitle.c.
References FirstPts(), and firstPts.
void cSubtitleDebug::WriteHtml | ( | const char * | Format, |
... ) |
Definition at line 124 of file dvbsubtitle.c.
Definition at line 92 of file dvbsubtitle.c.
References Active(), factor, cBitmap::GetColor(), cBitmap::Height(), imgCnt, LOG_ERROR_STR, mutex, RgbToJpeg(), cBitmap::Scaled(), cString::sprintf(), and cBitmap::Width().
|
private |
Definition at line 72 of file dvbsubtitle.c.
Referenced by Reset(), SetFactor(), and WriteJpeg().
|
private |
Definition at line 70 of file dvbsubtitle.c.
Referenced by FirstPts(), Reset(), and SetFirstPts().
|
private |
Definition at line 69 of file dvbsubtitle.c.
Referenced by Active(), Reset(), and WriteJpeg().
|
private |
Definition at line 68 of file dvbsubtitle.c.
Referenced by WriteHtml(), and WriteJpeg().
|
private |
Definition at line 71 of file dvbsubtitle.c.
Referenced by Reset(), and WriteHtml().