MythTV  master
Macros | Functions
mpegstreamdata.cpp File Reference
#include <algorithm>
#include <sys/time.h>
#include <QString>
#include "mpegstreamdata.h"
#include "mpegtables.h"
#include "atscstreamdata.h"
#include "atsctables.h"
Include dependency graph for mpegstreamdata.cpp:

Go to the source code of this file.

Macros

#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()
 

Functions

static desc_list_t extract_atsc_desc (const tvct_vec_t &tvct, const cvct_vec_t &cvct, uint pnum)
 
static QString toString (CryptStatus status)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("MPEGStream[%1](0x%2): ").arg(m_cardId).arg((intptr_t)this, QT_POINTER_SIZE, 16, QChar('0'))

Definition at line 20 of file mpegstreamdata.cpp.

◆ 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.

Function Documentation

◆ extract_atsc_desc()

static desc_list_t extract_atsc_desc ( const tvct_vec_t tvct,
const cvct_vec_t cvct,
uint  pnum 
)
static

Definition at line 415 of file mpegstreamdata.cpp.

Referenced by MPEGStreamData::CreatePMTSingleProgram().

◆ toString()

static QString toString ( CryptStatus  status)
static

Definition at line 1885 of file mpegstreamdata.cpp.

Referenced by MPEGStreamData::ProcessEncryptedPacket().