MythTV
master
|
#include <mythtranscode/external/replex/replex.h>
int replex::itype |
Definition at line 44 of file replex.h.
Referenced by check_stream_type(), do_scan(), init_replex(), main(), replex_fill_buffers(), replex_finish(), and save_read().
int replex::otype |
Definition at line 45 of file replex.h.
Referenced by do_replex(), init_replex(), and main().
int replex::ignore_pts |
Definition at line 46 of file replex.h.
Referenced by analyze_audio(), analyze_video(), check_stream_type(), do_replex(), and main().
int replex::keep_pts |
Definition at line 47 of file replex.h.
Referenced by analyze_audio(), analyze_video(), and main().
int replex::fix_sync |
Definition at line 48 of file replex.h.
Referenced by analyze_audio(), and main().
uint64_t replex::inflength |
Definition at line 49 of file replex.h.
Referenced by find_all_pids_file(), find_pes_ids(), find_pids_file(), init_replex(), main(), and save_read().
uint64_t replex::finread |
Definition at line 50 of file replex.h.
Referenced by main(), and save_read().
int replex::lastper |
Definition at line 51 of file replex.h.
Referenced by get_avi_from_index(), main(), and save_read().
int replex::avi_rest |
Definition at line 52 of file replex.h.
Referenced by replex_fill_buffers().
int replex::fd_in |
Definition at line 54 of file replex.h.
Referenced by find_all_pids_file(), find_pids_file(), init_replex(), main(), replex_fill_buffers(), and save_read().
int replex::fd_out |
Definition at line 55 of file replex.h.
Referenced by do_replex(), and main().
int replex::finish |
Definition at line 56 of file replex.h.
Referenced by do_analyze(), do_demux(), fill_buffers(), and replex_fill_buffers().
int replex::demux |
Definition at line 57 of file replex.h.
Referenced by main(), and replex_finish().
Definition at line 58 of file replex.h.
Referenced by analyze_audio(), do_demux(), and main().
int replex::analyze |
Definition at line 59 of file replex.h.
Referenced by analyze_audio(), analyze_video(), do_analyze(), do_scan(), init_replex(), and main().
avi_context replex::ac |
Definition at line 60 of file replex.h.
Referenced by check_stream_type(), get_avi_from_index(), init_replex(), and replex_fill_buffers().
int replex::vdr |
Definition at line 61 of file replex.h.
Referenced by find_pes_ids(), main(), pes_es_out(), and pes_id_out().
uint64_t replex::video_delay |
Definition at line 63 of file replex.h.
Referenced by do_replex(), and main().
uint64_t replex::audio_delay |
Definition at line 64 of file replex.h.
Referenced by do_replex(), and main().
int replex::audiobuf |
Definition at line 70 of file replex.h.
Referenced by analyze_audio(), find_pids_stdin(), and init_replex().
int replex::ac3buf |
Definition at line 71 of file replex.h.
Referenced by analyze_audio(), and init_replex().
int replex::videobuf |
Definition at line 72 of file replex.h.
Referenced by analyze_video(), and init_replex().
int replex::exttype[N_AUDIO] |
Definition at line 75 of file replex.h.
Referenced by do_replex().
int replex::exttypcnt[N_AUDIO] |
Definition at line 76 of file replex.h.
Referenced by do_replex().
audio_frame_t replex::extframe[N_AUDIO] |
Definition at line 77 of file replex.h.
Referenced by do_replex().
ringbuffer replex::extrbuffer[N_AUDIO] |
Definition at line 78 of file replex.h.
Referenced by do_replex().
ringbuffer replex::index_extrbuffer[N_AUDIO] |
Definition at line 79 of file replex.h.
Referenced by do_replex().
int replex::ac3n |
Definition at line 82 of file replex.h.
Referenced by check_stream_type(), do_analyze(), do_demux(), do_replex(), find_all_pids_file(), find_pes_ids(), find_pids_file(), find_pids_stdin(), fix_audio(), guess_fill(), init_replex(), main(), pes_es_out(), replex_all_set(), replex_check_id(), and replex_fill_buffers().
Definition at line 83 of file replex.h.
Referenced by find_pids_file(), find_pids_stdin(), main(), pes_es_out(), and replex_check_id().
Definition at line 84 of file replex.h.
Referenced by find_pids_stdin(), init_replex(), and replex_tsp().
index_unit replex::current_ac3index[N_AC3] |
Definition at line 85 of file replex.h.
Referenced by analyze_audio(), find_pids_stdin(), and init_replex().
int replex::ac3pes_abort[N_AC3] |
Definition at line 86 of file replex.h.
Referenced by analyze_audio(), es_out(), init_replex(), and pes_es_out().
ringbuffer replex::ac3rbuffer[N_AC3] |
Definition at line 87 of file replex.h.
Referenced by analyze_audio(), avi_es_out(), do_analyze(), do_demux(), do_replex(), es_out(), find_pids_stdin(), fix_audio(), guess_fill(), init_replex(), and pes_es_out().
ringbuffer replex::index_ac3rbuffer[N_AC3] |
Definition at line 88 of file replex.h.
Referenced by analyze_audio(), do_replex(), find_pids_stdin(), fix_audio(), get_next_ac3_unit(), guess_fill(), and init_replex().
uint64_t replex::ac3frame_count[N_AC3] |
Definition at line 89 of file replex.h.
Referenced by analyze_audio(), avi_es_out(), find_pids_stdin(), and init_replex().
audio_frame_t replex::ac3frame[N_AC3] |
Definition at line 90 of file replex.h.
Referenced by analyze_audio(), avi_es_out(), do_replex(), es_out(), find_pids_stdin(), init_replex(), pes_es_out(), and replex_all_set().
uint64_t replex::first_ac3pts[N_AC3] |
Definition at line 91 of file replex.h.
Referenced by analyze_audio(), find_pids_stdin(), fix_audio(), and init_replex().
int replex::ac3_state[N_AUDIO] |
Definition at line 92 of file replex.h.
Referenced by init_replex().
uint64_t replex::last_ac3pts[N_AC3] |
Definition at line 93 of file replex.h.
Referenced by analyze_audio(), and init_replex().
int replex::apidn |
Definition at line 96 of file replex.h.
Referenced by check_stream_type(), do_analyze(), do_demux(), do_replex(), find_pids_file(), find_pids_stdin(), fix_audio(), guess_fill(), init_replex(), main(), pes_es_out(), replex_all_set(), replex_check_id(), and replex_fill_buffers().
Definition at line 97 of file replex.h.
Referenced by check_stream_type(), find_all_pids_file(), find_pes_ids(), find_pids_file(), find_pids_stdin(), main(), pes_es_out(), and replex_check_id().
Definition at line 98 of file replex.h.
Referenced by find_pids_stdin(), init_replex(), and replex_tsp().
index_unit replex::current_aindex[N_AUDIO] |
Definition at line 99 of file replex.h.
Referenced by analyze_audio(), find_pids_stdin(), and init_replex().
int replex::apes_abort[N_AUDIO] |
Definition at line 100 of file replex.h.
Referenced by analyze_audio(), es_out(), init_replex(), and pes_es_out().
ringbuffer replex::arbuffer[N_AUDIO] |
Definition at line 101 of file replex.h.
Referenced by analyze_audio(), avi_es_out(), do_analyze(), do_demux(), do_replex(), es_out(), find_pids_stdin(), fix_audio(), get_avi(), get_avi_from_index(), guess_fill(), init_replex(), and pes_es_out().
ringbuffer replex::index_arbuffer[N_AUDIO] |
Definition at line 102 of file replex.h.
Referenced by analyze_audio(), do_replex(), find_pids_stdin(), fix_audio(), get_next_audio_unit(), guess_fill(), and init_replex().
uint64_t replex::aframe_count[N_AUDIO] |
Definition at line 103 of file replex.h.
Referenced by analyze_audio(), avi_es_out(), find_pids_stdin(), and init_replex().
audio_frame_t replex::aframe[N_AUDIO] |
Definition at line 104 of file replex.h.
Referenced by analyze_audio(), avi_es_out(), do_replex(), es_out(), find_pids_stdin(), init_replex(), pes_es_out(), and replex_all_set().
uint64_t replex::first_apts[N_AUDIO] |
Definition at line 105 of file replex.h.
Referenced by analyze_audio(), find_pids_stdin(), fix_audio(), and init_replex().
int replex::audio_state[N_AUDIO] |
Definition at line 106 of file replex.h.
Referenced by init_replex().
uint64_t replex::last_apts[N_AUDIO] |
Definition at line 107 of file replex.h.
Referenced by analyze_audio(), and init_replex().
uint16_t replex::vpid |
Definition at line 110 of file replex.h.
Referenced by check_stream_type(), find_all_pids_file(), find_pes_ids(), find_pids_file(), find_pids_stdin(), init_replex(), main(), pes_es_out(), replex_check_id(), and replex_fill_buffers().
int replex::first_iframe |
Definition at line 111 of file replex.h.
Referenced by analyze_video(), and init_replex().
pes_in_t replex::pvideo |
Definition at line 112 of file replex.h.
Referenced by do_scan(), find_pes_ids(), init_replex(), replex_fill_buffers(), and replex_tsp().
index_unit replex::current_vindex |
Definition at line 113 of file replex.h.
Referenced by analyze_video(), and init_replex().
int replex::vpes_abort |
Definition at line 114 of file replex.h.
Referenced by analyze_video(), es_out(), init_replex(), and pes_es_out().
ringbuffer replex::vrbuffer |
Definition at line 115 of file replex.h.
Referenced by analyze_video(), avi_es_out(), do_analyze(), do_demux(), do_replex(), es_out(), get_avi(), get_avi_from_index(), guess_fill(), init_replex(), and pes_es_out().
ringbuffer replex::index_vrbuffer |
Definition at line 116 of file replex.h.
Referenced by analyze_video(), do_replex(), get_next_video_unit(), guess_fill(), and init_replex().
uint64_t replex::vframe_count |
Definition at line 117 of file replex.h.
Referenced by analyze_video(), avi_es_out(), and init_replex().
uint64_t replex::vgroup_count |
Definition at line 118 of file replex.h.
Referenced by analyze_video(), and init_replex().
sequence_t replex::seq_head |
Definition at line 119 of file replex.h.
Referenced by analyze_video(), avi_es_out(), do_replex(), es_out(), init_replex(), pes_es_out(), and replex_all_set().
uint64_t replex::first_vpts |
Definition at line 120 of file replex.h.
Referenced by analyze_video(), fix_audio(), and init_replex().
int replex::video_state |
Definition at line 121 of file replex.h.
Referenced by init_replex().
uint64_t replex::last_vpts |
Definition at line 122 of file replex.h.
Referenced by analyze_video(), and init_replex().
void* replex::priv |
Definition at line 124 of file replex.h.
Referenced by do_replex(), and replex_finish().
int replex::scan_found |
Definition at line 125 of file replex.h.
Referenced by find_pes_ids(), and pes_id_out().