MythTV
master
|
#include <libmythtv/mythcommflagplayer.h>
Public Member Functions | |
MythRebuildSaver (DecoderBase *Decoder, uint64_t First, uint64_t Last) | |
void | run () override |
Static Public Member Functions | |
static uint | GetCount (DecoderBase *Decoder) |
static void | Wait (DecoderBase *Decoder) |
Private Attributes | |
DecoderBase * | m_decoder { nullptr } |
uint64_t | m_first { 0 } |
uint64_t | m_last { 0 } |
Static Private Attributes | |
static QMutex | s_lock |
static QWaitCondition | s_wait |
static QHash< DecoderBase *, uint > | s_count |
Definition at line 7 of file mythcommflagplayer.h.
MythRebuildSaver::MythRebuildSaver | ( | DecoderBase * | Decoder, |
uint64_t | First, | ||
uint64_t | Last | ||
) |
Definition at line 19 of file mythcommflagplayer.cpp.
|
override |
Definition at line 28 of file mythcommflagplayer.cpp.
|
static |
Definition at line 38 of file mythcommflagplayer.cpp.
Referenced by MythCommFlagPlayer::RebuildSeekTable().
|
static |
Definition at line 44 of file mythcommflagplayer.cpp.
Referenced by MythCommFlagPlayer::RebuildSeekTable().
|
private |
Definition at line 16 of file mythcommflagplayer.h.
Referenced by run().
|
private |
Definition at line 17 of file mythcommflagplayer.h.
Referenced by run().
|
private |
Definition at line 18 of file mythcommflagplayer.h.
Referenced by run().
|
staticprivate |
Definition at line 20 of file mythcommflagplayer.h.
Referenced by GetCount(), MythRebuildSaver(), run(), and Wait().
|
staticprivate |
Definition at line 21 of file mythcommflagplayer.h.
|
staticprivate |
Definition at line 22 of file mythcommflagplayer.h.
Referenced by GetCount(), MythRebuildSaver(), run(), and Wait().