VLC
3.0.15
|
Private input fields. More...
Private input fields.
input_attachment_t** input_thread_private_t::attachment |
Referenced by Create(), input_ExtractAttachmentAndCacheArt(), and input_vaControl().
bool input_thread_private_t::b_can_pace_control |
Referenced by Create(), EsOutControlLocked(), and Run().
bool input_thread_private_t::b_can_pause |
bool input_thread_private_t::b_can_rate_control |
bool input_thread_private_t::b_fast_seek |
bool input_thread_private_t::b_out_pace_control |
Referenced by Create(), EsOutControlLocked(), EsOutSend(), and Run().
bool input_thread_private_t::b_preparsing |
Referenced by Create(), input_Start(), and input_vaControl().
bool input_thread_private_t::b_recording |
Referenced by Create().
seekpoint_t input_thread_private_t::bookmark |
Referenced by Create(), input_vaControl(), and MainLoopStatistics().
input_control_t input_thread_private_t::control[100] |
Referenced by input_Destructor(), and input_Stop().
struct { ... } input_thread_private_t::counters |
Referenced by Create(), input_Destructor(), and stats_ComputeInputStats().
vlc_mutex_t input_thread_private_t::counters_lock |
Referenced by AStreamReadBlock(), AStreamReadStream(), Create(), EsOutSend(), input_Destructor(), and stats_ComputeInputStats().
int input_thread_private_t::i_attachment |
Referenced by Create(), input_ExtractAttachmentAndCacheArt(), and input_vaControl().
int input_thread_private_t::i_bookmark |
Referenced by Create(), input_vaControl(), and UpdateBookmarksOption().
int input_thread_private_t::i_control |
Referenced by Create(), input_Destructor(), and input_Stop().
int input_thread_private_t::i_rate |
Referenced by Create().
int input_thread_private_t::i_seekpoint_offset |
Referenced by Create().
int input_thread_private_t::i_slave |
Referenced by Create().
int64_t input_thread_private_t::i_start |
Referenced by Create().
int input_thread_private_t::i_state |
Referenced by Create(), input_ControlVarInit(), and MainLoop().
int64_t input_thread_private_t::i_stop |
Referenced by Create(), and MainLoopDemux().
int64_t input_thread_private_t::i_time |
Referenced by Create(), MainLoopDemux(), and MainLoopStatistics().
int input_thread_private_t::i_title |
Referenced by Create(), and input_vaControl().
int input_thread_private_t::i_title_offset |
Referenced by Create().
struct input_thread_t input_thread_private_t::input |
vlc_interrupt_t input_thread_private_t::interrupt |
Referenced by Create(), input_Stop(), and Run().
bool input_thread_private_t::is_running |
Referenced by Create(), and input_Start().
bool input_thread_private_t::is_stopped |
Referenced by Create(), and input_Stop().
vlc_mutex_t input_thread_private_t::lock_control |
Referenced by Create(), input_Destructor(), and input_Stop().
input_source_t* input_thread_private_t::master |
Referenced by Create(), MainLoop(), and MainLoopDemux().
counter_t* input_thread_private_t::p_decoded_audio |
Referenced by stats_ComputeInputStats().
counter_t* input_thread_private_t::p_decoded_sub |
counter_t* input_thread_private_t::p_decoded_video |
Referenced by stats_ComputeInputStats().
counter_t* input_thread_private_t::p_demux_bitrate |
Referenced by EsOutSend(), and stats_ComputeInputStats().
counter_t* input_thread_private_t::p_demux_corrupted |
Referenced by EsOutSend(), and stats_ComputeInputStats().
counter_t* input_thread_private_t::p_demux_discontinuity |
Referenced by EsOutSend(), and stats_ComputeInputStats().
counter_t* input_thread_private_t::p_demux_read |
Referenced by EsOutSend(), and stats_ComputeInputStats().
counter_t* input_thread_private_t::p_displayed_pictures |
Referenced by stats_ComputeInputStats().
es_out_t* input_thread_private_t::p_es_out |
Referenced by Create(), and MainLoopDemux().
es_out_t* input_thread_private_t::p_es_out_display |
Referenced by Create(), input_Destructor(), and input_vaControl().
counter_t* input_thread_private_t::p_input_bitrate |
Referenced by AStreamReadBlock(), AStreamReadStream(), and stats_ComputeInputStats().
input_item_t* input_thread_private_t::p_item |
counter_t* input_thread_private_t::p_lost_abuffers |
Referenced by stats_ComputeInputStats().
counter_t* input_thread_private_t::p_lost_pictures |
Referenced by stats_ComputeInputStats().
counter_t* input_thread_private_t::p_played_abuffers |
Referenced by stats_ComputeInputStats().
counter_t* input_thread_private_t::p_read_bytes |
Referenced by AStreamReadBlock(), AStreamReadStream(), and stats_ComputeInputStats().
counter_t* input_thread_private_t::p_read_packets |
Referenced by AStreamReadBlock(), AStreamReadStream(), and stats_ComputeInputStats().
vlc_renderer_item_t* input_thread_private_t::p_renderer |
Referenced by Create(), and input_Destructor().
input_resource_t* input_thread_private_t::p_resource |
Referenced by Create(), EsOutControlLocked(), input_Destructor(), and input_vaControl().
input_resource_t* input_thread_private_t::p_resource_private |
Referenced by Create(), and input_Destructor().
sout_instance_t* input_thread_private_t::p_sout |
Referenced by Create(), and EsOutControlLocked().
counter_t* input_thread_private_t::p_sout_send_bitrate |
Referenced by input_CreateFilename(), and stats_ComputeInputStats().
counter_t* input_thread_private_t::p_sout_sent_bytes |
Referenced by input_CreateFilename(), and stats_ComputeInputStats().
counter_t* input_thread_private_t::p_sout_sent_packets |
Referenced by stats_ComputeInputStats().
seekpoint_t** input_thread_private_t::pp_bookmark |
Referenced by Create(), input_vaControl(), and UpdateBookmarksOption().
input_source_t** input_thread_private_t::slave |
Referenced by Create().
vlc_thread_t input_thread_private_t::thread |
Referenced by input_Start(), and Run().
const input_title_t** input_thread_private_t::title |
Referenced by Create(), and input_vaControl().
vlc_viewpoint_t input_thread_private_t::viewpoint |
Referenced by Create().
bool input_thread_private_t::viewpoint_changed |
Referenced by Create().
vlc_cond_t input_thread_private_t::wait_control |
Referenced by Create(), input_Destructor(), and input_Stop().