Libav
|
SDL_Thread* PlayerState::parse_tid |
Definition at line 125 of file avplay.c.
Referenced by player_close(), and stream_open().
SDL_Thread* PlayerState::video_tid |
Definition at line 126 of file avplay.c.
Referenced by stream_component_close(), and stream_component_open().
SDL_Thread* PlayerState::refresh_tid |
Definition at line 127 of file avplay.c.
Referenced by player_close(), and stream_open().
AVInputFormat* PlayerState::iformat |
Definition at line 128 of file avplay.c.
Referenced by stream_open(), and stream_setup().
int PlayerState::no_background |
Definition at line 129 of file avplay.c.
Referenced by video_image_display().
int PlayerState::abort_request |
Definition at line 130 of file avplay.c.
Referenced by decode_interrupt_cb(), decode_thread(), player_close(), and refresh_thread().
int PlayerState::paused |
Definition at line 131 of file avplay.c.
Referenced by audio_decode_frame(), decode_thread(), get_video_clock(), step_to_next_frame(), stream_pause(), subtitle_thread(), video_audio_display(), and video_thread().
int PlayerState::last_paused |
Definition at line 132 of file avplay.c.
Referenced by decode_thread().
int PlayerState::seek_req |
Definition at line 133 of file avplay.c.
Referenced by decode_thread(), and stream_seek().
int PlayerState::seek_flags |
Definition at line 134 of file avplay.c.
Referenced by decode_thread(), and stream_seek().
int64_t PlayerState::seek_pos |
Definition at line 135 of file avplay.c.
Referenced by decode_thread(), and stream_seek().
int64_t PlayerState::seek_rel |
Definition at line 136 of file avplay.c.
Referenced by decode_thread(), and stream_seek().
int PlayerState::read_pause_return |
Definition at line 137 of file avplay.c.
Referenced by decode_thread(), and stream_pause().
AVFormatContext* PlayerState::ic |
Definition at line 138 of file avplay.c.
Referenced by decode_thread(), event_loop(), seek_chapter(), stream_close(), stream_component_close(), stream_component_open(), stream_cycle_channel(), and stream_setup().
int PlayerState::audio_stream |
Definition at line 140 of file avplay.c.
Referenced by decode_thread(), event_loop(), stream_close(), stream_component_close(), stream_component_open(), stream_cycle_channel(), and stream_setup().
int PlayerState::av_sync_type |
Definition at line 142 of file avplay.c.
Referenced by compute_target_time(), get_master_clock(), stream_open(), and synchronize_audio().
double PlayerState::external_clock |
Definition at line 143 of file avplay.c.
Referenced by get_external_clock().
int64_t PlayerState::external_clock_time |
Definition at line 144 of file avplay.c.
Referenced by get_external_clock().
double PlayerState::audio_clock |
Definition at line 146 of file avplay.c.
Referenced by audio_decode_frame(), get_audio_clock(), and synchronize_audio().
double PlayerState::audio_diff_cum |
Definition at line 147 of file avplay.c.
Referenced by synchronize_audio().
double PlayerState::audio_diff_avg_coef |
Definition at line 148 of file avplay.c.
Referenced by stream_component_open(), and synchronize_audio().
double PlayerState::audio_diff_threshold |
Definition at line 149 of file avplay.c.
Referenced by stream_component_open(), and synchronize_audio().
int PlayerState::audio_diff_avg_count |
Definition at line 150 of file avplay.c.
Referenced by stream_component_open(), and synchronize_audio().
AVStream* PlayerState::audio_st |
Definition at line 151 of file avplay.c.
Referenced by audio_decode_frame(), compute_target_time(), get_audio_clock(), get_master_clock(), refresh_thread(), stream_component_close(), stream_component_open(), video_display(), and video_refresh_timer().
AVCodecContext* PlayerState::audio_dec |
Definition at line 152 of file avplay.c.
Referenced by audio_decode_frame(), decode_thread(), stream_component_close(), and stream_component_open().
PacketQueue PlayerState::audioq |
Definition at line 153 of file avplay.c.
Referenced by audio_decode_frame(), decode_thread(), stream_component_close(), stream_component_open(), and video_refresh_timer().
int PlayerState::audio_hw_buf_size |
Definition at line 154 of file avplay.c.
Referenced by stream_component_open().
uint8_t PlayerState::silence_buf[SDL_AUDIO_BUFFER_SIZE] |
Definition at line 155 of file avplay.c.
Referenced by sdl_audio_callback().
uint8_t* PlayerState::audio_buf |
Definition at line 156 of file avplay.c.
Referenced by audio_decode_frame(), sdl_audio_callback(), and stream_component_close().
uint8_t* PlayerState::audio_buf1 |
Definition at line 157 of file avplay.c.
Referenced by audio_decode_frame(), and stream_component_close().
unsigned int PlayerState::audio_buf_size |
Definition at line 158 of file avplay.c.
Referenced by audio_write_get_buf_size(), sdl_audio_callback(), and stream_component_open().
int PlayerState::audio_buf_index |
Definition at line 159 of file avplay.c.
Referenced by audio_write_get_buf_size(), sdl_audio_callback(), and stream_component_open().
AVPacket PlayerState::audio_pkt_temp |
Definition at line 160 of file avplay.c.
Referenced by audio_decode_frame().
AVPacket PlayerState::audio_pkt |
Definition at line 161 of file avplay.c.
Referenced by audio_decode_frame(), event_loop(), stream_component_close(), and stream_component_open().
enum AVSampleFormat PlayerState::sdl_sample_fmt |
Definition at line 162 of file avplay.c.
Referenced by audio_decode_frame(), get_audio_clock(), stream_component_open(), and synchronize_audio().
uint64_t PlayerState::sdl_channel_layout |
Definition at line 163 of file avplay.c.
Referenced by audio_decode_frame(), and stream_component_open().
int PlayerState::sdl_channels |
Definition at line 164 of file avplay.c.
Referenced by audio_decode_frame(), get_audio_clock(), stream_component_open(), synchronize_audio(), and video_audio_display().
int PlayerState::sdl_sample_rate |
Definition at line 165 of file avplay.c.
Referenced by audio_decode_frame(), get_audio_clock(), stream_component_open(), synchronize_audio(), and video_audio_display().
enum AVSampleFormat PlayerState::resample_sample_fmt |
Definition at line 166 of file avplay.c.
Referenced by audio_decode_frame(), and stream_component_open().
uint64_t PlayerState::resample_channel_layout |
Definition at line 167 of file avplay.c.
Referenced by audio_decode_frame(), and stream_component_open().
int PlayerState::resample_sample_rate |
Definition at line 168 of file avplay.c.
Referenced by audio_decode_frame(), and stream_component_open().
AVAudioResampleContext* PlayerState::avr |
Definition at line 169 of file avplay.c.
Referenced by audio_decode_frame(), and stream_component_close().
AVFrame* PlayerState::frame |
Definition at line 170 of file avplay.c.
Referenced by audio_decode_frame(), and stream_component_close().
int PlayerState::show_audio |
Definition at line 172 of file avplay.c.
Referenced by refresh_thread(), sdl_audio_callback(), stream_setup(), toggle_audio_display(), video_audio_display(), and video_display().
int16_t PlayerState::sample_array[SAMPLE_ARRAY_SIZE] |
Definition at line 173 of file avplay.c.
Referenced by update_sample_display(), and video_audio_display().
int PlayerState::sample_array_index |
Definition at line 174 of file avplay.c.
Referenced by update_sample_display(), and video_audio_display().
int PlayerState::last_i_start |
Definition at line 175 of file avplay.c.
Referenced by video_audio_display().
RDFTContext* PlayerState::rdft |
Definition at line 176 of file avplay.c.
Referenced by stream_component_close(), and video_audio_display().
int PlayerState::rdft_bits |
Definition at line 177 of file avplay.c.
Referenced by stream_component_close(), and video_audio_display().
FFTSample* PlayerState::rdft_data |
Definition at line 178 of file avplay.c.
Referenced by stream_component_close(), and video_audio_display().
int PlayerState::xpos |
Definition at line 179 of file avplay.c.
Referenced by video_audio_display().
SDL_Thread* PlayerState::subtitle_tid |
Definition at line 181 of file avplay.c.
Referenced by stream_component_close(), and stream_component_open().
int PlayerState::subtitle_stream |
Definition at line 182 of file avplay.c.
Referenced by decode_thread(), stream_close(), stream_component_close(), stream_component_open(), stream_cycle_channel(), and stream_setup().
int PlayerState::subtitle_stream_changed |
Definition at line 183 of file avplay.c.
Referenced by stream_component_close(), and video_refresh_timer().
AVStream* PlayerState::subtitle_st |
Definition at line 184 of file avplay.c.
Referenced by stream_component_close(), stream_component_open(), video_image_display(), and video_refresh_timer().
AVCodecContext* PlayerState::subtitle_dec |
Definition at line 185 of file avplay.c.
Referenced by stream_component_close(), stream_component_open(), and subtitle_thread().
PacketQueue PlayerState::subtitleq |
Definition at line 186 of file avplay.c.
Referenced by decode_thread(), stream_component_close(), stream_component_open(), subtitle_thread(), and video_refresh_timer().
SubPicture PlayerState::subpq[SUBPICTURE_QUEUE_SIZE] |
Definition at line 187 of file avplay.c.
Referenced by subtitle_thread(), video_image_display(), and video_refresh_timer().
int PlayerState::subpq_size |
Definition at line 188 of file avplay.c.
Referenced by subtitle_thread(), video_image_display(), and video_refresh_timer().
int PlayerState::subpq_rindex |
Definition at line 188 of file avplay.c.
Referenced by video_image_display(), and video_refresh_timer().
int PlayerState::subpq_windex |
Definition at line 188 of file avplay.c.
Referenced by subtitle_thread().
SDL_mutex* PlayerState::subpq_mutex |
Definition at line 189 of file avplay.c.
Referenced by player_close(), stream_component_close(), stream_open(), subtitle_thread(), and video_refresh_timer().
SDL_cond* PlayerState::subpq_cond |
Definition at line 190 of file avplay.c.
Referenced by player_close(), stream_component_close(), stream_open(), subtitle_thread(), and video_refresh_timer().
double PlayerState::frame_timer |
Definition at line 192 of file avplay.c.
Referenced by compute_target_time(), get_video_frame(), and stream_pause().
double PlayerState::frame_last_pts |
Definition at line 193 of file avplay.c.
Referenced by compute_target_time(), and get_video_frame().
double PlayerState::frame_last_delay |
Definition at line 194 of file avplay.c.
Referenced by compute_target_time(), and get_video_frame().
double PlayerState::video_clock |
Definition at line 195 of file avplay.c.
Referenced by output_picture2(), synchronize_audio(), and video_refresh_timer().
int PlayerState::video_stream |
Definition at line 196 of file avplay.c.
Referenced by decode_thread(), event_loop(), stream_close(), stream_component_close(), stream_component_open(), stream_cycle_channel(), and stream_setup().
AVStream* PlayerState::video_st |
Definition at line 197 of file avplay.c.
Referenced by configure_video_filters(), get_master_clock(), get_video_frame(), stream_component_close(), stream_component_open(), synchronize_audio(), video_display(), video_refresh_timer(), and video_thread().
AVCodecContext* PlayerState::video_dec |
Definition at line 198 of file avplay.c.
Referenced by configure_video_filters(), get_video_frame(), output_picture2(), stream_component_close(), stream_component_open(), and video_thread().
PacketQueue PlayerState::videoq |
Definition at line 199 of file avplay.c.
Referenced by decode_thread(), get_video_frame(), queue_picture(), stream_component_close(), stream_component_open(), video_refresh_timer(), and video_thread().
double PlayerState::video_current_pts |
Definition at line 200 of file avplay.c.
Referenced by get_video_clock(), stream_pause(), and video_refresh_timer().
double PlayerState::video_current_pts_drift |
Definition at line 201 of file avplay.c.
Referenced by get_video_clock(), stream_pause(), and video_refresh_timer().
int64_t PlayerState::video_current_pos |
Definition at line 202 of file avplay.c.
Referenced by event_loop(), get_video_frame(), and video_refresh_timer().
VideoPicture PlayerState::pictq[VIDEO_PICTURE_QUEUE_SIZE] |
Definition at line 203 of file avplay.c.
Referenced by alloc_picture(), get_video_frame(), player_close(), queue_picture(), toggle_full_screen(), video_image_display(), and video_refresh_timer().
int PlayerState::pictq_size |
Definition at line 204 of file avplay.c.
Referenced by get_video_frame(), queue_picture(), and video_refresh_timer().
int PlayerState::pictq_rindex |
Definition at line 204 of file avplay.c.
Referenced by video_image_display(), and video_refresh_timer().
int PlayerState::pictq_windex |
Definition at line 204 of file avplay.c.
Referenced by alloc_picture(), and queue_picture().
SDL_mutex* PlayerState::pictq_mutex |
Definition at line 205 of file avplay.c.
Referenced by alloc_picture(), get_video_frame(), player_close(), queue_picture(), stream_component_close(), stream_open(), and video_refresh_timer().
SDL_cond* PlayerState::pictq_cond |
Definition at line 206 of file avplay.c.
Referenced by alloc_picture(), get_video_frame(), player_close(), queue_picture(), stream_component_close(), stream_open(), and video_refresh_timer().
char PlayerState::filename[1024] |
Definition at line 209 of file avplay.c.
Referenced by stream_open(), and stream_setup().
int PlayerState::width |
Definition at line 210 of file avplay.c.
Referenced by event_loop(), toggle_audio_display(), video_audio_display(), video_image_display(), and video_open().
int PlayerState::height |
Definition at line 210 of file avplay.c.
Referenced by event_loop(), toggle_audio_display(), video_audio_display(), video_image_display(), and video_open().
int PlayerState::xleft |
Definition at line 210 of file avplay.c.
Referenced by stream_open(), toggle_audio_display(), video_audio_display(), and video_image_display().
int PlayerState::ytop |
Definition at line 210 of file avplay.c.
Referenced by stream_open(), toggle_audio_display(), video_audio_display(), and video_image_display().
PtsCorrectionContext PlayerState::pts_ctx |
Definition at line 212 of file avplay.c.
Referenced by get_video_frame(), and video_refresh_timer().
AVFilterContext* PlayerState::in_video_filter |
Definition at line 214 of file avplay.c.
Referenced by configure_video_filters(), and video_thread().
AVFilterContext* PlayerState::out_video_filter |
Definition at line 215 of file avplay.c.
Referenced by alloc_picture(), configure_video_filters(), event_loop(), queue_picture(), video_open(), and video_thread().
SDL_mutex* PlayerState::video_filter_mutex |
Definition at line 216 of file avplay.c.
Referenced by event_loop(), player_close(), stream_open(), and video_thread().
float PlayerState::skip_frames |
Definition at line 218 of file avplay.c.
Referenced by get_video_frame(), queue_picture(), and video_refresh_timer().
float PlayerState::skip_frames_index |
Definition at line 219 of file avplay.c.
Referenced by get_video_frame().
int PlayerState::refresh |
Definition at line 220 of file avplay.c.
Referenced by event_loop(), queue_picture(), and refresh_thread().
SpecifierOpt* PlayerState::codec_names |
Definition at line 222 of file avplay.c.
Referenced by choose_decoder().
int PlayerState::nb_codec_names |
Definition at line 223 of file avplay.c.
Referenced by choose_decoder().