Data Fields | |
| SDL_Thread * | parse_tid |
| SDL_Thread * | video_tid |
| SDL_Thread * | refresh_tid |
| AVInputFormat * | iformat |
| int | no_background |
| int | abort_request |
| int | paused |
| int | last_paused |
| int | seek_req |
| int | seek_flags |
| int64_t | seek_pos |
| int64_t | seek_rel |
| int | read_pause_return |
| AVFormatContext * | ic |
| int | dtg_active_format |
| int | audio_stream |
| int | av_sync_type |
| double | external_clock |
| int64_t | external_clock_time |
| double | audio_clock |
| double | audio_diff_cum |
| double | audio_diff_avg_coef |
| double | audio_diff_threshold |
| int | audio_diff_avg_count |
| AVStream * | audio_st |
| PacketQueue | audioq |
| int | audio_hw_buf_size |
Definition at line 124 of file ffplay.c.
Definition at line 130 of file ffplay.c.
Referenced by decode_interrupt_cb(), decode_thread(), get_video_frame(), queue_picture(), refresh_thread(), stream_close(), subtitle_thread(), and video_thread().
| double VideoState::audio_clock |
Definition at line 147 of file ffplay.c.
Referenced by audio_decode_frame(), get_audio_clock(), and synchronize_audio().
Definition at line 149 of file ffplay.c.
Referenced by stream_component_open(), and synchronize_audio().
Definition at line 151 of file ffplay.c.
Referenced by stream_component_open(), and synchronize_audio().
| double VideoState::audio_diff_cum |
Definition at line 150 of file ffplay.c.
Referenced by stream_component_open(), and synchronize_audio().
Definition at line 152 of file ffplay.c.
Referenced by audio_decode_frame(), compute_target_time(), get_audio_clock(), get_master_clock(), refresh_thread(), stream_component_close(), stream_component_open(), synchronize_audio(), update_sample_display(), video_audio_display(), video_display(), and video_refresh_timer().
Definition at line 141 of file ffplay.c.
Referenced by decode_thread(), event_loop(), stream_component_close(), stream_component_open(), and stream_cycle_channel().
Definition at line 153 of file ffplay.c.
Referenced by audio_decode_frame(), decode_thread(), stream_component_close(), stream_component_open(), and video_refresh_timer().
Definition at line 143 of file ffplay.c.
Referenced by compute_target_time(), get_master_clock(), stream_open(), and synchronize_audio().
| double VideoState::external_clock |
| int64_t VideoState::external_clock_time |
Definition at line 138 of file ffplay.c.
Referenced by decode_thread(), event_loop(), stream_component_close(), stream_component_open(), and stream_cycle_channel().
| SDL_Thread* VideoState::parse_tid |
Definition at line 131 of file ffplay.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().
| SDL_Thread* VideoState::refresh_tid |
| int64_t VideoState::seek_pos |
| int64_t VideoState::seek_rel |
| SDL_Thread* VideoState::video_tid |
Definition at line 126 of file ffplay.c.
Referenced by stream_component_close(), and stream_component_open().
1.5.8