|
FFmpeg
|
Data Fields | |
| enum SyncQueueType | type |
| int | finished |
| int | head_stream |
| int | head_finished_stream |
| int64_t | buf_size_us |
| SyncQueueStream * | streams |
| unsigned int | nb_streams |
| ObjPool * | pool |
Definition at line 45 of file sync_queue.c.
| enum SyncQueueType SyncQueue::type |
Definition at line 46 of file sync_queue.c.
Referenced by frame_move(), frame_null(), frame_ts(), and sq_alloc().
| int SyncQueue::finished |
Definition at line 49 of file sync_queue.c.
Referenced by finish_stream(), and receive_for_stream().
| int SyncQueue::head_stream |
Definition at line 52 of file sync_queue.c.
Referenced by queue_head_update(), receive_for_stream(), sq_alloc(), and stream_update_ts().
| int SyncQueue::head_finished_stream |
Definition at line 54 of file sync_queue.c.
Referenced by finish_stream(), sq_alloc(), and stream_update_ts().
| int64_t SyncQueue::buf_size_us |
Definition at line 57 of file sync_queue.c.
Referenced by overflow_heartbeat(), and sq_alloc().
| SyncQueueStream* SyncQueue::streams |
Definition at line 59 of file sync_queue.c.
Referenced by finish_stream(), overflow_heartbeat(), queue_head_update(), receive_for_stream(), sq_add_stream(), sq_free(), sq_limit_frames(), sq_send(), sq_set_tb(), and stream_update_ts().
| unsigned int SyncQueue::nb_streams |
Definition at line 60 of file sync_queue.c.
Referenced by finish_stream(), overflow_heartbeat(), queue_head_update(), receive_internal(), sq_add_stream(), and sq_free().
| ObjPool* SyncQueue::pool |
Definition at line 63 of file sync_queue.c.
Referenced by receive_for_stream(), sq_alloc(), sq_free(), and sq_send().
1.8.17