MythTV
master
|
#include <mpeg2fix.h>
Public Member Functions | |
PTSOffsetQueue (int vidid, QList< int > keys, int64_t initPTS) | |
void | SetNextPTS (int64_t newPTS, int64_t atPTS) |
void | SetNextPos (int64_t newPTS, AVPacket *pkt) |
int64_t | Get (int idx, AVPacket *pkt) |
int64_t | UpdateOrigPTS (int idx, int64_t &origPTS, AVPacket *pkt) |
Private Attributes | |
QMap< int, QList< poq_idx_t > > | m_offset |
QMap< int, QList< poq_idx_t > > | m_orig |
QList< int > | m_keyList |
int | m_vidId |
Definition at line 71 of file mpeg2fix.h.
PTSOffsetQueue::PTSOffsetQueue | ( | int | vidid, |
QList< int > | keys, | ||
int64_t | initPTS | ||
) |
Definition at line 137 of file mpeg2fix.cpp.
void PTSOffsetQueue::SetNextPTS | ( | int64_t | newPTS, |
int64_t | atPTS | ||
) |
Definition at line 181 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::Start().
void PTSOffsetQueue::SetNextPos | ( | int64_t | newPTS, |
AVPacket * | pkt | ||
) |
Definition at line 194 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::Start().
int64_t PTSOffsetQueue::Get | ( | int | idx, |
AVPacket * | pkt | ||
) |
Definition at line 153 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::Start().
int64_t PTSOffsetQueue::UpdateOrigPTS | ( | int | idx, |
int64_t & | origPTS, | ||
AVPacket * | pkt | ||
) |
Definition at line 216 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::Start().
|
private |
Definition at line 80 of file mpeg2fix.h.
Referenced by Get(), PTSOffsetQueue(), SetNextPos(), and SetNextPTS().
|
private |
Definition at line 81 of file mpeg2fix.h.
Referenced by SetNextPos(), and UpdateOrigPTS().
|
private |
Definition at line 82 of file mpeg2fix.h.
Referenced by PTSOffsetQueue(), SetNextPos(), and SetNextPTS().
|
private |
Definition at line 83 of file mpeg2fix.h.
Referenced by PTSOffsetQueue(), and SetNextPos().