FFmpeg
|
Data Fields | |
AVFifo * | fifo |
AVRational | tb |
int64_t | head_ts |
int | limiting |
int | finished |
uint64_t | frames_sent |
uint64_t | frames_max |
Definition at line 31 of file sync_queue.c.
AVFifo* SyncQueueStream::fifo |
Definition at line 32 of file sync_queue.c.
Referenced by overflow_heartbeat(), receive_for_stream(), sq_add_stream(), sq_free(), sq_send(), and sq_set_tb().
AVRational SyncQueueStream::tb |
Definition at line 33 of file sync_queue.c.
Referenced by finish_stream(), overflow_heartbeat(), queue_head_update(), receive_for_stream(), sq_add_stream(), sq_send(), sq_set_tb(), and stream_update_ts().
int64_t SyncQueueStream::head_ts |
Definition at line 36 of file sync_queue.c.
Referenced by finish_stream(), overflow_heartbeat(), queue_head_update(), receive_for_stream(), sq_add_stream(), sq_set_tb(), and stream_update_ts().
int SyncQueueStream::limiting |
Definition at line 37 of file sync_queue.c.
Referenced by finish_stream(), queue_head_update(), sq_add_stream(), and stream_update_ts().
int SyncQueueStream::finished |
Definition at line 39 of file sync_queue.c.
Referenced by finish_stream(), overflow_heartbeat(), receive_for_stream(), and sq_send().
uint64_t SyncQueueStream::frames_sent |
Definition at line 41 of file sync_queue.c.
Referenced by sq_limit_frames(), and sq_send().
uint64_t SyncQueueStream::frames_max |
Definition at line 42 of file sync_queue.c.
Referenced by sq_add_stream(), sq_limit_frames(), and sq_send().