#include <mpeg2fix.h>
Definition at line 104 of file mpeg2fix.h.
Public Member Functions | |
| MPEG2replex () | |
| ~MPEG2replex () | |
| void | Start () |
| int | WaitBuffers () |
Public Attributes | |
| int | done |
| QString | outfile |
| int | otype |
| ringbuffer | vrbuf |
| ringbuffer | extrbuf [N_AUDIO] |
| ringbuffer | index_vrbuf |
| ringbuffer | index_extrbuf [N_AUDIO] |
| int | ext_count |
| int | exttype [N_AUDIO] |
| int | exttypcnt [N_AUDIO] |
| pthread_mutex_t | mutex |
| pthread_cond_t | cond |
| audio_frame_t | extframe [N_AUDIO] |
| sequence_t | seq_head |
Private Attributes | |
| multiplex_t * | mplex |
| MPEG2replex::MPEG2replex | ( | ) |
Definition at line 447 of file mpeg2fix.cpp.
| MPEG2replex::~MPEG2replex | ( | ) |
Definition at line 456 of file mpeg2fix.cpp.
| void MPEG2replex::Start | ( | void | ) |
| int MPEG2replex::WaitBuffers | ( | ) |
Definition at line 111 of file mpeg2fix.h.
Referenced by MPEG2fixup::MPEG2fixup(), MPEG2fixup::Start(), and WaitBuffers().
| QString MPEG2replex::outfile |
Definition at line 114 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::InitReplex(), MPEG2replex(), Start(), and ~MPEG2replex().
| ringbuffer MPEG2replex::extrbuf[N_AUDIO] |
Definition at line 115 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::InitReplex(), MPEG2replex(), Start(), and ~MPEG2replex().
Definition at line 116 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::FrameInfo(), MPEG2fixup::InitReplex(), MPEG2replex(), Start(), WaitBuffers(), and ~MPEG2replex().
| ringbuffer MPEG2replex::index_extrbuf[N_AUDIO] |
Definition at line 117 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::FrameInfo(), MPEG2fixup::InitReplex(), MPEG2replex(), Start(), WaitBuffers(), and ~MPEG2replex().
Definition at line 118 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), MPEG2replex(), WaitBuffers(), and ~MPEG2replex().
| int MPEG2replex::exttype[N_AUDIO] |
| int MPEG2replex::exttypcnt[N_AUDIO] |
Definition at line 122 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::MPEG2fixup(), MPEG2fixup::Start(), Start(), and WaitBuffers().
| pthread_cond_t MPEG2replex::cond |
Definition at line 123 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::MPEG2fixup(), MPEG2fixup::Start(), Start(), and WaitBuffers().
| audio_frame_t MPEG2replex::extframe[N_AUDIO] |
multiplex_t* MPEG2replex::mplex [private] |
1.5.5