#include <CommDetector2.h>

Definition at line 28 of file CommDetector2.h.
typedef QValueList<QPtrList<FrameAnalyzer> > CommDetector2::frameAnalyzerList [private] |
Definition at line 57 of file CommDetector2.h.
| CommDetector2::CommDetector2 | ( | enum SkipTypes | commDetectMethod, | |
| bool | showProgress, | |||
| bool | fullSpeed, | |||
| NuppelVideoPlayer * | nvp, | |||
| int | chanid, | |||
| const QDateTime & | startts, | |||
| const QDateTime & | endts, | |||
| const QDateTime & | recstartts, | |||
| const QDateTime & | recendts | |||
| ) |
Definition at line 303 of file CommDetector2.cpp.
| bool CommDetector2::go | ( | void | ) | [virtual] |
| void CommDetector2::getCommercialBreakList | ( | QMap< long long, int > & | comms | ) | [virtual] |
| void CommDetector2::recordingFinished | ( | long long | totalFileSize | ) | [virtual] |
| void CommDetector2::requestCommBreakMapUpdate | ( | void | ) | [virtual] |
| void CommDetector2::reportState | ( | int | elapsed_sec, | |
| long long | frameno, | |||
| long long | nframes, | |||
| unsigned int | passno, | |||
| unsigned int | npasses | |||
| ) | [private] |
| int CommDetector2::computeBreaks | ( | long long | nframes | ) | [private] |
enum SkipTypes CommDetector2::commDetectMethod [private] |
bool CommDetector2::showProgress [private] |
bool CommDetector2::fullSpeed [private] |
NuppelVideoPlayer* CommDetector2::nvp [private] |
Definition at line 48 of file CommDetector2.h.
Referenced by CommDetector2(), getCommercialBreakList(), and go().
QDateTime CommDetector2::startts [private] |
Definition at line 49 of file CommDetector2.h.
QDateTime CommDetector2::endts [private] |
Definition at line 49 of file CommDetector2.h.
QDateTime CommDetector2::recstartts [private] |
QDateTime CommDetector2::recendts [private] |
bool CommDetector2::isRecording [private] |
bool CommDetector2::sendBreakMapUpdates [private] |
bool CommDetector2::breakMapUpdateRequested [private] |
bool CommDetector2::finished [private] |
Definition at line 54 of file CommDetector2.h.
Referenced by computeBreaks(), getCommercialBreakList(), and go().
long long CommDetector2::currentFrameNumber [private] |
Definition at line 56 of file CommDetector2.h.
Referenced by getCommercialBreakList(), go(), and requestCommBreakMapUpdate().
Definition at line 58 of file CommDetector2.h.
Referenced by CommDetector2(), getCommercialBreakList(), and go().
frameAnalyzerList::iterator CommDetector2::currentPass [private] |
Definition at line 59 of file CommDetector2.h.
Referenced by getCommercialBreakList(), go(), and requestCommBreakMapUpdate().
QPtrList<FrameAnalyzer> CommDetector2::finishedAnalyzers [private] |
FrameAnalyzer::FrameMap CommDetector2::breaks [private] |
Definition at line 62 of file CommDetector2.h.
Referenced by computeBreaks(), and getCommercialBreakList().
TemplateFinder* CommDetector2::logoFinder [private] |
Definition at line 64 of file CommDetector2.h.
Referenced by CommDetector2(), computeBreaks(), go(), and requestCommBreakMapUpdate().
TemplateMatcher* CommDetector2::logoMatcher [private] |
QString CommDetector2::debugdir [private] |
1.5.5