|
MythTV master
|
#include <mythtranscode/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 69 of file mpeg2fix.h.
| PTSOffsetQueue::PTSOffsetQueue | ( | int | vidid, |
| QList< int > | keys, | ||
| int64_t | initPTS | ||
| ) |
Definition at line 117 of file mpeg2fix.cpp.
| int64_t PTSOffsetQueue::Get | ( | int | idx, |
| AVPacket * | pkt | ||
| ) |
Definition at line 133 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::Start().
| void PTSOffsetQueue::SetNextPos | ( | int64_t | newPTS, |
| AVPacket * | pkt | ||
| ) |
Definition at line 176 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::Start().
| void PTSOffsetQueue::SetNextPTS | ( | int64_t | newPTS, |
| int64_t | atPTS | ||
| ) |
Definition at line 163 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::Start().
| int64_t PTSOffsetQueue::UpdateOrigPTS | ( | int | idx, |
| int64_t & | origPTS, | ||
| AVPacket * | pkt | ||
| ) |
Definition at line 198 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::Start().
|
private |
Definition at line 80 of file mpeg2fix.h.
Referenced by PTSOffsetQueue(), SetNextPos(), and SetNextPTS().
|
private |
Definition at line 78 of file mpeg2fix.h.
Referenced by Get(), PTSOffsetQueue(), SetNextPos(), and SetNextPTS().
|
private |
Definition at line 79 of file mpeg2fix.h.
Referenced by SetNextPos(), and UpdateOrigPTS().
|
private |
Definition at line 81 of file mpeg2fix.h.
Referenced by PTSOffsetQueue(), and SetNextPos().