|
MythTV
0.26-pre
|
#include <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 |
Definition at line 106 of file mpeg2fix.h.
Definition at line 440 of file mpeg2fix.cpp.
Definition at line 454 of file mpeg2fix.cpp.
Definition at line 510 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::ReplexStart().
Definition at line 470 of file mpeg2fix.cpp.
Referenced by fill_buffers().
Definition at line 113 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::MPEG2fixup(), and Start().
Definition at line 115 of file mpeg2fix.h.
Referenced by MPEG2fixup::MPEG2fixup().
Definition at line 116 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::InitReplex(), MPEG2replex(), Start(), and ~MPEG2replex().
| ringbuffer MPEG2replex::extrbuf[N_AUDIO] |
Definition at line 117 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::InitReplex(), MPEG2replex(), Start(), and ~MPEG2replex().
Definition at line 118 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 119 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::FrameInfo(), MPEG2fixup::InitReplex(), MPEG2replex(), Start(), WaitBuffers(), and ~MPEG2replex().
Definition at line 120 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), WaitBuffers(), and ~MPEG2replex().
| int MPEG2replex::exttype[N_AUDIO] |
Definition at line 121 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), MPEG2replex(), and Start().
| int MPEG2replex::exttypcnt[N_AUDIO] |
Definition at line 122 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), MPEG2replex(), and Start().
Definition at line 124 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::MPEG2fixup(), Start(), MPEG2fixup::Start(), and WaitBuffers().
| pthread_cond_t MPEG2replex::cond |
Definition at line 125 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::MPEG2fixup(), Start(), MPEG2fixup::Start(), and WaitBuffers().
| audio_frame_t MPEG2replex::extframe[N_AUDIO] |
Definition at line 126 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), MPEG2replex(), and Start().
Definition at line 127 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), MPEG2replex(), and Start().
multiplex_t* MPEG2replex::mplex [private] |
Definition at line 130 of file mpeg2fix.h.
Referenced by Start(), and WaitBuffers().
1.7.6.1