Data Fields | |
| AVPacketList * | first_pkt |
| AVPacketList * | last_pkt |
| int | nb_packets |
| int | size |
| int | abort_request |
| SDL_mutex * | mutex |
| SDL_cond * | cond |
| int PacketQueue::abort_request |
Definition at line 93 of file avplay.c.
Referenced by audio_decode_frame(), get_video_frame(), packet_queue_abort(), packet_queue_get(), queue_picture(), subtitle_thread(), and video_thread().
| SDL_cond* PacketQueue::cond |
Definition at line 95 of file avplay.c.
Referenced by packet_queue_abort(), packet_queue_end(), packet_queue_get(), packet_queue_init(), and packet_queue_put().
| AVPacketList* PacketQueue::first_pkt |
Definition at line 90 of file avplay.c.
Referenced by packet_queue_flush(), packet_queue_get(), and packet_queue_put().
| AVPacketList * PacketQueue::last_pkt |
Definition at line 90 of file avplay.c.
Referenced by packet_queue_flush(), packet_queue_get(), and packet_queue_put().
| SDL_mutex* PacketQueue::mutex |
Definition at line 94 of file avplay.c.
Referenced by packet_queue_abort(), packet_queue_end(), packet_queue_flush(), packet_queue_get(), packet_queue_init(), and packet_queue_put().
| int PacketQueue::nb_packets |
Definition at line 91 of file avplay.c.
Referenced by decode_thread(), packet_queue_flush(), packet_queue_get(), and packet_queue_put().
| int PacketQueue::size |
Definition at line 92 of file avplay.c.
Referenced by decode_thread(), packet_queue_flush(), packet_queue_get(), packet_queue_put(), and video_refresh_timer().