#include <algorithm>
#include <sys/time.h>
#include <QString>
#include "mpegstreamdata.h"
#include "mpegtables.h"
#include "atscstreamdata.h"
#include "atsctables.h"
Go to the source code of this file.
|
#define | LOC QString("MPEGStream[%1](0x%2): ").arg(m_cardId).arg((intptr_t)this, QT_POINTER_SIZE, 16, QChar('0')) |
|
#define | DONE_WITH_PSIP_PACKET() |
|
◆ LOC
#define LOC QString("MPEGStream[%1](0x%2): ").arg(m_cardId).arg((intptr_t)this, QT_POINTER_SIZE, 16, QChar('0')) |
◆ DONE_WITH_PSIP_PACKET
#define DONE_WITH_PSIP_PACKET |
( |
| ) |
|
Value: { delete psip; \
if (morePSIPTables) goto HAS_ANOTHER_PSIP; else return; }
Definition at line 858 of file mpegstreamdata.cpp.
◆ extract_atsc_desc()
◆ toString()