MythTV
master
|
#include <mythtranscode/mpeg2fix.h>
Public Member Functions | |
MPEG2replex ()=default | |
~MPEG2replex () | |
void | Start () |
int | WaitBuffers () |
Public Attributes | |
int | m_done {0} |
QString | m_outfile |
int | m_otype {0} |
ringbuffer | m_vrBuf {} |
RingbufferArray | m_extrbuf {} |
ringbuffer | m_indexVrbuf {} |
RingbufferArray | m_indexExtrbuf {} |
int | m_extCount {0} |
ExtTypeIntArray | m_exttype {0} |
ExtTypeIntArray | m_exttypcnt {0} |
pthread_mutex_t | m_mutex {} |
pthread_cond_t | m_cond {} |
AudioFrameArray | m_extframe {} |
sequence_t | m_seq_head {} |
Private Attributes | |
multiplex_t * | m_mplex {nullptr} |
Definition at line 89 of file mpeg2fix.h.
|
default |
MPEG2replex::~MPEG2replex | ( | ) |
Definition at line 461 of file mpeg2fix.cpp.
void MPEG2replex::Start | ( | ) |
Definition at line 527 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::ReplexStart().
int MPEG2replex::WaitBuffers | ( | ) |
Definition at line 477 of file mpeg2fix.cpp.
int MPEG2replex::m_done {0} |
Definition at line 96 of file mpeg2fix.h.
Referenced by MPEG2fixup::MPEG2fixup(), MPEG2fixup::Start(), and WaitBuffers().
QString MPEG2replex::m_outfile |
Definition at line 97 of file mpeg2fix.h.
Referenced by MPEG2fixup::MPEG2fixup(), and Start().
int MPEG2replex::m_otype {0} |
Definition at line 98 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), MPEG2fixup::MPEG2fixup(), and Start().
ringbuffer MPEG2replex::m_vrBuf {} |
Definition at line 99 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::InitReplex(), Start(), and ~MPEG2replex().
RingbufferArray MPEG2replex::m_extrbuf {} |
Definition at line 100 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::InitReplex(), Start(), and ~MPEG2replex().
ringbuffer MPEG2replex::m_indexVrbuf {} |
Definition at line 101 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::FrameInfo(), MPEG2fixup::InitReplex(), Start(), WaitBuffers(), and ~MPEG2replex().
RingbufferArray MPEG2replex::m_indexExtrbuf {} |
Definition at line 102 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::FrameInfo(), MPEG2fixup::InitReplex(), Start(), WaitBuffers(), and ~MPEG2replex().
int MPEG2replex::m_extCount {0} |
Definition at line 103 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), WaitBuffers(), and ~MPEG2replex().
ExtTypeIntArray MPEG2replex::m_exttype {0} |
Definition at line 104 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), and Start().
ExtTypeIntArray MPEG2replex::m_exttypcnt {0} |
Definition at line 105 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), and Start().
pthread_mutex_t MPEG2replex::m_mutex {} |
Definition at line 107 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::MPEG2fixup(), Start(), MPEG2fixup::Start(), and WaitBuffers().
pthread_cond_t MPEG2replex::m_cond {} |
Definition at line 108 of file mpeg2fix.h.
Referenced by MPEG2fixup::AddFrame(), MPEG2fixup::MPEG2fixup(), Start(), MPEG2fixup::Start(), and WaitBuffers().
AudioFrameArray MPEG2replex::m_extframe {} |
Definition at line 109 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), and Start().
sequence_t MPEG2replex::m_seq_head {} |
Definition at line 110 of file mpeg2fix.h.
Referenced by MPEG2fixup::InitReplex(), and Start().
|
private |
Definition at line 113 of file mpeg2fix.h.
Referenced by Start(), and WaitBuffers().