FFmpeg
|
#include <ffmpeg_sched.h>
Data Fields | |
enum SchedulerNodeType | type |
unsigned | idx |
unsigned | idx_stream |
Definition at line 99 of file ffmpeg_sched.h.
enum SchedulerNodeType SchedulerNode::type |
Definition at line 100 of file ffmpeg_sched.h.
Referenced by check_acyclic_for_output(), dec_send_to_dst(), demux_flush(), demux_stream_send_to_dst(), enc_send_to_dst(), sch_connect(), send_to_enc_sq(), start_prepare(), task_cleanup(), and task_init().
unsigned SchedulerNode::idx |
Definition at line 101 of file ffmpeg_sched.h.
Referenced by check_acyclic_for_output(), dec_send_to_dst(), demux_flush(), demux_stream_send_to_dst(), enc_send_to_dst(), filter_done(), sch_connect(), sch_filter_send(), send_to_enc_sq(), start_prepare(), task_cleanup(), and task_init().
unsigned SchedulerNode::idx_stream |
Definition at line 102 of file ffmpeg_sched.h.
Referenced by dec_send_to_dst(), demux_stream_send_to_dst(), enc_send_to_dst(), sch_connect(), and send_to_enc_sq().