FFmpeg
|
Data Fields | |
AVFifo * | fifo |
AVRational | tb |
uint64_t | samples_queued |
int64_t | head_ts |
int | limiting |
int | finished |
uint64_t | frames_sent |
uint64_t | samples_sent |
uint64_t | frames_max |
int | frame_samples |
Definition at line 70 of file sync_queue.c.
AVFifo* SyncQueueStream::fifo |
Definition at line 71 of file sync_queue.c.
Referenced by overflow_heartbeat(), receive_for_stream(), receive_samples(), sq_add_stream(), sq_free(), sq_send(), and tb_update().
AVRational SyncQueueStream::tb |
Definition at line 72 of file sync_queue.c.
Referenced by finish_stream(), overflow_heartbeat(), queue_head_update(), receive_for_stream(), sq_add_stream(), sq_send(), stream_update_ts(), and tb_update().
uint64_t SyncQueueStream::samples_queued |
Definition at line 75 of file sync_queue.c.
Referenced by receive_for_stream(), receive_samples(), and sq_send().
int64_t SyncQueueStream::head_ts |
Definition at line 77 of file sync_queue.c.
Referenced by finish_stream(), overflow_heartbeat(), queue_head_update(), receive_for_stream(), sq_add_stream(), stream_update_ts(), and tb_update().
int SyncQueueStream::limiting |
Definition at line 78 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 80 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 82 of file sync_queue.c.
Referenced by sq_limit_frames(), and sq_send().
uint64_t SyncQueueStream::samples_sent |
Definition at line 83 of file sync_queue.c.
Referenced by sq_send().
uint64_t SyncQueueStream::frames_max |
Definition at line 84 of file sync_queue.c.
Referenced by sq_add_stream(), sq_limit_frames(), and sq_send().
int SyncQueueStream::frame_samples |
Definition at line 85 of file sync_queue.c.
Referenced by receive_for_stream(), sq_frame_samples(), and sq_send().