#include <mpeg2fix.h>
Definition at line 88 of file mpeg2fix.h.
Public Member Functions | |
| PTSOffsetQueue (int vidid, QValueList< 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, QValueList < poq_idx_t > > | offset |
| QMap< int, QValueList < poq_idx_t > > | orig |
| QValueList< int > | keyList |
| int | vid_id |
| PTSOffsetQueue::PTSOffsetQueue | ( | int | vidid, | |
| QValueList< int > | keys, | |||
| int64_t | initPTS | |||
| ) |
Definition at line 104 of file mpeg2fix.cpp.
Definition at line 148 of file mpeg2fix.cpp.
Definition at line 162 of file mpeg2fix.cpp.
Definition at line 121 of file mpeg2fix.cpp.
Definition at line 184 of file mpeg2fix.cpp.
QMap<int, QValueList<poq_idx_t> > PTSOffsetQueue::offset [private] |
Definition at line 97 of file mpeg2fix.h.
Referenced by Get(), PTSOffsetQueue(), SetNextPos(), and SetNextPTS().
QMap<int, QValueList<poq_idx_t> > PTSOffsetQueue::orig [private] |
QValueList<int> PTSOffsetQueue::keyList [private] |
Definition at line 99 of file mpeg2fix.h.
Referenced by PTSOffsetQueue(), SetNextPos(), and SetNextPTS().
int PTSOffsetQueue::vid_id [private] |
1.5.5